Module:Infobox Shop: Difference between revisions

Description was just copying the description of the owner. Shops don't have descriptions.
m (Add examine as a potential value to module (can be found in the info option on the shop))
(Description was just copying the description of the owner. Shops don't have descriptions.)
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 20:
{name = 'owner', func = parse.has_content, smw_property = 'Shop owner'},
{name = 'location', func = parse.has_content, smw_property = 'Location', category_incomplete = 'Needs location'},
{name = 'examine', func = parse.has_content, smw_property = 'Examine', category_incomplete = 'Needs examine'},
}
Line 50 ⟶ 49:
{tag='th', content='Located in', colspan="6"},
{tag='td', content=Infobox.param('location'), colspan="14"},
}
:add_row{
{tag='th', content='Examine', colspan="6"},
{tag='td', content=Infobox.param('examine'), colspan="14"},
}
:pad(20)
809

edits