Module:T-Person: Difference between revisions

// via Wikitext Extension for VSCode
Tag: Reverted
// via Wikitext Extension for VSCode
Tag: Reverted
Line 137: Line 137:
         local semanticOutput = SemanticCategoryHelpers.addSemanticProperties("language", value, "")
         local semanticOutput = SemanticCategoryHelpers.addSemanticProperties("language", value, "")
          
          
         -- Return formatted display value with native names
         -- Return formatted display value with native names: NormalizationLanguage.formatLanguages(value), handled by the declarative list system
        -- return NormalizationLanguage.formatLanguages(value) -- This is now handled by the declarative list system
         return value
         return value
     end
     end