Difference between revisions of "Template:Table"
Wikisimpsons - The Simpsons Wiki
(Don't know.) |
|||
Line 1: | Line 1: | ||
− | {| {| | + | {| {| align="{{{align|center}}}" text-align="{{{text-align|center}}}" width="{{{width|100%}}}" style="background: #{{yellow color}}; -moz-border-radius: 1em; border: 5px solid #{{yellow color light}};" padding="{{{padding|0px}}}" |
|- | |- | ||
| align="center" | | | align="center" | | ||
− | {| {{# | + | {| {{#Switch:{{{sortable|no}}} |yes = class="sortable"}} border=1 width="100%" align="center" style="background: #{{yellow color}}; border:1px solid #{{yellow color}}; border-collapse:collapse;" |
|- style="background: #{{yellow color light}}" | |- style="background: #{{yellow color light}}" | ||
{{{1}}} | {{{1}}} | ||
Line 44: | Line 44: | ||
<nowiki>{{TCRs|Object to go in field|X|Y}}</nowiki> will add both a rowspan and a colspan. "X" is the rowspan number and "Y" is the colspan number in this case. | <nowiki>{{TCRs|Object to go in field|X|Y}}</nowiki> will add both a rowspan and a colspan. "X" is the rowspan number and "Y" is the colspan number in this case. | ||
− | [[Category:Templates | + | [[Category:Templates]][[Category:Table templates]] |
[[sv:Mall:Table]]</noinclude> | [[sv:Mall:Table]]</noinclude> |
Revision as of 12:46, April 10, 2012
|
Usage
Typical table structure should be like this:
{{Table| {{TH|A}} {{TH|B}} {{TH|C}} {{TBT|1}} {{TB|2}} {{TB|3}} {{TBT|4}} {{TB|5}} {{TB|6}} }}
Makes:
|
The only difference between {{TBT}} and {{TB}} is that TBT has a |- at the top of it to separate that row from the next. Therefore, it should go at the top of each row.
{{TCS|Object to go in field|X}} Will add a "colspan" to the table, where "X" is the number of columns you want to take over. {{TCs|Object to go in field|X}} will do the same, but with rows.
{{TRsT|Object to go in field|X}} will do a rowspan for the first column of the table's row. The only difference being that there is a "|-" at the top of it.
{{TCRs|Object to go in field|X|Y}} will add both a rowspan and a colspan. "X" is the rowspan number and "Y" is the colspan number in this case.