Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Thingummywut (talk | contribs) (Adding support for description instead of examine; there is no "examine" in this game.) |
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 Infobox. |
if not Infobox.is_param_defined(description) and Infobox.is_param_defined(examine) then |
||
description = examine |
description = examine |
||
end |
end |