View source for Module:CountryData/cacheP
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 = {'Antigua_and_Barbuda', 'Bermuda', 'Brunei', 'Cape_Verde', 'Gambia', 'Illinois', 'Macedonia', 'Maldives', 'New_South_Wales', 'Somalia', 'Suriname', 'Texas'}
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/cacheP.