Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(yes_no_smw debugging) |
(Examine) |
||
Line 52: | Line 52: | ||
func = parse.has_content, |
func = parse.has_content, |
||
smw_property = 'Name', |
smw_property = 'Name', |
||
} |
|||
-- Standardized examine function |
|||
parse.examine = { |
|||
name = 'examine', |
|||
func = parse.has_content, |
|||
smw_property = 'Examine', |
|||
} |
} |
||