Editing Module:Infobox Skill Node
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
local params = { |
local params = { |
||
parse. |
parse.name, |
||
parse.image, |
parse.image, |
||
parse.release, |
parse.release, |
||
Line 25: | Line 25: | ||
parse.profession_bubble_b, |
parse.profession_bubble_b, |
||
-- Include these next params just to export data to smw |
-- Include these next params just to export data to smw |
||
parse.variant_name, |
|||
parse.profession_a_smw, |
parse.profession_a_smw, |
||
parse.profession_a_level_smw, |
parse.profession_a_level_smw, |
||
Line 61: | Line 60: | ||
end |
end |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag='th', content='[[File:Passive |
{tag='th', content='[[File:Passive activity icon.png|14px|link=Passive activity]] [[Passive activity|Passive]]', colspan="6"}, |
||
{tag='td', content=Infobox.param('passive'), colspan="14"}, |
{tag='td', content=Infobox.param('passive'), colspan="14"}, |
||
} |
} |