Template:Ambox/doc: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
You can make a small message box off to the left, with smaller icon, by adding <code>small=left</code> to the parameters. | You can make a small message box off to the left, with smaller icon, by adding <code>small=left</code> to the parameters. | ||
{{ | {{ambox|type=notice|small=left|text=This is a small notice message.}} | ||
<nowiki>{{ | <nowiki>{{ambox|type=notice|small=left|text=This is a small notice message.}}</nowiki> |
Revision as of 17:26, 27 March 2016
This is a simplified version of Wikipedia's message box template.
Several different types are available in the Wikipedia version. We've implemented the ones which make sense for us.
![]() |
Articles to be deleted. |
![]() |
Comments about the content of an article. |
![]() |
Comments about the style of an article. |
![]() |
General notices. |
![]() |
Move/rename and split/merge proposals. |
![]() |
Notices about articles being protected. |
{{ambox|type=delete|text=Articles to be deleted.}} {{ambox|type=content|text=Comments about the content of an article.}} {{ambox|type=style|text=Comments about the style of an article.}} {{ambox|type=notice|text=General notices.}} {{ambox|type=move|text=Move/rename and split/merge proposals.}} {{ambox|type=protection|text=Notices about articles being protected.}}
You can make a small message box off to the left, with smaller icon, by adding small=left
to the parameters.
![]() |
This is a small notice message. |
{{ambox|type=notice|small=left|text=This is a small notice message.}}