Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Thingummywut (talk | contribs) mNo edit summary |
Thingummywut (talk | contribs) 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 |
if not description and examine then |
||
description = examine |
description = examine |
||
end |
end |