Module:Param Parse: Difference between revisions
no edit summary
InvalidCards (talk | contribs) (Add variant parameter) |
InvalidCards (talk | contribs) No edit summary |
||
Line 120:
category_incomplete = 'Needs variant details',
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'
}
|