Difference between revisions of "Template:Ombox"

From DMARC Wiki
Jump to navigation Jump to search
(Decreasing the empty left image cell from a total of 3px width to 1px width. Can't be 0px since then boxes who are not filled with text don't stay 80% wide.)
(Adding the "small=yes" functionality. Now using {{ombox/core}} with hard-coded small styles due to the CSS caching, but it also has the "ombox-small" class so it can be skinned.)
Line 1: Line 1:
<table class="plainlinks ombox
+
{{#ifeq:{{{small|}}}|yes
{{#switch:{{{type|}}}
+
| {{ombox/core
| speedy    = ombox-speedy
+
  | small = yes
| delete    = ombox-delete
+
  | type  = {{{type|}}}
| content    = ombox-content
+
  | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}
| style      = ombox-style
+
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}
| move      = ombox-move
+
  | style = {{{style|}}}
| protection = ombox-protection
+
  | textstyle = {{{textstyle|}}}
| notice          <!-- notice = default -->
+
  | text  = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}
| #default  = ombox-notice
+
  }}
}}" style="{{{style|}}}">
+
| {{ombox/core
<tr>
+
  | type  = {{{type|}}}
{{#ifeq:{{{image|}}}|none
+
   | image = {{{image|}}}
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 0px; width: 1px;"></td>
+
  | imageright = {{{imageright|}}}  
| <td class="ombox-image">
+
  | style = {{{style|}}}
  {{#if:{{{image|}}}
+
  | textstyle = {{{textstyle|}}}
  | {{{image}}}
+
  | text  = {{{text}}}
  | {{#switch:{{{type|}}}
+
  }}
    | speedy    = [[Image:Imbox speedy deletion.png|40x40px]]
+
}}<noinclude>
    | delete    = [[Image:Imbox deletion.png|40x40px]]
 
    | content    = [[Image:Imbox content.png|40x40px]]
 
    | style      = [[Image:Imbox style.png|40x40px]]
 
    | move      = [[Image:Imbox move.png|40x40px]]
 
    | protection = [[Image:Imbox protection.png|40x40px]]
 
    | notice          <!-- notice = default -->
 
    | #default  = [[Image:Imbox notice.png|40x40px]]
 
    }}
 
   }}</td>
 
}}
 
<td class="ombox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
 
{{#if:{{{imageright|}}}
 
| <td class="ombox-imageright"> {{{imageright}}} </td>
 
}}
 
</tr>
 
</table><noinclude>
 
  
 
{{pp-template|small=yes}}
 
{{pp-template|small=yes}}
{{Documentation}}
+
{{documentation}}
<!-- Add categories and inter-wikis to the /doc subpage, not here! -->
+
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 20:11, 15 September 2008

Template:Ombox/core

Template:Pp-template {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}