Template:WatchlistNotice/Wizard/Data/countries
countries
edit// https://github.com/maxmind/geoip-api-c/blob/master/libGeoIP/GeoIP.c
var m = $.map(arr, function(el, i) {
return '|-\n| ' + el + '\n| ' + arr2[i] + '\n| [[File:Flag of ' + arr2[i] + '.svg|48x48px]]';
});
$('<pre>').text(m.join('\n')).appendTo('#bodyContent');