(Created page with "== Syntax == <pre> {{box |col= |content= }}</pre> Arguments: # col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width). # content: Enter any content here to be inside the box. <noinclude> Category:Template Documentation </noinclude>") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
<pre> | <pre> | ||
{{ | {{column | ||
|col= | |col= | ||
|header= | |||
|h= | |||
|content= | |content= | ||
}}</pre> | }}</pre> | ||
Line 8: | Line 10: | ||
Arguments: | Arguments: | ||
# col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width). | # col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width). | ||
# header: Enter some text to show a level 2 header at the top of the box. | |||
# h: Enter a number from 2 to 6 to change the header text level. | |||
# content: Enter any content here to be inside the box. | # content: Enter any content here to be inside the box. | ||
{{column | |||
|col=12 | |||
|header=A Header | |||
|content=This is some text. | |||
}} | |||
<noinclude> | <noinclude> | ||
[[Category:Template Documentation]] | [[Category:Template Documentation]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:28, 29 May 2023
Syntax
{{column |col= |header= |h= |content= }}
Arguments:
- col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width).
- header: Enter some text to show a level 2 header at the top of the box.
- h: Enter a number from 2 to 6 to change the header text level.
- content: Enter any content here to be inside the box.
A Header
This is some text.