Module:T-Process: Difference between revisions

// via Wikitext Extension for VSCode
Tag: Manual revert
// via Wikitext Extension for VSCode
Tag: Reverted
Line 101: Line 101:
     return extractSemanticValue(value, "Process")
     return extractSemanticValue(value, "Process")
end
end
-- No need to skip this property anymore, as our batch processing system now handles it correctly
template.config.semantics.skipProperties = template.config.semantics.skipProperties or {}
template.config.semantics.skipProperties = template.config.semantics.skipProperties or {}
template.config.semantics.skipProperties["Has process connection"] = true
-- template.config.semantics.skipProperties["Has process connection"] = true -- Removed to allow batch processing


-- ================================================================================
-- ================================================================================