Template:Arrange: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Reverting...jeez trying to "code" in wikimarkup is so confusing)
No edit summary
 
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}}}|<td>{{{{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}|}}}}}</td>
{{#loop:x|1|{{{w|1}}}|<td style="vertical-align:top;">{{{{{#expr:{{#var:x}}+{{#var:y}}*{{{w|1}}}}}|}}}}}</td>
</tr>}}
</tr>}}
</table>
</table>

Latest revision as of 23:50, January 9, 2018