Module:CountryData/cacheF: Difference between revisions
m (Changed protection settings for "Module:CountryData/cacheF": High-risk template or module: 2546 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite))) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 02:59, 15 February 2024
Documentation for this module may be created at Module:CountryData/cacheF/doc
local CountryData = require('Module:CountryData') local pages = {'Algeria', 'Azerbaijan', 'Bosnia_and_Herzegovina', 'Georgia_(country)', 'Hong_Kong', 'Latvia', 'Lithuania', 'Morocco', 'Pakistan', 'Republic_of_Ireland', 'Singapore', 'Uruguay'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p