Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Azupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:45, 29 February 2024 Fire talk contribs created page Module:CountryData/cacheC (Created page with "local CountryData = require('Module:CountryData') local pages = {'Denmark', 'Finland', 'Great_Britain', 'Hungary', 'Mexico', 'New_Zealand', 'Norway', 'Portugal', 'Romania', 'South_Africa', 'South_Korea', 'Ukraine'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p")