Jump to content

Module:Sandbox/GKFX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GKFX (talk | contribs) at 15:11, 3 May 2021 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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