Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
a new plain consistent ambox from osm.org |
||
Line 1: | Line 1: | ||
<table class="plainlinks ambox {{# | <table class="metadata plainlinks ambox {{#switch:{{{small|}}} | ||
| left = mbox-small-left | |||
}} " style="{{{style|}}}margin:0 10%;border:1px solid #AAAAAA;{{#switch:{{{type|}}} | |||
|<!-- | | danger = background:#FFAAAA;border-left:10px #B22222 solid; | ||
| warning = background:#FFDDDD;border-left:10px #B22222 solid; | |||
| caution = background:#FFFFAA;border-left:10px #F28500 solid; | |||
| approval = background:#DDFFDD;border-left:10px #00FF00 solid; | |||
| proposal = background:#E4D8FF;border-left:10px #9933CC solid; | |||
</tr></table>< | | detail = background:#FBFBFB;border-left:10px #F4C430 solid; | ||
| protection = background:#FBFBFB;border-left:10px #BBBBAA solid; | |||
| notice<!-- = default --> | |||
| #default = background:#FBFBFB;border-left:10px #1E90FF solid; | |||
{{ | }}{{#if:{{{stacked|}}}|border-top:-1px;}}"><tr> | ||
{{#switch:{{{image|}}} | |||
</noinclude> | | blank <!-- Fall back to "none", since deprecated. --> | ||
| none = | |||
<td class="mbox-empty-cell" style="width:1px;border:none;padding:0;"></td><!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --> | |||
| #default = | |||
<td class="mbox-image" style="border:none;padding:2px 0 2px 0.9em;text-align:center;">{{#switch:{{{small|}}} | |||
| left = <!-- Don't use the DIV --> | |||
| #default = <div style="width:52px;"> | |||
}}{{#if:{{{image|}}} | |||
| {{{image}}} | |||
| [[Image:{{#switch:{{{type|}}} | |||
| danger = Ambox warning pn.svg{{!}}Danger | |||
| warning = Ambox warning pn.svg{{!}}Warning | |||
| caution = Ambox important.svg{{!}}Caution | |||
| approval = Thumb up icon.svg{{!}}Approved | |||
| proposal = Ambox warning purple.svg{{!}}Proposal | |||
| detail = Ambox style.png{{!}}Detail | |||
| protection = Ambox protection.png{{!}}Protection | |||
| notice<!-- = default --> | |||
| #default = Information icon4.svg{{!}}Information | |||
}}|{{#switch:{{{small|}}} | |||
| left = 20x20px | |||
| #default = 40x40px | |||
}}]] | |||
}}{{#switch:{{{small|}}} | |||
| left = <!-- Don't use the /DIV --> | |||
| #default = </div> | |||
}}</td> | |||
}} | |||
<td class="mbox-text" style="{{{textstyle|}}}width:100%;border:none;padding:0.25em 0.9em;text-align:center;">{{{text|}}}</td> | |||
{{#if:{{{imageright|}}} | |||
| {{#ifeq:{{{imageright|}}}|none | |||
| <!-- No image. --> | |||
| <td class="mbox-imageright" style="border:none;padding:2px 0.9em 2px 0;text-align:center;">{{#switch:{{{small|}}} | |||
| left = {{{imageright|}}} | |||
| #default = <div style="width:{{{imagerightwidth|52}}}px;">{{{imageright|}}}</div> | |||
}}</td> | |||
}} | |||
}} | |||
</tr></table><includeonly>[[Category:Ambox Derived Works|{{PAGENAME}}]]</includeonly><noinclude>{{Documentation}}</noinclude> |
Revision as of 19:02, 28 February 2014
This template is used in many pages.
History
This template is a derived work. It is, however, NOT exactly the same as Wikipedia's template of the same name! All CSS has been integrated into the template, and therefore some features are not available. However it is still a very useful template!
Usage Instructions
Example to display a notice:
{{Ambox | type = notice | text = Hello world! }}
The code above should return:
Hello world! |
There are lots more examples of ambox use on the Wiki labels page.
Amboxes are divided into various types. Each type should have a corresponding colour code. The colour-coding helps to inform of the severity of the issues at a glance, so you can use the following parameters to change the color of your ambox.
|type= danger , deletion and other serious warnings, concerns, and serious issues such as {{delete}} and {{delete proposal}} |
|type= warning , important concerns and notes, major issues such as {{cleaning}} |
|type= caution , recommended operations, moderate to fairly major issues, such as {{cleanup}} |
|type= detail , minor to fairly moderate issues such as {{OutOfDate}} |
|type= proposal , move, transwiki and copy to Wikimedia Commons proposals such as {{move}} |
|type= protection , page is protected against edits. |
|type= notice , general notices and minor issues such as {{stub}} |
|type= approval , done operations such as {{cleaned}} |