Toggle menu
1.3K
4.4K
15
13.4K
WikiGenius
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Get Your WikiGenius page
Chat on WhatsApp Now →

Module:CountryData/cacheI

From WikiGenius

Documentation for this module may be created at Module:CountryData/cacheI/doc

local CountryData = require('Module:CountryData')
local pages = {'Bangladesh', 'Cameroon', 'Costa_Rica', 'Ivory_Coast', 'Malta', 'Moldova', 'Nepal', 'North_Macedonia', 'Panama', 'Qatar', 'Senegal', 'Zimbabwe'}
local p = {
    data = {}
}
local frame = mw.getCurrentFrame()

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

return p