Template:Top: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(expanding doc)
(moved documentation to subpage)
Line 1: Line 1:
<includeonly>{|border="{{{border|0}}}" cellpadding="5" cellspacing="0" width={{{width|100%}}}
<includeonly>{|border="{{{border|0}}}" cellpadding="5" cellspacing="0" width={{{width|100%}}}
|valign="top"|</includeonly><noinclude>
|valign="top"|</includeonly><noinclude>
{{DisplayBox|title=Documentation|text=
{{Top/doc}}
Templates {{tl|top}}, {{tl|middle}} and {{tl|bottom}} allow a user to easily create a multi-column table.
 
===Usage===
====for 2 columns====
 
'''<nowiki>{{top}}</nowiki>'''<br>
''<text of left column>''<br>
'''<nowiki>{{middle}} or {{mdl}}</nowiki>'''<br>
''<text of right column>''<br>
'''<nowiki>{{bottom}} or {{btm}}</nowiki>'''
 
 
It's equivalent to using the wiki code:
 
'''<nowiki>{|border="0" cellpadding="5" cellspacing="0" width=100%</nowiki>'''<br>
'''<nowiki>|valign="top"|</nowiki>'''<br>
''<text of left column>''<br>
'''<nowiki>|valign="top" width=50%|</nowiki>'''<br>
''<text of right column>''<br>
'''<nowiki>|}</nowiki>'''
 
 
====for 3 or more columns====
 
'''<nowiki>{{top}}</nowiki>'''<br>
''<text of left column>''<br>
'''<nowiki>{{middle|3}}</nowiki>'''<br>
''<text of center column>''<br>
'''<nowiki>{{middle|3}}</nowiki>'''<br>
''<text of right column>''<br>
'''<nowiki>{{bottom}}</nowiki>'''
 
 
===Optional parameters===
Use the optional parameters {{para|border}} and {{para|width}} inside '''<nowiki>{{top}}</nowiki>''' to define different values from their default ones ( 0px and 100%, respectively)
 
'''<nowiki>{{top|border= |width= }}</nowiki>'''
 
}}


[[Category:Table formatting templates]]
[[Category:Table formatting templates]]
</noinclude>
</noinclude>

Revision as of 16:47, 25 April 2013


Documentation

Templates {{top}}, {{middle}} and {{bottom}} allow a user to easily create a multi-column table. The shorter aliases {{top}}, {{mdl}} and {{btm}} may also be used.

Usage

for 2 columns

{{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="baseline"|
<text of left column>
|valign="baseline" width=50%|
<text of right column>
|}


for 3 or more columns

{{top}}
<text of left column>
{{middle|3}}
<text of center column>
{{middle|3}}
<text of right column>
{{bottom}}

{{top}}
<text of left column>
{{middle|4}}
<text of center-left column>
{{middle|4}}
<text of center-right column>
{{middle|4}}
<text of right column>
{{bottom}}

and so on...

Optional parameters

Use the optional parameters |border= and |width= inside {{top}} to define different values from their default ones ( |border=0px and |width=100%, respectively)

{{top|border= |width= }}