Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
InvalidCards (talk | contribs) (Add variant parameter) |
InvalidCards (talk | contribs) No edit summary |
||
Line 120: | Line 120: | ||
category_incomplete = 'Needs variant details', |
category_incomplete = 'Needs variant details', |
||
smw_property = 'Variant of' -- TODO - Need to create property page |
smw_property = 'Variant of' -- TODO - Need to create property page |
||
} |
|||
parse.passive = { |
|||
name = 'passive', |
|||
func = parse.yes_no, |
|||
smw_property = 'Passive', |
|||
smw_func = parse.yes_no, |
|||
category_incomplete = 'Needs passiveness' |
|||
} |
} |
||