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: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 Hlakubele 2022

  • curprev 18:3218:32, 27 Hlakubele 2022 Prince ovy bua litsebo 1,732 bytes +1,732 Created page with "local p = {} local function getcontents(frame,country,params) return frame:expandTemplate({title="Country data "..country;args=params}) end function p.gettable(frame,country,params) --Returns the parameters of a country data template as a Lua table --If not a valid data template, return empty table local bool, s = pcall(getcontents,frame,country,params or {}) if bool and string.find(s,"^%{%{ *%{%{%{1") then --Replace parameter delimiters with arbitrary co..."