More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="clear:{{{clear|both}}}; float: {{{float|right}}};" class={{{class|}}}> | <div style="clear:{{{clear|both}}}; float: {{{float|right}}}; display: flex; flex-direction: column;" class={{{class|}}}> | ||
{{{content|}}} | {{{content|}}} | ||
</div><noinclude> | </div><noinclude> | ||
Revision as of 15:12, 27 September 2025
Creates a box for aligning multiple boxes (for example infoboxes) into a column.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| clear | clear | no description
| String | optional |
| float | float | no description
| String | suggested |
| class | class | no description | String | optional |
| content | content | no description | Content | required |