Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2571ea67f5d6c75

Jump to content

Module:CountryData/cacheO

From Wikipedia, the free encyclopedia
local CountryData = require('Module:CountryData')
local pages = {'Benin', 'California', 'Liberia', 'Mozambique', 'New_York_(state)', 'Palestine', 'Republic_of_China', 'Rwanda', 'Sierra_Leone', 'Togo', 'Tonga', 'Wisconsin'}
local p = {
    data = {}
}
local frame = mw.getCurrentFrame()

for _,v in ipairs(pages) do
    p.data[v] = CountryData.gettable(frame, v, {})
end

return p