Difference between revisions of "Template:Ambox"
From Game Detectives Wiki
[unchecked revision] | [unchecked revision] |
m (81 revisions from w:en:Template:Ambox: Needed for Template:Mbox) |
(update from en.wiki: https://en.wikipedia.org/w/index.php?title=Template:Ambox&action=edit) |
||
Line 1: | Line 1: | ||
{{#ifeq:{{{subst}}}|SUBST | {{#ifeq:{{{subst}}}|SUBST | ||
|{{#if:{{{name|}}} | |{{#if:{{{name|}}} | ||
− | |{{Error|Template {{ | + | |{{Error|Template {{tlx|{{{name}}}}} has been incorrectly substituted.}} |
}}[[Category:Pages with incorrectly substituted templates]] | }}[[Category:Pages with incorrectly substituted templates]] | ||
− | }}{{#ifeq:{{{small}}}|left | + | }}{{Ambox/{{#ifeq:{{{small}}}|left|small|core}} |
− | |{{ | + | |type = {{{type|}}} |
− | + | |image = {{{image|}}} | |
− | + | |smallimage = {{#if:{{{smallimage|}}}|{{{smallimage}}}|{{{image|}}}}} | |
− | + | |imageright = {{{imageright|}}} | |
− | + | |smallimageright = {{#if:{{{smallimageright|}}}|{{{smallimageright}}}|{{{imageright|}}}}} | |
− | + | |class = ambox-{{#switch:{{{type|}}} | |
− | + | |speedy = speedy | |
− | + | |delete = delete | |
− | + | |content = content | |
− | + | |style = style | |
− | + | |move = move | |
− | + | |protection = protection | |
− | |style | + | |notice|#default = notice |
− | + | }} {{{class|}}} | |
− | + | |style = {{{style|}}} | |
− | + | |textstyle = {{{textstyle|}}} | |
− | + | |smalltext = {{{smalltext|}}} | |
− | + | |talk = {{#switch:{{{talk|¬}}} | |
− | + | |¬ = <!-- No talk link used --> | |
− | + | | = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}|#}} | |
− | }} | + | |#default = {{{talk}}} |
}} | }} | ||
− | | | + | |issue = {{#switch:{{{sect|¬}}} |
− | + | |¬ = <!-- No section parameter used --> | |
− | + | | = This article | |
− | + | |This {{{sect}}} | |
− | + | }} {{{issue<includeonly>|</includeonly>}}} {{{text|}}} | |
− | + | |fix = {{{fix<includeonly>|</includeonly>}}} | |
− | + | |date = {{#switch:{{{date|¬}}} | |
− | + | |¬ = <!-- No date used --> | |
− | + | | = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} | |
− | + | |#default = {{{date}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
+ | |info = {{{info|}}} | ||
}}{{Category handler | }}{{Category handler | ||
− | |nocat={{{nocat|}}} | + | |nocat={{{nocat|<noinclude>true</noinclude>}}} |
|main={{Ambox/category | |main={{Ambox/category | ||
|cat={{{cat|{{{category|}}}}}} | |cat={{{cat|{{{category|}}}}}} | ||
Line 66: | Line 53: | ||
|date={{{date|}}} | |date={{{date|}}} | ||
}} | }} | ||
− | |template={{#switch:Template:{{{name| | + | |template={{#switch:Template:{{{name|}}} |
− | + | |{{FULLPAGENAME}} = [[Category:Article message templates]]{{#ifexpr:{{#ifeq:{{{issue|¬}}}|¬|1|0}}+{{#ifeq:{{{fix|¬}}}|¬|1|0}}+{{#ifeq:{{{subst|¬}}}|¬|1|0}} | |
− | + | |[[Category:Article message templates with missing parameters|{{#expr:{{#ifeq:{{{issue|¬}}}|¬|1|0}}+{{#ifeq:{{{fix|¬}}}|¬|1|0}}+{{#ifeq:{{{subst|¬}}}|¬|1|0}}}}]] | |
− | + | }}{{#if:{{{category|}}}{{{category2|}}}{{{category3|}}} | |
− | + | |[[Category:Article message templates with missing parameters|C]] | |
− | + | }} | |
− | + | |Template: = {{#ifeq:{{BASEPAGENAME}}|{{SUBPAGENAME}}|[[Category:Article message templates with missing parameters]]}} | |
}} | }} | ||
}}<noinclude> | }}<noinclude> |
Revision as of 15:55, 13 July 2012
{{{issue}}} |
- 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.