Template:Shaded table: Difference between revisions

From FrathWiki
Jump to navigationJump to search
m (cat)
 
(One intermediate revision by one other user not shown)
Line 41: Line 41:
|}
|}


'''NB''' that the number of colums (the <code>cols</code> attribute) must be specified for the dark shaded title cell to look right; compare
<pre><nowiki>
{{shaded table | title=Simpson Children}}
| Bart || Lisa || Maggie
|}
</nowiki></pre>
with omitted <code>cold</code> attribute giving malformed
{{shaded table | title=Simpson Children}}
| Bart || Lisa || Maggie
|}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 01:23, 5 October 2014


Usage

{{shaded table| title=Marx Brothers | cols=2 }}
| Chico ||	Leonard
|-
| Harpo || Arthur
|-
| Groucho || Julius Henry
|-
| Gummo || Milton
|-
| Zeppo || Herbert
|}
----
{{shaded table | title=Simpson Children | cols=3 }}
| Bart || Lisa || Maggie
|}

gives

Marx Brothers
Chico Leonard
Harpo Arthur
Groucho Julius Henry
Gummo Milton
Zeppo Herbert

Simpson Children
Bart Lisa Maggie

NB that the number of colums (the cols attribute) must be specified for the dark shaded title cell to look right; compare

{{shaded table | title=Simpson Children}}
| Bart || Lisa || Maggie
|}

with omitted cold attribute giving malformed

Simpson Children
Bart Lisa Maggie