Module:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
parse.profession, |
parse.profession, |
||
{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.examine, |
|||
} |
} |
||
Line 51: | Line 52: | ||
} |
} |
||
end |
end |
||
infobox:add_row{ |
|||
{tag='th', content='Examine', colspan="6"}, |
|||
{tag='td', content=Infobox.param('examine'), colspan="14"} |
|||
} |
|||
infobox:pad(20) |
infobox:pad(20) |
||