Template:IOEffectTables: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Lin Chiao Feng
(Removed debugging stuff.)
imported>Lin Chiao Feng
(Added test code.)
Line 1: Line 1:
{{#ifexpr: ({{{from}}})<20| <!-- Table for levels 10-19. -->
<includeonly>{{#ifexpr: ({{{from}}})<20| <!-- Table for levels 10-19. -->
{{{!}} class="wikitable" style="float: left;"
{{{!}} class="wikitable" style="float: left;"
! Level {{#ifexpr: ({{{from}}})=10|!! 10 !! 11 !! 12 !! 13 !! 14}} !! 15 !! 16 !! 17 !! 18 !! 19
! Level {{#ifexpr: ({{{from}}})=10|!! 10 !! 11 !! 12 !! 13 !! 14}} !! 15 !! 16 !! 17 !! 18 !! 19
Line 6: Line 6:
}}{{#ifexpr: ({{{from}}})<30| <!-- Table for levels 20-30. -->
}}{{#ifexpr: ({{{from}}})<30| <!-- Table for levels 20-30. -->
{{{!}} class="wikitable" style="float: left;"
{{{!}} class="wikitable" style="float: left;"
! Level {{#ifexpr: ({{{from}}})<25|!! 20 !! 21 !! 22 !! 23 !! 24}} !! 15 {{#ifexpr: ({{{to}}})>25|!! 26 !! 27 !! 28 !! 29}} {{#ifexpr: ({{{to}}})=30|!! 30}}
! Level {{#ifexpr: ({{{from}}})<25|!! 20 !! 21 !! 22 !! 23 !! 24}} !! 25 {{#ifexpr: ({{{to}}})>25|!! 26 !! 27 !! 28 !! 29}} {{#ifexpr: ({{{to}}})=30|!! 30}}
{{IOEffectDataRows|num={{{num}}}|from={{#ifexpr: ({{{from}}})<20|20|{{{from}}}}}|to={{#ifexpr: ({{{to}}})=30|30|{{#ifexpr: ({{{to}}})>30|29|{{{to}}}}}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
{{IOEffectDataRows|num={{{num}}}|from={{#ifexpr: ({{{from}}})<20|20|{{{from}}}}}|to={{#ifexpr: ({{{to}}})=30|30|{{#ifexpr: ({{{to}}})>30|29|{{{to}}}}}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
{{!}}}
{{!}}}
Line 20: Line 20:
{{!}}}
{{!}}}
}}
}}
{{clr}}
{{clr}}</includeonly><noinclude>
<pre>{{IOEffectTables|num=2|from=10|to=53|Accuracy|Damage}}</pre>
{{IOEffectTables|num=2|from=10|to=53|Accuracy|Damage}}
 
<pre>{{IOEffectTables|num=2|from=15|to=40|Accuracy|Damage}}</pre>
{{IOEffectTables|num=2|from=15|to=40|Accuracy|Damage}}
 
<pre>{{IOEffectTables|num=2|from=20|to=35|Accuracy|Damage}}</pre>
{{IOEffectTables|num=2|from=20|to=35|Accuracy|Damage}}
 
<pre>{{IOEffectTables|num=2|from=25|to=30|Accuracy|Damage}}</pre>
{{IOEffectTables|num=2|from=25|to=30|Accuracy|Damage}}
 
</noinclude>

Revision as of 17:09, 10 June 2007

{{IOEffectTables|num=2|from=10|to=53|Accuracy|Damage}}
Level 10 11 12 13 14 15 16 17 18 19

Template:IOEffectDataRows

Level 20 21 22 23 24 25 26 27 28 29

Template:IOEffectDataRows

Level 30 31 32 33 34 35 36 37 38 39

Template:IOEffectDataRows

Level 40 41 42 43 44 45 46 47 48 49 50-53

Template:IOEffectDataRows


{{IOEffectTables|num=2|from=15|to=40|Accuracy|Damage}}
Level 15 16 17 18 19

Template:IOEffectDataRows

Level 20 21 22 23 24 25 26 27 28 29

Template:IOEffectDataRows

Level 30 31 32 33 34 35 36 37 38 39 40

Template:IOEffectDataRows


{{IOEffectTables|num=2|from=20|to=35|Accuracy|Damage}}
Level 20 21 22 23 24 25 26 27 28 29

Template:IOEffectDataRows

Level 30 31 32 33 34 35

Template:IOEffectDataRows


{{IOEffectTables|num=2|from=25|to=30|Accuracy|Damage}}
Level 25 26 27 28 29 30

Template:IOEffectDataRows