Module:Infobox Profession: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
local params = { |
local params = { |
||
{name = 'name', func = parse.has_content, smw_property = 'Name'}, |
{name = 'name', func = parse.has_content, smw_property = 'Name'}, |
||
parse.image |
parse.image, |
||
{name = 'release', func = parse.has_content}, |
{name = 'release', func = parse.has_content}, |
||
{name = 'premium', func = parse.yes_no, smw_property = 'Premium', smw_func = parse.yes_no, category_incomplete = 'Needs premium status'}, |
{name = 'premium', func = parse.yes_no, smw_property = 'Premium', smw_func = parse.yes_no, category_incomplete = 'Needs premium status'}, |