Module:Infobox Monster: Difference between revisions
undo edit
(+display knowledge only when passive = yes) |
(undo edit) Tag: Manual revert |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3:
local Infobox = require('Module:Infobox')
local parse = require('Module:Param Parse')
if attack_style then▼
function p.main(frame)
Line 41 ⟶ 19:
parse.episode,
parse.unlock_level,
parse.health,
parse.experience,
parse.variant,
parse.passive,
parse.knowledge,
parse.aggressive,
parse.
parse.profession_bubble_a,
parse.profession_bubble_b,
Line 86 ⟶ 64:
:add_row{
{tag='th', content='[[Health]]', colspan="7"},
{tag='td', content=Infobox.param('
}
:add_row{
{tag='th', content='Experience', colspan="7"},
{tag='td', content=Infobox.param('
}
if infobox:is_param_defined(Infobox.param('
infobox:add_row{
{tag='th', content='[[Attack Style]]', colspan="7"},
{tag='td', content=Infobox.param('
}
end
Line 131 ⟶ 109:
}
:add_row{
{tag='th', content='
{tag='td', content=Infobox.param('
}
local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0
|