Module:CountryData/cacheE
Appearance
local CountryData = require('Module:CountryData')
local pages = {'Electorate of Hanover', 'Empire of Brazil', 'Ecuador', 'Equatorial Guinea', 'East Germany', 'Easter Island', 'Estonia', 'East Timor', 'England', 'Espírito Santo', 'Egypt', 'Eswatini', 'El Salvador', 'Ethiopia', 'Europe', 'Eritrea', 'European Union', 'East Flanders', 'Ethiopian Empire', 'Empire of Japan'}
local p = {
data = {}
}
local frame = mw.getCurrentFrame()
for _,v in ipairs(pages) do
p.data[v] = CountryData.gettable(frame, v, {})
end
return p