Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Update image matching function)
No edit summary
Line 105: Line 105:
name = 'release',
name = 'release',
func = parse.has_content,
func = parse.has_content,
}

-- Profession (TODO)
parse.profession = {
name = 'profession',
func = parse.has_content,
category_incomplete = 'Needs profession',
smw_property = 'Profession' -- TODO - Need to create property page
}
}