Module:Param Parse: Difference between revisions
Add variant parameter
No edit summary |
InvalidCards (talk | contribs) (Add variant parameter) |
||
Line 113:
category_incomplete = 'Needs profession',
smw_property = 'Profession' -- TODO - Need to create property page
}
parse.variant = {
name = 'variant',
func = parse.has_content,
category_incomplete = 'Needs variant details',
smw_property = 'Variant of' -- TODO - Need to create property page
}
|