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 141: | Line 141: | ||
-- Standardized description function |
-- Standardized description function |
||
function parse.description_func(description, examine) |
function parse.description_func(description, examine) |
||
if not description and examine then |
if not Infobox.is_param_defined(description) and Infobox.is_param_defined(examine) then |
||
description = examine |
description = examine |
||
end |
end |