Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#ifeq:{{{subst}}}|SUBST |{{#if:{{{name|}}} |{{error|Template {{tlx|{{{name}}}}} has been incorrectly substituted.}} }}[[Category:Pages with incorrectly substituted template..." |
No edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{# | <table class="metadata plainlinks ambox {{#switch:{{{type|}}} <!-- all styles present in CSS? --> | ||
| speedy = ambox-speedy | |||
|{{ | | delete = ambox-delete | ||
| content = ambox-content | |||
| style = ambox-style | |||
| move = ambox-move | |||
| protection = ambox-protection | |||
| | | notice <!-- notice = default --> | ||
| #default = ambox-notice | |||
}}" style="{{{style|}}} margin-bottom:5px;"> | |||
<tr> | |||
{{#switch:{{{image|}}} | |||
| blank <!-- Fall back to "none", since deprecated. --> | |||
| none = <td class="mbox-empty-cell"></td> <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --> | |||
| #default = | |||
<td class="mbox-image"><div style="width: 52px;"> <!-- all styles present in CSS? --> | |||
{{#if:{{{image|}}} | |||
| {{{image}}} | |||
| [[File:{{#switch:{{{type|}}} | |||
| speedy = Ambox speedy deletion.png | |||
| delete = Ambox deletion.png | |||
| content = Ambox content.png | |||
| style = Edit-clear.png | |||
| move = Ambox move.png | |||
| protection = Ambox protection.png | |||
| notice <!-- notice = default --> | |||
| #default = Ambox notice.png | |||
}} | 40x40px |link=|alt=]] | |||
}}</div> | |||
</td> | |||
}} | |||
<td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | |||
{{#if:{{{imageright|}}} | |||
| {{#ifeq:{{{imageright|}}}|none | |||
| <!-- No image. --> | |||
| <td class="mbox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td> | |||
}} | }} | ||
}} | |||
</tr> | |||
</table><!-- | |||
Detect and report usage with faulty "type" parameter: | |||
-->{{#switch:{{{type|}}} | |||
| <!-- No type fed, is also valid input --> | |||
| speedy | |||
| delete | |||
| content | |||
| style | |||
| move | |||
| protection | |||
| notice = <!-- Do nothing, valid "type" --> | |||
| #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[Category:Message box parameter needs fixing|Main{{FULLPAGENAME}}]]<!-- Sort on namespace --> | |||
}}<noinclude>__NOTOC__ | |||
==Documentation== | |||
=== Examples === | |||
Simple usage example: | |||
<pre> | |||
{{ambox | text = Some text.}} | |||
</pre> | |||
| | {{ambox | text = Some text.}} | ||
Complex example: | |||
<pre> | |||
{{ambox | |||
| type = style | |||
| image = [[File:Emblem-question-yellow.svg|40px|alt=Question mark]] | |||
| textstyle = color: red; font-weight: bold; font-style: italic; | |||
| text = Text for a big box, for the top of articles. | |||
}} | |||
</pre> | |||
=== Article message box type examples === | |||
The following examples use different '''type''' parameters but use no image parameters thus they use the default images for each type. These are taken from Wikipedia so may not be a perfect match for the Nottinghack Wiki. | |||
{{ambox | |||
| type = speedy | |||
| text = type=<u>speedy</u> – Speedy deletion issues. | |||
}} | |||
{{ambox | |||
| type = delete | |||
| text = type=<u>delete</u> – Deletion issues. | |||
}} | |||
{{ambox | |||
| type = content | |||
| text = type=<u>content</u> – Content issues. | |||
}} | |||
{{ambox | |||
| type = style | |||
| text = type=<u>style</u> – Style issues. | |||
}} | |||
{{ambox | |||
| type = notice | |||
| text = type=<u>notice</u> – Article notices. | |||
}} | |||
{{ambox | |||
| type = move | |||
| text = type=<u>move</u> – Merge, split and transwiki proposals. | |||
}} | |||
{{ambox | |||
| type = protection | |||
| text = type=<u>protection</u> – Protection notices. | |||
}} | |||
===Resources === | |||
This template uses styles stored in [[MediaWiki:Common.css]] | |||
[[Category:Page Action Templates]] | |||
[[Category:Utility Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 17:59, 8 May 2019
{{{text}}} |
Documentation
Examples
Simple usage example:
{{ambox | text = Some text.}}
Some text. |
Complex example:
{{ambox | type = style | image = [[File:Emblem-question-yellow.svg|40px|alt=Question mark]] | textstyle = color: red; font-weight: bold; font-style: italic; | text = Text for a big box, for the top of articles. }}
Article message box type examples
The following examples use different type parameters but use no image parameters thus they use the default images for each type. These are taken from Wikipedia so may not be a perfect match for the Nottinghack Wiki.
type=speedy – Speedy deletion issues. |
type=delete – Deletion issues. |
type=content – Content issues. |
type=style – Style issues. |
type=notice – Article notices. |
type=move – Merge, split and transwiki proposals. |
type=protection – Protection notices. |
Resources
This template uses styles stored in MediaWiki:Common.css