Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 134: Line 134:
-- Standardized description function
-- Standardized description function
function parse.description_func(description, examine)
function parse.description_func(description, examine)
if not Infobox.is_param_defined(description) and Infobox.is_param_defined(examine) then
if not description and examine then
description = examine
description = examine
end
end