Difference between revisions of "Module:CountryData/cacheP"
MyWikiBiz, Author Your Legacy — Wednesday September 10, 2025
Jump to navigationJump to search (Pywikibot 6.4.0) |
(No difference)
|
Latest revision as of 21:12, 15 July 2021
Documentation for this module may be created at Module:CountryData/cacheP/doc
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