Module:Infobox NPC: Difference between revisions
Adding actions.
InvalidCards (talk | contribs) (Move NPC locations to loclines as well) |
Thingummywut (talk | contribs) (Adding actions.) |
||
(One intermediate revision by the same user not shown) | |||
Line 13:
local params = {
parse.actions,
parse.name,
parse.image,
Line 19 ⟶ 20:
parse.episode,
{name = 'shop', func = parse.has_content, smw_property = 'Shop'}, -- TODO - move to Module:Param Parse once more details are available, and create property page
parse.
}
Line 49 ⟶ 50:
end
infobox:add_row{
{tag='th', content='
{tag='td', content=Infobox.param('
}
infobox:add_row{
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('description'), colspan="14"}
}
:pad(20)
|