Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Examine)
(Add incomplete categories)
Line 52: Line 52:
func = parse.has_content,
func = parse.has_content,
smw_property = 'Name',
smw_property = 'Name',
category_incomplete = 'Needs name',
}
}
-- Standardized examine function
-- Standardized examine function
Line 58: Line 59:
func = parse.has_content,
func = parse.has_content,
smw_property = 'Examine',
smw_property = 'Examine',
category_incomplete = 'Needs examine',
}
}