More actions
No edit summary |
No edit summary |
||
| Line 196: | Line 196: | ||
Can also use class="wikitable sortable collapsible collapsed" to make a collapsible table. | Can also use class="wikitable sortable collapsible collapsed" to make a collapsible table. | ||
= Boxes test 2 = | |||
<code>{{t|example}}</code>: {{Color box|color=#404050|border=#9999AA|An example text box, with '''bold''', ''italic'', and a [[Rifter]]. }} | |||
<code>{{t|box}}</code>: <div style='border:2px dotted #AAAAAA;padding: 10px;margin:5px 0;'>An example text box</div> | |||
<code>{{t|color box}}</code>: <div style="margin:0; background-color:#000000; border:1px solid #888888; font-style:italic; text-align:left; padding:1em 1em 1em 1em; overflow:hidden; color:#ffffff; {{#if:{{{width}}}|width:{{{width}}}|}}; margin-right:auto; margin-left:auto">An example text box, with '''bold''', ''italic'', and a [[Rifter]].</div> | |||