Module:T-CountryHub: Difference between revisions
(m) // via Wikitext Extension for VSCode |
Maintenance update // via Wikitext Extension for VSCode |
||
| Line 271: | Line 271: | ||
if not foundMatch then | if not foundMatch then | ||
ISOCText = string.format('[[Internet Society %s Chapter]]', args.has_country) | ISOCText = string.format('[[Internet Society %s Chapter]]', args.has_country) | ||
end | end | ||
| Line 332: | Line 319: | ||
:tag('th'):wikitext('ISOC chapter'):done() | :tag('th'):wikitext('ISOC chapter'):done() | ||
:tag('td'):wikitext(ISOCText):done() | :tag('td'):wikitext(ISOCText):done() | ||
:done() | :done() | ||