Jump to content

Module:CountryData: 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:4802:48, 23 Me 2024 2601:18e:c67e:71e0:203a:b57a:b4c9:1a69 toktok 2,330 bytes +2,330 Created page with "local p = {} local mostUsed = mw.loadData('Module:CountryData/summary') local function getcontents(frame,country,params) return frame:expandTemplate({title="Country data "..country;args=params}) end function p.getcachedtable(frame, country, params) country = mostUsed.redirects[country] or country if params and next(params) then return p.gettable(frame, country, params) end -- Uses mw.loadData to cache data for the most-used templates if mostUsed.pages[country] th..."