Template:Shaded table: Difference between revisions

From FrathWiki
Jump to navigationJump to search
No edit summary
m (cat)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| cellspacing="4" style="text-align: center; background: #f9f9f9; border: 1pt solid #c0c0c0;"
<includeonly>{| cellspacing="4" class="shadedtable"
!colspan={{{colspan|2}}} style="text-align:center; background: #efefef;"| {{{title|}}}
!colspan={{{cols|2}}} class="shadedtable"| {{{title|}}}
|- style="vertical-align: center
|-</includeonly>
 
<noinclude>
== Usage ==
<pre><nowiki>
{{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
|}
</nowiki></pre>
 
gives
 
{{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
|}
 
'''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>

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