Template:Column/Documentation: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
== Syntax ==
== Syntax ==
<pre>
<pre>
{{row
{{column
|col=
|col=
|header=
|header=
Line 12: Line 12:
# content: Enter any content here to be inside the box.
# content: Enter any content here to be inside the box.


{{row
{{column
|col=12
|col=12
|header=A Header
|header=A Header

Revision as of 16:22, 29 May 2023

Syntax

{{column
|col=
|header=
|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. header: Enter some text to show a level 2 header at the top of the box.
  3. content: Enter any content here to be inside the box.

A Header


This is some text.