Jump to content

Template:Ambox/doc: Difference between revisions

From SeptemWiki
m Shawn moved page Template:Newmbox/doc to Template:Ambox/doc without leaving a redirect
No edit summary
Line 1: Line 1:
This is a simplified version of Wikipedia's message box template.
This is a simplified version of Wikipedia's message box template.


Several different types are available in the Wikipedia version:
Several different types are available in the Wikipedia version.  We've implemented the ones which make sense for us.


{{newmbox|type=speedy}}
{{ambox|type=delete|text=Articles to be deleted.}}
{{newmbox|type=delete}}
{{ambox|type=content|text=Comments about the content of an article.}}
{{newmbox|type=content}}
{{ambox|type=style|text=Comments about the style of an article.}}
{{newmbox|type=style}}
{{ambox|type=notice|text=General notices.}}
{{newmbox|type=notice}}
{{ambox|type=move|text=Move/rename and split/merge proposals.}}
{{newmbox|type=move}}
{{ambox|type=protection|text=Notices about articles being protected.}}
{{newmbox|type=protection}}


  <nowiki>{{newmbox|type=speedy}}
  <nowiki>{{ambox|type=delete|text=Articles to be deleted.}}
{{newmbox|type=delete}}
{{ambox|type=content|text=Comments about the content of an article.}}
{{newmbox|type=content}}
{{ambox|type=style|text=Comments about the style of an article.}}
{{newmbox|type=style}}
{{ambox|type=notice|text=General notices.}}
{{newmbox|type=notice}}
{{ambox|type=move|text=Move/rename and split/merge proposals.}}
{{newmbox|type=move}}
{{ambox|type=protection|text=Notices about articles being protected.}}</nowiki>
{{newmbox|type=protection}}</nowiki>


{{newmbox|type=notice|small=left}}
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.}}
  <nowiki>{{newmbox|type=notice|small=left}}</nowiki>
  <nowiki>{{newmbox|type=notice|small=left}}</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. Template:Newmbox

{{newmbox|type=notice|small=left}}