Module:Infobox Item: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
Thingummywut (talk | contribs) (Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.) |
||
Line 22: | Line 22: | ||
parse.quest, |
parse.quest, |
||
parse.value, |
parse.value, |
||
parse. |
parse.description, |
||
parse.variant, |
parse.variant, |
||
parse.profession_bubble_a, |
parse.profession_bubble_a, |
||
Line 82: | Line 82: | ||
end |
end |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag='th', content=' |
{tag='th', content='Description', colspan="6"}, |
||
{tag='td', content=Infobox.param(' |
{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 |
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then |