Template:ColumnBegin: Difference between revisions
Jump to navigation
Jump to search
Mystery Dungeon GP>Yggdrasilmamel45 (Created page with "<includeonly><div> {| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}...") |
Tag: Undo |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<div> | |||
{| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}" | {| class="{{{class|}}} multicol" role="presentation" style="{{#if:{{{small|}}}|font-size:90%; }}border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}}; {{{style|}}}"<noinclude> | ||
|- | |- | ||
| | | | ||
|}</div> | |}</div> | ||
{{ | {{doc}}[[Category:Formatting Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:20, 11 February 2023
Use ColumnBegin, ColumnBreak, and ColumnEnd, to create multiple columns.
Usage
{{ColumnBegin}}
{{ColumnBreak}}
First Column
{{ColumnBreak}}
Second Column
{{ColumnBreak}}
Third Column
{{ColumnBreak}}
Fourth Column
{{ColumnEnd}}
Produces:
First Column |
Second Column |
Third Column |
Fourth Column |