Module:Infobox Shop: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
InvalidCards (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
parse.episode, |
parse.episode, |
||
{name = 'owner', func = parse.has_content, smw_property = 'Shop owner'}, |
{name = 'owner', func = parse.has_content, smw_property = 'Shop owner'}, |
||
{name = 'location', func = parse.has_content, smw_property = 'Location', category_incomplete = 'Needs location'}, |
|||
} |
} |
||
Line 43: | Line 44: | ||
:add_row{ |
:add_row{ |
||
{tag='th', content='Owner', colspan="6"}, |
{tag='th', content='Owner', colspan="6"}, |
||
{tag='td', content=Infobox.param('owner'), colspan="14"}, |
|||
} |
|||
:add_row{ |
|||
{tag='th', content='Located in', colspan="6"}, |
|||
{tag='td', content=Infobox.param('owner'), colspan="14"}, |
{tag='td', content=Infobox.param('owner'), colspan="14"}, |
||
} |
} |