Difference between revisions of "Template:Ambox"
From Game Detectives Wiki
[unchecked revision] | [unchecked revision] |
(Reverted. Apart from making the icon smaller and switching to a hue that doesn't match the template as well, what did that accomplish?) |
(Planned new version from /sandbox. Many new additions and fixes. See discussions at Wikipedia talk:Article message boxes.) |
||
Line 1: | Line 1: | ||
− | <table | + | <table class="metadata plainlinks ambox |
− | | serious | + | {{#switch:{{{type|}}} |
− | | content | + | | speedy = ambox-speedy <!-- Can be used from 19 May 2008 --> |
− | | style | + | | delete <!-- delete = serious --> |
− | | merge | + | | serious = ambox-delete |
− | | notice | + | | content = ambox-content |
− | | #default = ambox-notice | + | | style = ambox-style |
− | }}"> | + | | move <!-- move = merge --> |
+ | | merge = ambox-merge <!--ambox-move can be used 20 May 2008--> | ||
+ | | protection = ambox-protection | ||
+ | | notice = ambox-notice | ||
+ | | #default = ambox-notice | ||
+ | }}" style="{{{style|}}}"> | ||
<tr> | <tr> | ||
<td class="ambox-image"> | <td class="ambox-image"> | ||
− | {{#ifeq:{{{image}}}|none | + | {{#ifeq:{{{image|}}}|none |
− | | <!-- | + | | <!-- No image cell; empty cell necessary for text cell to have 100% width --> |
| <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}} | | <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}} | ||
− | | serious | + | | speedy = [[Image:Ambox speedy deletion.png|40x40px]] |
− | | content | + | | delete |
− | | style | + | | serious = [[Image:Ambox deletion.png|40x40px]] |
− | | merge | + | | content = [[Image:Ambox content.png|40x40px]] |
− | | | + | | style = [[Image:Ambox style.png|40x40px]] |
− | | | + | | move |
− | | #default = {{{image|[[Image: | + | | merge = [[Image:Ambox move.png|40x40px]] |
+ | | protection = [[Image:Ambox protection.png|40x40px]] | ||
+ | | notice = [[Image:Ambox notice.png|40x40px]] | ||
+ | | blank = | ||
+ | | #default = {{{image|[[Image:Ambox notice.png|40x40px]]}}} | ||
}}</div> | }}</div> | ||
}}</td> | }}</td> | ||
− | <td class="ambox-text">{{{text}}}</td> | + | <td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td> |
− | {{#if:{{{imageright|}}} | + | {{#if:{{{imageright|}}} |
− | <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td> | + | | <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td> |
}} | }} | ||
</tr> | </tr> | ||
</table><noinclude> | </table><noinclude> | ||
− | {{template | + | |
− | <!-- Add categories and | + | {{pp-template|small=yes}} |
+ | {{Documentation}} | ||
+ | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
Revision as of 00:25, 30 April 2008
{{{text}}} |
- 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.