Template:Columns-start

From Tripwire Interactive Wiki
Revision as of 14:48, 24 October 2012 by Benjamin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example

{{Columns-start|num=3}}
<div style="background-color:yellow;">Column 1 here</div>
{{Column}}
<div style="background-color:skyblue;">Column 2 here</div>
{{Column}}
<div style="background-color:salmon;">Column 3 here</div>
{{Columns-end}}

Produces:

Column 1 here
Column 2 here
Column 3 here

See the Wikipedia article on this template.