Jump to content

Module:Road data/strings/BRA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 18:02, 28 March 2020 (there's a hook for that). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Brazil
local BRA = {}

BRA.BR = {shield = "BR-%route%.svg",
         link = "BR-%route%",
         abbr = "BR-%route%"}

--						{hook = "padroute",
--                          paddedLength = 3,
--                          default = "ES-%paddedRoute%.svg"},

BRA.ES = {shield =	{hook = "padroute",
                         paddedLength = 3,
                         default = "ES-%paddedRoute%.svg"},
         link = "Espírito Santo state road %route%",
         abbr = "ES-%route%"}
         
BRA.MA = {shield = {hook = "padroute",
                         paddedLength = 3,
                         default = "MA-%paddedRoute%.svg"},
         link = "Maranhão state road %route%",
         abbr = "MA-%route%"}

BRA.MG = {shield = {hook = "padroute",
                         paddedLength = 3,
                         default = "MG-%paddedRoute%.svg"},
         link = "Minas Gerais state road %route%",
         abbr = "MG-%route%"}

BRA.RJ = {shield = {hook = "padroute",
                         paddedLength = 3,
                         default = "RJ-%paddedRoute%.svg"},
         link = "Rio de Janeiro state road %route%",
         abbr = "RJ-%route%"}
         
BRA.RS = {shield = "RS-%route%.svg",
         link = "Rio Grande do Sul state road %route%",
         abbr = "RG-%route%"}
         
BRA.RR = {shield = "RR-%route%.svg",
         link = "Roraima state road %route%",
         abbr = "RR-%route%"}
         
BRA.SP = {shield = {hook = "padroute",
                         paddedLength = 3,
                         default = "SP-%paddedRoute%.svg"},
         link = "São Paulo state road %route%",
         abbr = "SP-%route%"}
         
return BRA