Template:Imbox: Difference between revisions

From All Skies Encyclopaedia
imported>Davidgothberg
(Added {{pp-semi-template|small=yes}}. (Change to full protection when we deploy this template.))
imported>Davidgothberg
(Adding new version from the /sandbox. Allows large rightside images. Now has all styles hardcoded so no usage of ambox classes at all.)
Line 1: Line 1:
<table class="metadata plainlinks ambox" style="margin: 4px 10%;
<table class="metadata plainlinks" style="margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #fbfbfb;
{{#switch:{{{type|}}}
{{#switch:{{{type|}}}
| speedy = border: 3px solid #b22222; background: #fee;
| speedy = border: 3px solid #b22222; background: #fee;
Line 13: Line 13:
}} {{{style|}}}">
}} {{{style|}}}">
<tr>
<tr>
<td style="border: none; padding: 2px 0px 2px 0.5em; text-align: center;">
<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 -->
Line 30: Line 30:
}}</div>
}}</div>
}}</td>
}}</td>
<td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td>
<td style="border: none; padding: 0.25em 0.5em; width: 100%; {{{textstyle|}}}">{{{text}}}</td>
{{#if:{{{imageright|}}}
{{#if:{{{imageright|}}}
| <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td>
| <td style="border: none; padding: 2px 0.8em 2px 0px; text-align: center;"> {{{imageright}}} </td>
}}
}}
</tr>
</tr>

Revision as of 00:11, 9 May 2008

Template:Pp-semi-template