View source for Module:CountryData/cacheS
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 = {'Cayman_Islands', 'Central_African_Republic', 'Djibouti', 'East_Timor', 'Guinea-Bissau', 'Kingdom_of_Great_Britain', 'Michigan', 'New_Jersey', 'Quebec', 'Russian_Empire', 'Saint_Kitts_and_Nevis', 'Solomon_Islands'}
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/cacheS.