Main public logs
Appearance
Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:32, 27 Hlakubele 2022 Prince ovy bua litsebo created page Module:CountryData (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...")