Module:Infobox Monster: Difference between revisions

undo edit
(Move params to Module:Param Parse)
(undo edit)
Tag: Manual revert
 
(4 intermediate revisions by 3 users not shown)
Line 28:
parse.knowledge,
parse.aggressive,
parse.examinedescription,
parse.profession_bubble_a,
parse.profession_bubble_b,
Line 70:
{tag='td', content=Infobox.param('experience'), colspan="13"},
}
if infobox:is_param_defined(Infobox.param('att_styleattack_style')) > 0 then
infobox:add_row{
{tag='th', content='[[Attack Style]]', colspan="7"},
Line 109:
}
:add_row{
{tag='th', content='ExamineDescription', colspan="7"},
{tag='td', content=Infobox.param('examinedescription'), colspan="13"}
}
local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0
2,453

edits