Difference between revisions of "Template:Ambox"

From Self-sufficiency
Jump to: navigation, search
(Reverted. Apart from making the icon smaller and switching to a hue that doesn't match the template as well, what did that accomplish?)
(Planned new version from /sandbox. Many new additions and fixes. See discussions at Wikipedia talk:Article message boxes.)
Line 1: Line 1:
<table style="{{{style|}}}" class="metadata plainlinks ambox {{#switch:{{{type|}}}
+
<table class="metadata plainlinks ambox  
   | serious  = ambox-serious
+
{{#switch:{{{type|}}}
   | content = ambox-content
+
   | speedy    = ambox-speedy  <!-- Can be used from 19 May 2008 -->
   | style   = ambox-style
+
  | delete                          <!-- delete = serious -->
   | merge   = ambox-merge
+
  | serious    = ambox-delete     
   | notice   = ambox-notice
+
   | content   = ambox-content
   | #default = ambox-notice
+
   | style     = ambox-style
}}">
+
   | move                            <!-- move = merge -->
 +
  | merge      = ambox-merge   <!--ambox-move can be used 20 May 2008-->
 +
   | protection = ambox-protection
 +
   | notice    = ambox-notice
 +
   | #default   = ambox-notice
 +
}}" style="{{{style|}}}">
 
<tr>
 
<tr>
 
<td class="ambox-image">
 
<td class="ambox-image">
{{#ifeq:{{{image}}}|none
+
{{#ifeq:{{{image|}}}|none
   | <!-- no image cell; empty cell necessary for text cell to have 100% width -->
+
   | <!-- No image cell; empty cell necessary for text cell to have 100% width -->
 
   | <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}}
 
   | <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}}
     | serious = [[Image:Stop hand nuvola.svg|40px]]
+
    | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
     | content = [[Image:Emblem-important.svg|40px]]
+
    | delete
     | style   = [[Image:Broom icon.svg|40px]]
+
     | serious   = [[Image:Ambox deletion.png|40x40px]]  
     | merge   = [[Image:Merge-split-transwiki default.svg]]
+
     | content   = [[Image:Ambox content.png|40x40px]]
     | notice  = [[Image:Info non-talk.png|40px]]
+
     | style     = [[Image:Ambox style.png|40x40px]]
     | blank    = [[Image:No image.svg]]
+
    | move
     | #default = {{{image|[[Image:Info non-talk.png|40px]]}}}
+
     | merge     = [[Image:Ambox move.png|40x40px]]
 +
     | protection = [[Image:Ambox protection.png|40x40px]]
 +
     | notice    = [[Image:Ambox notice.png|40x40px]]
 +
    | blank      = &nbsp;
 +
     | #default   = {{{image|[[Image:Ambox notice.png|40x40px]]}}}
 
   }}</div>
 
   }}</div>
 
}}</td>
 
}}</td>
<td class="ambox-text">{{{text}}}</td>
+
<td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td>
{{#if:{{{imageright|}}}|
+
{{#if:{{{imageright|}}}
   <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td>
+
   | <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td>
 
}}
 
}}
 
</tr>
 
</tr>
 
</table><noinclude>
 
</table><noinclude>
{{template doc}}
+
 
<!-- Add categories and inter-wikis to the /doc subpage, not here! -->
+
{{pp-template|small=yes}}
 +
{{Documentation}}
 +
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 02:25, 30 April 2008