Module:Infobox dim and Module:Infobox dim/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
update latitude where zoom is correct to be closer to NA and Europe articles |
update comment |
||
Line 56: | Line 56: | ||
local t = args.type |
local t = args.type |
||
if not t then return end |
if not t then return end |
||
local typeDim = mw.loadData('Module:Infobox_dim/data') |
local typeDim = mw.loadData('Module:Infobox_dim/sandbox/data') |
||
local dim = typeDim[t] |
local dim = typeDim[t] |
||
local population = tonumber(args.population) |
local population = tonumber(args.population) |