Module:Infobox Spell: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(added profession)
(Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.)
 
Line 18: Line 18:
parse.episode,
parse.episode,
parse.premium,
parse.premium,
parse.examine,
parse.description,
parse.profession_bubble_a,
parse.profession_bubble_a,
parse.profession_bubble_b,
parse.profession_bubble_b,
Line 51: Line 51:
}
}
:add_row{
:add_row{
{tag='th', content='Examine', colspan="6"},
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('examine'), colspan="14"}
{tag='td', content=Infobox.param('description'), colspan="14"}
}
}
local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0
local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0