countries: mark .Xi tiles as organisations
[sheet.git] / countries.plp
index a97a17475279fbb01cc451ee5dc8d2c8b4aa0e0c..3979501664c9c03c050d6b7b37fd9ecf23ed0611 100644 (file)
@@ -4,13 +4,13 @@ Html({
        title => 'country code cheat sheet',
        version => 'v1.0',
        description =>
-               "Table of ISO-3166-2 country codes with the names of reserved territories.",
-       keywords => [qw'country code cc tld territory land table'],
+               "Table of ISO-3166-1 country codes with the names of reserved territories.",
+       keywords => [qw'country code cc tld cctld continent territory land table'],
        stylesheet => [qw'light dark circus mono red'],
 });
 
 :>
-<h1>ISO-3166-2α2 Country codes</h1>
+<h1>ISO-3166-1α2 Country codes</h1>
 
 <:
 my $cc = do 'countries.inc.pl';
@@ -41,6 +41,7 @@ my $cc = do 'countries.inc.pl';
                        }
                        else {
                                $_ = EscapeHTML($short || $name);
+                               $name .= " → $ref" if $ref and $ref ne $code;
                        }
                        printf "\n".'<td class="%s" title="%s">%s',
                                $_ ? 'X '.$class : '', EscapeHTML("$code: $name"), $_;
@@ -58,11 +59,12 @@ my $cc = do 'countries.inc.pl';
        <td class="X c-af">africa
        <td class="X c-eu">europe
        <td class="X c-as">asia
-       <td class="X c-aa">antarctica
+       <td class="X c-an">antarctica
        <td class="X c-oc">oceania
        <td class="X c-sa">south america
        <td class="X c-na">north america
-       <td class="Xr">reserved
+       <td class="X Xr">reserved
+       <td class="X Xi">org
        <td class="">free
        <td class="X Co">user-assigned
        </table>