Template:Arrange: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{| {{#if:{{{class|}}}|class={{{class}}}}} style="float:{{{float|none}}}; {{{style|}}}"
<table {{#if:{{{class|}}}|class={{{class}}}}} style="float:{{{float|none}}}; {{{style|}}}">
|{{#loop:y|0|{{{h|1}}}|
{{#loop:y|0|{{{h|1}}}|<tr>
{{#loop:x|1|{{{w|1}}}|{{#ifeq:{{#var:x}}|1||{{!!}}}}{{{{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}|}}}}}
{{#loop:x|1|{{{w|1}}}|<td>{{{{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}|}}}}}</td>
 
</tr>}}
{{#ifexpr:{{#var:y}}!={{#expr:{{{h|1}}}-1}}|{{!}}-
</table>
 
{{!}}}}}}
|}

Revision as of 17:52, December 8, 2017