Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(Nothing should use examine anymore.)
Line 144: Line 144:
smw_property = 'Description',
smw_property = 'Description',
category_incomplete = 'Needs description',
category_incomplete = 'Needs description',
}

-- Standardized examine function ("examine" doesn't exist in this game, but kept
-- temporarily until all infoboxes use the description above.)
parse.examine = {
name = 'examine',
func = parse.has_content,
smw_property = 'Examine',
category_incomplete = 'Needs examine',
}
}