Module:SemanticCategoryHelpers: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- | --[[ | ||
* Name: SemanticCategoryHelpers | |||
* Author: Mark W. Datysgeld | |||
* Description: Utilities for semantic property and category handling in templates, extracted from TemplateHelpers for improved modularity | |||
* Notes: Splitting multi-value strings; building category tags; adding categories based on canonical mappings; processing multi-value semantic properties; generating semantic properties based on configuration; retrieving property descriptions from property pages; includes property description caching and type registry | |||
]] | |||
local p = {} | local p = {} | ||