Module:CountryData/cacheG: Difference between revisions
From KYNNpedia
imported>MusikBot II m (Changed protection settings for "Module:CountryData/cacheG": High-risk template or module: 2611 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite))) |
(No difference)
|
Latest revision as of 18:01, 21 January 2023
Documentation for this module may be created at Module:CountryData/cacheG/doc
local CountryData = require('Module:CountryData')
local pages = {'Armenia', 'Cuba', 'Cyprus', 'Ecuador', 'Ghana', 'Iceland', 'Jamaica', 'Luxembourg', 'Paraguay', 'Tunisia', 'Vietnam', 'West_Germany'}
local p = {
data = {}
}
local frame = mw.getCurrentFrame()
for _,v in ipairs(pages) do
p.data[v] = CountryData.gettable(frame, v, {})
end
return p