Template:Col-2
Revision as of 00:42, 9 April 2019 by Mndarrr (talk | contribs) (Created page with "| valign="top" style="width:50%; border:3px" |<noinclude>{{documentation}}Category:Templates</noinclude>")
| valign="top" style="width:50%; border:3px" |
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Col-2/doc to edit this documentation. (How does this work?) |
Description
This template starts a column, as part of a two-column template.
Syntax
Type {{Col-begin}}, then whatever you would like inside the first column, then {{Col-2}} and whatever you want in the second column, ended by {{Col-end}}.
For example...
{{Col-begin}}
Text 1
{{Col-2}}
Text 2
{{Col-end}}
Results in:
|
Text 1 |
Text 2 |