Template:Arrange: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table {{#if:{{{class|}}}|class={{{class}}}}} style="float:{{{float|none}}}; {{{style|}}}">
<table {{#if:{{{class|}}}|class={{{class}}}}} style="float:{{{float|none}}}; {{{style|}}}">
{{#loop:y|0|{{{h|1}}}|<tr>
{{#loop:y|0|{{{h|1}}}|<tr>
{{#loop:x|1|{{{w|1}}}|
{{#loop:x|1|{{{w|1}}}|<td style="vertical-align:top;">{{{{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}|}}}}}</td>
{{#vardefine:cell|{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}}}
<td rowspan={{{rowspan{{#var:cell}}|1}}}>{{{{{#var:cell}}|}}}}}</td>
</tr>}}
</tr>}}
</table>
</table>
24,486

edits