Editing Module:Param Parse
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 142: | Line 142: | ||
parse.description = { |
parse.description = { |
||
name = 'description', |
name = 'description', |
||
func = parse.has_content, |
func = {name = parse.has_content, params = {Infobox.raw_param('description')}}, |
||
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 |
|||
} |
} |
||