Module:CountryData/cacheD: Difference between revisions
From EunuchWiki
m Changed protection settings for "Module:CountryData/cacheD": High-risk template or module: 4379 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)) |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 20:15, 31 March 2024
Documentation for this module may be created at Module:CountryData/cacheD/doc
local CountryData = require('Module:CountryData')
local pages = {'Belarus', 'Bulgaria', 'Chile', 'Colombia', 'Croatia', 'Greece', 'Israel', 'Scotland', 'Serbia', 'Slovakia', 'Slovenia', 'Thailand'}
local p = {
data = {}
}
local frame = mw.getCurrentFrame()
for _,v in ipairs(pages) do
p.data[v] = CountryData.gettable(frame, v, {})
end
return p