Jump to content

Module:CountryData/cacheL: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 Hlakubele 2022

  • curprev 18:3318:33, 27 Hlakubele 2022 Prince ovy bua litsebo 365 bytes +365 Created page with "local CountryData = require('Module:CountryData') local pages = {'Apulia', 'Bahamas', 'Burkina_Faso', 'Cambodia', 'Haiti', 'Kyrgyzstan', 'Monaco', 'Mongolia', 'Namibia', 'Nazi_Germany', 'Nicaragua', 'Zambia'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p"