Module:Jcon/data/sandbox explained

local p = local ON = require('Module:Road data/strings/CAN/ON')

-- MTO signs - Table mapping sign names to their imagep.signs =

-- Place types to strip when processing road types p.placeTypes =

-- Map of lowercase types to properly cased types at Module:Road_data/strings/CAN/ONp.typeMap =

for type, _ in pairs(ON) do p.typeMap[string.lower(type)] = typeend

return p