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).
- 08:13, 4 June 2025 Fire talk contribs created page Module:CountryData/cacheJ (Created page with "local CountryData = require('Module:CountryData') local pages = {'Bolivia', 'El_Salvador', 'Ethiopia', 'Guatemala', 'Iraq', 'Lebanon', 'Myanmar', 'North_Korea', 'Northern_Ireland', 'Syria', 'Trinidad_and_Tobago', 'Uganda'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p")