Jump to content

Module:CountryData/cacheH: 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.

8 mweri wa kana 2025

  • curprev 19:4919:49, 8 mweri wa kana 2025 2601:18e:d104:4ab0:ad88:be28:e2b:fc05 talk 409 bytes +409 Created page with "local CountryData = require('Module:CountryData') local pages = {'Albania', 'Chinese_Taipei', 'Czechoslovakia', 'Dominican_Republic', 'Kenya', 'Montenegro', 'Puerto_Rico', 'Saudi_Arabia', 'Sri_Lanka', 'United_Arab_Emirates', 'Uzbekistan', 'Yugoslavia'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p"