Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
InvalidCards (talk | contribs) No edit summary |
(yes_no_smw instead of yes_no) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 97: | Line 97: | ||
func = parse.yes_no, |
func = parse.yes_no, |
||
smw_property = 'Premium', |
smw_property = 'Premium', |
||
smw_func = parse. |
smw_func = parse.yes_no_smw, |
||
category_incomplete = 'Needs premium status', |
category_incomplete = 'Needs premium status', |
||
} |
} |
||
Line 126: | Line 126: | ||
func = parse.yes_no, |
func = parse.yes_no, |
||
smw_property = 'Passive', |
smw_property = 'Passive', |
||
smw_func = parse. |
smw_func = parse.yes_no_smw, |
||
category_incomplete = 'Needs passiveness' |
category_incomplete = 'Needs passiveness' |
||
} |
} |