Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class="metadata plainlinks ambox {{#switch:{{{type|}}} | <table class="metadata plainlinks ambox {{#switch:{{{type|}}} <!-- all styles present in CSS? --> | ||
| speedy = ambox-speedy | | speedy = ambox-speedy | ||
| delete = ambox-delete | | delete = ambox-delete | ||
Line 8: | Line 8: | ||
| notice <!-- notice = default --> | | notice <!-- notice = default --> | ||
| #default = ambox-notice | | #default = ambox-notice | ||
}}" style="{{{style|}}}"> | }}" style="{{{style|}}} margin-bottom:5px;"> | ||
<tr> | <tr> | ||
{{#switch:{{{image|}}} | {{#switch:{{{image|}}} | ||
Line 14: | Line 14: | ||
| none = <td class="mbox-empty-cell"></td> <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --> | | none = <td class="mbox-empty-cell"></td> <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --> | ||
| #default = | | #default = | ||
<td class="mbox-image"><div style="width: 52px;"> | <td class="mbox-image"><div style="width: 52px;"> <!-- all styles present in CSS? --> | ||
{{#if:{{{image|}}} | {{#if:{{{image|}}} | ||
| {{{image}}} | | {{{image}}} | ||
Line 50: | Line 50: | ||
| notice = <!-- Do nothing, valid "type" --> | | 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 --> | | #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> | }}<noinclude>__NOTOC__ | ||
== | ==Documentation== | ||
=== Examples === | |||
Simple usage example: | Simple usage example: | ||
Line 72: | Line 73: | ||
</pre> | </pre> | ||
== Article message box | === 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. | 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 | {{ambox | ||
Line 105: | Line 106: | ||
}} | }} | ||
===Resources === | |||
This template uses styles stored in [[MediaWiki:Common.css]] | |||
[[Category:Page Action Templates]] | |||
[[Category:Utility 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