View source for Module:CountryData/cacheB
MyWikiBiz, Author Your Legacy — Saturday June 21, 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 = {'Argentina', 'Austria', 'Belgium', 'Brazil', 'China', 'Czech_Republic', 'England', 'Iran', 'Sweden', 'Switzerland', 'Turkey', 'United_Kingdom'}
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/cacheB.