Template:Columns-start: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 21: Line 21:
{{Columns-end}}
{{Columns-end}}
See the [http://en.wikipedia.org/wiki/Template:Columns-start Wikipedia] article on this template.
See the [http://en.wikipedia.org/wiki/Template:Columns-start Wikipedia] article on this template.
</noinclude>
</noinclude>

Latest revision as of 14:48, 24 October 2012

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.