Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Remove examine) |
(Clean up a bit, shouldn't cause any changes to any pages) |
||
Line 142: | Line 142: | ||
parse.description = { |
parse.description = { |
||
name = 'description', |
name = 'description', |
||
func |
func = parse.has_content, |
||
smw_property = 'Description', |
smw_property = 'Description', |
||
category_incomplete = 'Needs description', |
category_incomplete = 'Needs description', |
||
Line 400: | Line 400: | ||
func = {name = parse.number_or_number_range_high, params = {Infobox.raw_param('profession_b_level')}}, |
func = {name = parse.number_or_number_range_high, params = {Infobox.raw_param('profession_b_level')}}, |
||
smw_property = 'Profession Level B High', |
smw_property = 'Profession Level B High', |
||
} |
|||
parse.profession = { |
|||
name = 'profession', |
|||
func = parse.has_content, |
|||
category_incomplete = 'Needs profession', |
|||
smw_property = 'Profession' -- TODO - Need to create property page |
|||
} |
} |
||