Template:Middle

From ChoralWiki
Revision as of 14:51, 4 April 2013 by Carlos (talk | contribs) (allow for 3 o more columns)
Jump to navigation Jump to search


Documentation

This template, together with {{top}} and {{bottom}}, allows a user to easily create a two-column table.

Usage

{{top}}

...text of left column...

{{middle}}

...text of right column...

{{bottom}}


It's equivalent to using the wiki code:

{|border="0" cellpadding="5" cellspacing="0" width=100%
|valign="top"|

...text of left column...

|valign="top" width=50%|

...text of right column...

|}