Module:T-CountryHub: Difference between revisions

// via Wikitext Extension for VSCode
Tag: Reverted
// via Wikitext Extension for VSCode
Tag: Reverted
Line 309: Line 309:
         -- Build data for standard table rendering (like other cards)
         -- Build data for standard table rendering (like other cards)
         local infoData = {
         local infoData = {
             {result = 'ccTLD', value = ccTLDText},
             {result = ccTLDText},
             {result = 'ICANN region', value = regionText},
             {result = regionText},
             {result = 'ISOC chapter', value = ISOCText},
             {result = ISOCText},
             {result = 'Youth IGF', value = youthText}
             {result = youthText}
         }
         }