Template:IOEffectTables: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Lin Chiao Feng
(Template for cranking out all the enhancement effect tables on a page in one fell swoop. Wish me luck.)
 
imported>Lin Chiao Feng
m (Wiki uses = not ==, d'oh.)
Line 1: Line 1:
{{#ifexpr: ({{{from}}})<20| <!-- Table for levels 10-19. -->
{{#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
{{IOEffectDataRows|num={{{num}}}|from={{{from}}}|to=19|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
{{IOEffectDataRows|num={{{num}}}|from={{{from}}}|to=19|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
|}
|}
}}{{#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}} !! 15 {{#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|}}}}}
|}
|}
}}{{#ifexpr: ({{{from}}})<40 and ({{{to}}})>30| <!-- Table for levels 30-40. -->
}}{{#ifexpr: ({{{from}}})<40 and ({{{to}}})>30| <!-- Table for levels 30-40. -->
{| class="wikitable" style="float: left;"
{| class="wikitable" style="float: left;"
! Level {{#ifexpr: ({{{from}}})<35|!! 30 !! 31 !! 32 !! 33 !! 34}} !! 35 {{#ifexpr: ({{{to}}})>35|!! 36 !! 37 !! 38 !! 39}} {{#ifexpr: ({{{to}}})==40|!! 40}}
! Level {{#ifexpr: ({{{from}}})<35|!! 30 !! 31 !! 32 !! 33 !! 34}} !! 35 {{#ifexpr: ({{{to}}})>35|!! 36 !! 37 !! 38 !! 39}} {{#ifexpr: ({{{to}}})=40|!! 40}}
{{IOEffectDataRows|num={{{num}}}|from={{#ifexpr: ({{{from}}})<30|30|{{{from}}}}}|to={{#ifexpr: ({{{to}}})==40|40|{{#ifexpr: ({{{to}}})>40|39|{{{to}}}}}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
{{IOEffectDataRows|num={{{num}}}|from={{#ifexpr: ({{{from}}})<30|30|{{{from}}}}}|to={{#ifexpr: ({{{to}}})=40|40|{{#ifexpr: ({{{to}}})>40|39|{{{to}}}}}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}
|}
|}
}}{{#ifexpr: ({{{to}}})>40| <!-- Table for levels 40-53. -->
}}{{#ifexpr: ({{{to}}})>40| <!-- Table for levels 40-53. -->

Revision as of 16:26, 10 June 2007

Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".