Module:Infobox Item: Difference between revisions

Adding actions.
(Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.)
(Adding actions.)
Line 13:
local params = {
parse.actions,
parse.name,
parse.rarity_from_name,
Line 81 ⟶ 82:
infobox:addClass('infobox-questitem')
end
infobox:add_row{
{tag='th', content='Actions', colspan="6"},
{tag='td', content=Infobox.param('actions'), colspan="14"}
}
infobox:add_row{
{tag='th', content='Description', colspan="6"},
809

edits