Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Im Wired In (talk | contribs) mNo edit summary |
Thingummywut (talk | contribs) (Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.) |
||
Line 28: | Line 28: | ||
parse.knowledge, |
parse.knowledge, |
||
parse.aggressive, |
parse.aggressive, |
||
parse. |
parse.description, |
||
parse.profession_bubble_a, |
parse.profession_bubble_a, |
||
parse.profession_bubble_b, |
parse.profession_bubble_b, |
||
Line 109: | Line 109: | ||
} |
} |
||
:add_row{ |
:add_row{ |
||
{tag='th', content=' |
{tag='th', content='Description', colspan="7"}, |
||
{tag='td', content=Infobox.param(' |
{tag='td', content=Infobox.param('description'), 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 |