Module:Infobox Scenery: 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.image,
Line 40 ⟶ 41:
{tag='th', content='[[Premium Pass|Premium]]', colspan="6"},
{tag='td', content=Infobox.param('premium'), colspan="14"},
}
:add_row{
{tag='th', content='Actions', colspan="6"},
{tag='td', content=Infobox.param('actions'), colspan="14"},
}
:add_row{
809

edits