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 |
||
| Line 32: | Line 32: | ||
}, | }, | ||
"content": { | "content": { | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
} | } | ||
Revision as of 15:07, 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 |