Module:Infobox NPC: Difference between revisions

Adding actions.
(Move NPC locations to loclines as well)
(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.examinedescription,
}
Line 49 ⟶ 50:
end
infobox:add_row{
{tag='th', content='ExamineActions', colspan="6"},
{tag='td', content=Infobox.param('examineactions'), colspan="14"}
}
infobox:add_row{
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('description'), colspan="14"}
}
:pad(20)
809

edits