Module:Location map: Difference between revisions

From Chalo Chatu, Zambia online encyclopedia
no edit summary
(Created page with "require('Module:No globals') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math...")
 
No edit summary
Line 393: Line 393:
local mark = args.mark or map('mark')
local mark = args.mark or map('mark')
if mark == '' then
if mark == '' then
mark = 'Red pog.svg'
mark = 'Red pog.png'
end
end
local marksize = tonumber(args.marksize) or tonumber(map('marksize')) or 8
local marksize = tonumber(args.marksize) or tonumber(map('marksize')) or 8