2,875
edits
m (Fix exp value icon) |
(Add 'other' row) |
||
Line 173: | Line 173: | ||
:attr("colspan", 2) | :attr("colspan", 2) | ||
:wikitext("Requirements") | :wikitext("Requirements") | ||
:tag( | :tag('tr') | ||
:tag( | :tag('th') | ||
:wikitext( | :wikitext('Skills') | ||
:tag( | :tag('th') | ||
:wikitext( | :wikitext('Other') | ||
:done() | |||
:tag("tr") | :tag("tr") | ||
:tag("td") | :tag("td") | ||
:wikitext(paramtest.default_to(args['skills'], 'None')) | :wikitext(paramtest.default_to(args['skills'], 'None')) | ||
:tag("td") | :tag("td") | ||
:wikitext(paramtest.default_to(args['other'], 'None')) | :wikitext(paramtest.default_to(args['other'], 'None')) | ||
:tag( | :tag('tr') | ||
:tag( | :tag('th') | ||
:wikitext( | :wikitext('Items') | ||
:tag( | :tag('th') | ||
:tag( | :wikitext('Recommended') | ||
:tag('tr') | |||
:tag('td') | |||
:wikitext(paramtest.default_to(args['items'], 'None')) | :wikitext(paramtest.default_to(args['items'], 'None')) | ||
:tag('td') | |||
:wikitext(paramtest.default_to(args['recommended'], 'None')) | |||
:tag("tr") | :tag("tr") | ||
:tag("th") | :tag("th") | ||
Line 266: | Line 270: | ||
items = "", | items = "", | ||
other = "", | other = "", | ||
recommended = "", | |||
skillExp1 = "Maagic", | skillExp1 = "Maagic", | ||
skillExp1amount = "-1000", | skillExp1amount = "-1000", |
edits