Template:Bottom

From ChoralWiki
Revision as of 17:05, 10 January 2013 by Carlos (talk | contribs) (documentation)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Documentation

This template, together with {{top}} and {{middle}}, 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...

|}