Template:Shaded table: Difference between revisions

From FrathWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{| cellspacing="4" class="shadedtable"
{| cellspacing="4" class="shadedtable"
!colspan={{{colspan|2}}} class="shadedtable"| {{{title|}}}
!colspan={{{cols|2}}} class="shadedtable"| {{{title|}}}
|-
|-
<noinclude>
== Usage ==
<pre><nowiki>
{{shaded table| title=Marx Brothers | cols=2 }}
| Chico | Leonard
| Harpo | Arthur
| Groucho | Julius Henry
| Gummo | Milton
| Zeppo | Herbert
}}
</nowiki></pre>
gives
{{shaded table| title=Marx Brothers | cols=2 }}
| Chico | Leonard
| Harpo | Arthur
| Groucho | Julius Henry
| Gummo | Milton
| Zeppo | Herbert
}}
</noinclude>

Revision as of 11:05, 19 July 2008

Usage

{{shaded table| title=Marx Brothers | cols=2 }}
| Chico |	Leonard
| Harpo | Arthur
| Groucho | Julius Henry
| Gummo | Milton
| Zeppo | Herbert
}}

gives

Marx Brothers
Leonard Arthur Julius Henry Milton Herbert

}}