Jump to content

Template:Ambox/doc: Difference between revisions

From SeptemWiki
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.
{{newmbox|type=notice|small=left|text=This is a small notice message.}}
{{ambox|type=notice|small=left|text=This is a small notice message.}}
  <nowiki>{{newmbox|type=notice|small=left}}</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.


{{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.

{{ambox|type=notice|small=left|text=This is a small notice message.}}