Module:Infobox Skill Node: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Thingummywut (talk | contribs) (Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.) |
No edit summary |
||
Line 52: | Line 52: | ||
{tag='th', content='[[Premium Pass|Premium]]', colspan="6"}, |
{tag='th', content='[[Premium Pass|Premium]]', colspan="6"}, |
||
{tag='td', content=Infobox.param('premium'), colspan="14"}, |
{tag='td', content=Infobox.param('premium'), colspan="14"}, |
||
} |
|||
:add_row{ |
|||
{tag='th', content='Unlocked at', colspan="6"}, |
|||
{tag='td', content=Infobox.param('unlock_level'), colspan="14"}, |
|||
} |
} |
||
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then |
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then |