Module:ConfigHelpers: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- | --[[ | ||
* Name: ConfigHelpers | |||
* Author: Mark W. Datysgeld | |||
* Description: Utility functions for configuration management including deep table merging and field key validation, used by ConfigRepository and other template system modules | |||
* Notes: deepMerge() recursively merges tables with special array concatenation handling; fieldHasKey() validates field structures contain specific keys | |||
]] | |||
local p = {} | local p = {} | ||