Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
InvalidCards (talk | contribs) (Add variant parameter) |
||
Line 113: | Line 113: | ||
category_incomplete = 'Needs profession', |
category_incomplete = 'Needs profession', |
||
smw_property = 'Profession' -- TODO - Need to create property page |
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 |
|||
} |
} |
||