Module:Sandbox/GKFX
Appearance
local CountryData = require('Module:CountryData')
local redirects = {GEO='Georgia (country)',GER='Germany',GEQ='Equatorial Guinea',['German Democratic Republic']='East Germany',['Genève']='Geneva',['GEO (country)']='Georgia (country)',Genova='Genoa',Geertruidenburg='Geertruidenberg',Georgia='Georgia (country)',['GEO-SOV']='Georgian Soviet Socialist Republic',['Georgian SSR']='Georgian Soviet Socialist Republic',['German South-West Africa']='German South West Africa',['Georgia (US state)']='Georgia (U.S. state)',['German Reich']='Weimar Republic'}
local pages = {'Geel','Geertruidenberg','Gelderland','Geldermalsen','Geldrop-Mierlo','Geleen','Gellicum','Gelsenkirchen','Gemert-Bakel','Gendringen','Gendt','Genemuiden','Geneva','Genk','Gennep','Genoa','Georgia (U.S. state)','Georgia (country)','Georgian Soviet Socialist Republic','Geraardsbergen','German-speaking Community','German Confederation','German East Africa','German Empire','German New Guinea','German South West Africa','Germany','Gers','Getafe','Gevgelija','germany'}
local p = {
redirects = redirects,
data = {}
}
local frame = mw.getCurrentFrame()
for _,v in ipairs(pages) do
p.data[v] = CountryData.gettable(frame, v, {})
end
return p