Module:Infobox Item: Difference between revisions

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