Module:Infobox Item: Difference between revisions

73 bytes added ,  Yesterday at 21:38
Undo revision 33969 by Artoire (talk): We only want sell price / value on the card in game
(Adding actions.)
(Undo revision 33969 by Artoire (talk): We only want sell price / value on the card in game)
Tag: Undo
 
(8 intermediate revisions by 3 users not shown)
Line 57:
{tag='td', content=Infobox.param('additional_episode'), colspan="14"},
}
local additional_episode_class = 'infobox-'..infobox:get_param(Infobox.smw_param('additional_episode'), 0)..'-additional'
additional_episode_class = mw.ustring.gsub(additional_episode_class, '%s', '_')
infobox:addClass(additional_episode_class)
Line 82:
infobox:addClass('infobox-questitem')
end
if infobox:is_param_defined(Infobox.param('actions')) > 0 then
infobox:add_row{
{tag='th', content='Actions', colspan="6"},
{tag='td', content=Infobox.param('actions'), colspan="14"}
}
end
infobox:add_row{
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('description'), colspan="14"}
}
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then
infobox:add_row{
121

edits