Module:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
InvalidCards (talk | contribs) (Move NPC locations to loclines as well) |
Thingummywut (talk | contribs) (Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.) |
||
Line 19: | Line 19: | ||
parse.episode, |
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 |
{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. |
parse.description, |
||
} |
} |
||
Line 49: | Line 49: | ||
end |
end |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag='th', content=' |
{tag='th', content='Description', colspan="6"}, |
||
{tag='td', content=Infobox.param(' |
{tag='td', content=Infobox.param('description'), colspan="14"} |
||
} |
} |
||
:pad(20) |
:pad(20) |