Difference between revisions of "Template:Ambox"
From Game Detectives Wiki
[unchecked revision] | [unchecked revision] |
(Planned new version from /sandbox. Many new additions and fixes. See discussions at Wikipedia talk:Article message boxes.) |
(Planned fixes: Using new CSS class names (deployed for 30 days now). Fixing the empty "image=" parameter bug and the padding for the image=none case. And some other cleanup. (Tested in sandbox.)) |
||
Line 1: | Line 1: | ||
<table class="metadata plainlinks ambox | <table class="metadata plainlinks ambox | ||
{{#switch:{{{type|}}} | {{#switch:{{{type|}}} | ||
− | + | | speedy = ambox-speedy | |
− | + | | delete <!-- delete = serious --> | |
− | + | | serious = ambox-delete | |
− | + | | content = ambox-content | |
− | + | | style = ambox-style | |
− | + | | move <!-- move = merge --> | |
− | + | | merge = ambox-move | |
− | + | | protection = ambox-protection | |
− | + | | notice <!-- notice = default --> | |
− | + | | #default = ambox-notice | |
}}" style="{{{style|}}}"> | }}" style="{{{style|}}}"> | ||
<tr> | <tr> | ||
− | |||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
− | + | | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 1px;"></td> | |
− | + | | <td class="ambox-image"><div style="width: 52px;"> | |
− | | speedy = [[Image:Ambox speedy deletion.png|40x40px]] | + | {{#ifeq:{{{image|}}}|blank |
− | + | | | |
− | + | | {{#if:{{{image|}}} | |
− | + | | {{{image}}} | |
− | + | | {{#switch:{{{type|}}} | |
− | + | | speedy = [[Image:Ambox speedy deletion.png|40x40px]] | |
− | + | | delete | |
− | + | | serious = [[Image:Ambox deletion.png|40x40px]] | |
− | + | | content = [[Image:Ambox content.png|40x40px]] | |
− | + | | style = [[Image:Ambox style.png|40x40px]] | |
− | + | | move | |
− | }}</div> | + | | merge = [[Image:Ambox move.png|40x40px]] |
− | + | | protection = [[Image:Ambox protection.png|40x40px]] | |
− | <td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td> | + | | notice <!-- notice = default --> |
+ | | #default = [[Image:Ambox notice.png|40x40px]] | ||
+ | }} | ||
+ | }} | ||
+ | }}</div></td> | ||
+ | }} | ||
+ | <td class="ambox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | ||
{{#if:{{{imageright|}}} | {{#if:{{{imageright|}}} | ||
− | + | | <td class="ambox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td> | |
}} | }} | ||
</tr> | </tr> |
Revision as of 08:11, 25 May 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.