Difference between revisions of "Template:Ambox"
From Game Detectives Wiki
[unchecked revision] | [unchecked revision] |
(implement separate parameters for issue and fix, use only issue in small form unless smalltext specified, adjust categories for article message templates) |
m (rename class, tweak categorisation) |
||
Line 33: | Line 33: | ||
|style = {{{style|}}} | |style = {{{style|}}} | ||
|textstyle = {{{textstyle|}}} | |textstyle = {{{textstyle|}}} | ||
− | |text = {{{text|}}} {{{issue<includeonly>|</includeonly>}}}<span class="hide- | + | |text = {{{text|}}} {{{issue<includeonly>|</includeonly>}}}<span class="hide-when-compact"> {{#switch:{{{talk|¬}}} |
|¬ = <!-- No talk link used --> | |¬ = <!-- No talk link used --> | ||
| = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}| More details and relevant discussion can be found on the [[{{TALKPAGENAME}}|talk page]].}} | | = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}| More details and relevant discussion can be found on the [[{{TALKPAGENAME}}|talk page]].}} | ||
Line 62: | Line 62: | ||
|template={{#switch:Template:{{{name|<noinclude>Ambox</noinclude>}}} | |template={{#switch:Template:{{{name|<noinclude>Ambox</noinclude>}}} | ||
|{{FULLPAGENAME}} = [[Category:Article message templates]] | |{{FULLPAGENAME}} = [[Category:Article message templates]] | ||
− | |Template: = [[Category:Article message templates with missing parameters]] | + | |Template: = {{#ifeq:{{BASEPAGENAME}}|{{SUBPAGENAME}}|[[Category:Article message templates with missing parameters]]}} |
}} | }} | ||
}}<noinclude> | }}<noinclude> |
Revision as of 11:59, 26 June 2012
- Description
This is the {{Ambox}} or Article message box meta-template.
- Usage
{{Ambox|type=content|text=my text here}}, or {{Ambox|type=speedy|text=my text here}}, etc
- type
The type parameter defines the color of the left bar, and the image that is used by default. The type is chosen not on aesthetics but is based on the type of issue that the template describes. The seven available types and their default images are shown below.
type=speedy – Speedy deletion issues, such as {{speedy}}. |
type=delete – Deletion issues, such as {{delete}}. |
type=content – Content issues, such as {{POV}} and {{globalize}}. |
type=style – Style issues, such as {{cleanup}} and {{underlinked}}. |
type=notice – Article notices, such as {{current}} and {{in use}}. |
type=move – Merge, split and transwiki proposals, such as {{split}} and {{copy to Wiktionary}}. |
type=protection – Protection notices, such as {{pp-vandalism}} and {{pp-protected}}. |
If no type parameter is given the template defaults to |type=notice
.
- See also
- Template:Mbox
- Wikipedia:Ambox CSS classes – Describes how to use the ambox CSS classes directly in wikitables and HTML tables.
- Wikipedia:Article message boxes – The style guideline for creating article message boxes.
- Wikipedia talk:Article message boxes – For discussion about these matters.