Module:T-Process: Difference between revisions

// via Wikitext Extension for VSCode
Tag: Reverted
// via Wikitext Extension for VSCode
Tag: Manual revert
Line 99: Line 99:
template.config.semantics.transforms = template.config.semantics.transforms or {}
template.config.semantics.transforms = template.config.semantics.transforms or {}
template.config.semantics.transforms["Has process connection"] = function(value)
template.config.semantics.transforms["Has process connection"] = function(value)
     if LinkParser.processWikiLink(value, "check") then
     return extractSemanticValue(value, "Process")
        return LinkParser.extractFromWikiLink(value)
    end
    return nil
end
end
template.config.semantics.skipProperties = template.config.semantics.skipProperties or {}
template.config.semantics.skipProperties = template.config.semantics.skipProperties or {}