Module:Param Parse: Difference between revisions

no edit summary
(Add variant parameter)
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'
}