Template:Shaded table: Difference between revisions

From FrathWiki
Jump to navigationJump to search
Line 38: Line 38:
----
----
{{shaded table | title=Simpson Children | cols=3 }}
{{shaded table | title=Simpson Children | cols=3 }}
| Bart || Lisa || Maggie
|}
'''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
| Bart || Lisa || Maggie
|}
|}


</noinclude>
</noinclude>

Revision as of 00:09, 20 July 2008


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