Template:TableWrap: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Needs the full name of the subtemplate)
(Try to avoid unnecessary blank lines)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><table class="wikitable {{{class|}}}" style="width:100%;table-layout:fixed;{{{style}}}">
<table class="wikitable {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>
{{#if:{{{header|}}}|<th colspan="{{{width}}}">{{{header}}}</th>
{{#if:{{{header|}}}|<th colspan="{{{width}}}">{{{header}}}</th>
}}{{IfNotEmpty|{{{1|}}}|{{TableWrap/SingleCell|cell=1|width={{{width}}}|{{{1|}}}}}
}}{{IfNotEmpty|{{{1|}}}|{{TableWrap/SingleCell|cell=1|width={{{width}}}|{{{1|}}}}}
Line 102: Line 101:
}}{{IfNotEmpty|{{{99|}}}|{{TableWrap/SingleCell|cell=99|width={{{width}}}|{{{99|}}}}}
}}{{IfNotEmpty|{{{99|}}}|{{TableWrap/SingleCell|cell=99|width={{{width}}}|{{{99|}}}}}
}}{{IfNotEmpty|{{{100|}}}|{{TableWrap/SingleCell|cell=100|width={{{width}}}|{{{100|}}}}}}}
}}{{IfNotEmpty|{{{100|}}}|{{TableWrap/SingleCell|cell=100|width={{{width}}}|{{{100|}}}}}}}
</table>
</table></includeonly><noinclude>
</includeonly>
<noinclude>
{{TableWrap|width=5|header=Header
{{TableWrap|width=5|header=Header
|<table>test1</table>
|<table>test1</table>
Line 116: Line 113:
|<table>test9</table>-->
|<table>test9</table>-->
}}
}}
See also [[/SingleCell|/SingleCell]].
</noinclude>

Latest revision as of 06:44, 16 February 2023

Header
test1

test2

test3

test4

test5

test6

See also /SingleCell.