More actions
Created page with "<div style="clear:{{{clear|both}}}; float: {{{float|right}}};" class={{{class|}}}> {{{content|}}} </div><noinclude> {{documentation}} <templatedata> { "params": { "clear": { "type": "string", "suggestedvalues": [ "both", "left", "right", "none" ], "default": "both" }, "float": { "type": "string", "suggestedvalues": [ "left", "right", "inline-start", "inline-end", "none" ], "default": "right", "suggeste..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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; gap: 10px;" class={{{class|}}}> | ||
{{{content|}}} | {{{content|}}} | ||
</div><noinclude> | </div><noinclude> | ||
| Line 32: | Line 32: | ||
}, | }, | ||
"content": { | "content": { | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
} | } | ||
Latest 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 |