Module:Infobox Skill Node: Difference between revisions

no edit summary
(Add unlock_level)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 20:
parse.variant,
parse.passive,
parse.examinedescription,
parse.unlock_level,
parse.profession_bubble_a,
Line 52:
{tag='th', content='[[Premium Pass|Premium]]', colspan="6"},
{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
Line 68 ⟶ 64:
}
:add_row{
{tag='th', content='ExamineDescription', colspan="6"},
{tag='td', content=Infobox.param('examinedescription'), colspan="14"}
}
local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0
672

edits