View source for Module:CountryData/cacheI
MyWikiBiz, Author Your Legacy — Friday June 20, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
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
000
1:0
Template used on this page:
Return to Module:CountryData/cacheI.