Template:Column/Documentation: Difference between revisions

Template page
(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
Line 9: Line 9:
# 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).
# content: Enter any content here to be inside the box.
# content: Enter any content here to be inside the box.
{{box
|col=12
|header=A Header
|content=This is some text.
}}


<noinclude>
<noinclude>
[[Category:Template Documentation]]
[[Category:Template Documentation]]
</noinclude>
</noinclude>

Revision as of 02:18, 29 May 2023

Syntax

{{box
|col=
|content=
}}

Arguments:

  1. col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width).
  2. content: Enter any content here to be inside the box.

Template:Box