Module:Infobox Item: Difference between revisions
m
make actions param optional
Thingummywut (talk | contribs) (Adding actions.) |
Microbrews (talk | contribs) m (make actions param optional) |
||
Line 82:
infobox:addClass('infobox-questitem')
end
if infobox:is_param_defined(Infobox.param('actions')) > 0 then
{tag='th', content='Actions', colspan="6"},
{tag='td', content=Infobox.param('actions'), colspan="14"}
}
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('description'), colspan="14"}
}
end
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then
infobox:add_row{
|