Module:CountryData: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- Module:CountryData | -- Module:CountryData | ||
-- Unified module for country data management, providing a single source of truth | -- Unified module for country data management, providing a single source of truth | ||
-- for country names, codes, regions, and variations. | -- for country names, codes, regions, and variations. Also includes country display | ||
-- functionality (formerly in MultiCountryDisplay.lua). | |||
-- | -- | ||
-- Features: | -- Features: | ||
| Line 9: | Line 10: | ||
-- * Provides extensible property access | -- * Provides extensible property access | ||
-- * Integrates with Semantic MediaWiki | -- * Integrates with Semantic MediaWiki | ||
-- * Formats country lists with region-specific styling | |||
-- * Processes countries for category assignment | |||
-- | -- | ||
-- Dependencies: | -- Dependencies: | ||