Module:CountryData/cacheA

Safer nicotine wiki Tobacco Harm Reduction
Revision as of 19:01, 21 January 2023 by imported>MusikBot II (Changed protection settings for "Module:CountryData/cacheA": High-risk template or module: 11729 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:CountryData/cacheA/doc

local CountryData = require('Module:CountryData')
local pages = {'Australia', 'Canada', 'France', 'Germany', 'India', 'Italy', 'Japan', 'Netherlands', 'Poland', 'Russia', 'Spain', 'United_States'}
local p = {
    data = {}
}
local frame = mw.getCurrentFrame()

for _,v in ipairs(pages) do
    p.data[v] = CountryData.gettable(frame, v, {})
end

return p