The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Template

Difference between revisions of "Ombox"

From Unofficial Stationeers Wiki

(template wrapper for generic messagebox)
 
(re-add image switching)
Line 4: Line 4:
 
{{#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;"> {{{image|[[Image:Ambox notice.png|40x40px]]}}}</div>
+
   | <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}}
 +
    | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
 +
    | delete
 +
    | serious    = [[Image:Ambox deletion.png|40x40px]]
 +
    | content    = [[Image:Ambox content.png|40x40px]]
 +
    | style      = [[Image:Ambox style.png|40x40px]]
 +
    | move
 +
    | 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>
 
}}</td>
 
}}</td>
 
<td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td>
 
<td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td>

Revision as of 07:26, 20 May 2008

Template documentation[create]