Module:Infobox Item: Difference between revisions

221 bytes added ,  Yesterday at 21:38
Undo revision 33969 by Artoire (talk): We only want sell price / value on the card in game
(Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.)
(Undo revision 33969 by Artoire (talk): We only want sell price / value on the card in game)
Tag: Undo
 
(9 intermediate revisions by 4 users not shown)
Line 13:
local params = {
parse.actions,
parse.name,
parse.rarity_from_name,
Line 56 ⟶ 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 81 ⟶ 82:
infobox:addClass('infobox-questitem')
end
if infobox:is_param_defined(Infobox.param('actions')) > 0 then
infobox:add_row{
infobox:add_row{
{tag='th', content='Description', colspan="6"},
{tag='tdth', content=Infobox.param('descriptionActions'), colspan="146"},
{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