Jump to content

Module:CountryData/cacheI: Revision history

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

23 Me 2024

  • nauprev 03:4003:40, 23 Me 2024 2601:18e:c67e:71e0:203a:b57a:b4c9:1a69 toktok 367 bytes +367 Created page with " local CountryData = require('Module:CountryData') local pages = {'Bangladesh', 'Cameroon', 'Costa_Rica', 'Ivory_Coast', 'Malta', 'Moldova', 'Nepal', 'North_Macedonia', 'Panama', 'Qatar', 'Senegal', 'Zimbabwe'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p"