Module:CountryData/cacheI: Difference between revisions
Appearance
enwiki>MusikBot II m Changed protection settings for "Module:CountryData/cacheI": High-risk template or module: 10696 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
m 1 revision imported |
(No difference)
|
Latest revision as of 17:40, 21 September 2024
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