Module:Infobox Monster: 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 29: | Line 29: | ||
parse.aggressive, |
parse.aggressive, |
||
parse.description, |
parse.description, |
||
parse.description_b, |
|||
parse.description_c, |
|||
parse.profession_bubble_a, |
parse.profession_bubble_a, |
||
parse.profession_bubble_b, |
parse.profession_bubble_b, |
||
Line 111: | Line 113: | ||
{tag='th', content='Description', colspan="7"}, |
{tag='th', content='Description', colspan="7"}, |
||
{tag='td', content=Infobox.param('description'), colspan="13"} |
{tag='td', content=Infobox.param('description'), colspan="13"} |
||
} |
|||
:add_row{ |
|||
{tag='th', content='Description', colspan="7"}, |
|||
{tag='td', content=Infobox.param('description_b'), colspan="13"} |
|||
} |
|||
:add_row{ |
|||
{tag='th', content='Description', colspan="7"}, |
|||
{tag='td', content=Infobox.param('description_c'), colspan="13"} |
|||
} |
} |
||
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 |