Jump to content

Module:Road data/strings/CHL: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with '-- Chile local CHL = {} CHL.CH = {shield = "Ruta CH-%route%.PNG", link = "Chile Route %route%", abbr = "CH-%route%"} return CHL'
 
svg
Line 2: Line 2:
local CHL = {}
local CHL = {}


CHL.CH = {shield = "Ruta CH-%route%.PNG",
CHL.CH = {shield = "Chile Ruta %route% jct.svg",
link = "Chile Route %route%",
link = "Chile Route %route%",
abbr = "CH-%route%"}
abbr = "CH-%route%"}

Revision as of 02:31, 19 June 2020

-- Chile
local CHL = {}

CHL.CH = {shield = "Chile Ruta %route% jct.svg",
          link = "Chile Route %route%",
          abbr = "CH-%route%"}

return CHL