User:Jon/template-ambox-hack: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
Copyright notice: copied from Template:Ambox as of 18 Dec
 
could put comment by each switch
Line 1: Line 1:
<table class="metadata plainlinks ambox {{#switch:{{{type|}}}
<table class="metadata plainlinks ambox {{#switch:{{{type|}}} <!-- switch table class -->
| speedy    = ambox-speedy
| speedy    = ambox-speedy
| delete    = ambox-delete
| delete    = ambox-delete
Line 6: Line 6:
| move      = ambox-move
| move      = ambox-move
| protection = ambox-protection
| protection = ambox-protection
| notice     <!-- notice = default -->
| talkpage     <!-- notice = default -->
| #default  = ambox-notice
| #default  = ambox-notice
}}" style="{{{style|}}}">
}}" style="{{{style|}}}">
Line 24: Line 24:
     | move      = Ambox move.png
     | move      = Ambox move.png
     | protection = Ambox protection.png
     | protection = Ambox protection.png
     | notice          <!-- notice = default -->
     | talkpage    <!-- notice = default -->
     | #default  = Ambox notice.png
     | #default  = talkpage.svg
     }} | 40x40px |link=|alt=]]
     }} | 40x40px |link=|alt=]]
   }}</div>  
   }}</div>  
Line 35: Line 35:
   | <!-- No image. -->
   | <!-- No image. -->
   | <td class="mbox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td>
   | <td class="mbox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td>
   }}
   }}  
}}
}}
</tr>
</tr>

Revision as of 11:38, 18 December 2018

Usage

Simple usage example:

{{ambox | 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 types

The following examples use different type parameters but use no image parameters thus they use the default images for each type.