Module:UŊCDSO: Difference between revisions
Jump to navigation
Jump to search
Created page with "local d = require "Module:Data/UŊCDSO/Countries" local _m = {} _m.number_ung = function(frame) local count = 0 for _,c in ipairs(d.countries) do if c.ung == "MEMBER" then count = count + 1 end end return count end _m.table_sovereign = function(frame) end return _m" |
(No difference)
|
Revision as of 19:21, 23 September 2025
Documentation for this module may be created at Module:UŊCDSO/doc
local d = require "Module:Data/UŊCDSO/Countries"
local _m = {}
_m.number_ung = function(frame)
local count = 0
for _,c in ipairs(d.countries) do
if c.ung == "MEMBER" then count = count + 1 end
end
return count
end
_m.table_sovereign = function(frame) end
return _m