Module:Infobox Profession: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 12: Line 12:
local params = {
local params = {
parse.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},
parse.premium,
{name = 'premium', func = parse.yes_no, smw_property = 'Premium', smw_func = parse.yes_no, category_incomplete = 'Needs premium status'},
}
}