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) | ||
return extractSemanticValue(value, "Process") | |||
end | end | ||
template.config.semantics.skipProperties = template.config.semantics.skipProperties or {} | template.config.semantics.skipProperties = template.config.semantics.skipProperties or {} | ||