Jump to content

Module:CountryData/cacheD: 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 02:5202:52, 23 Me 2024 2601:18e:c67e:71e0:203a:b57a:b4c9:1a69 toktok 354 bytes +354 Created page with "local CountryData = require('Module:CountryData') local pages = {'Belarus', 'Bulgaria', 'Chile', 'Colombia', 'Croatia', 'Greece', 'Israel', 'Scotland', 'Serbia', 'Slovakia', 'Slovenia', 'Thailand'} local p = { data = {} } local frame = mw.getCurrentFrame() for _,v in ipairs(pages) do p.data[v] = CountryData.gettable(frame, v, {}) end return p"