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 20:20, 3 April 2020 (test). 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%"}

BRA.AC = {shield = {hook = "padroute",
                         paddedLength = 3,
                         default = "Brasil estado %paddedRoute% jct.svg"},
        	link = "{{#invoke:ISO name|BR-%type%}} state road %route%",
        	abbr = {hook = "padroute",
                         paddedLength = 3,
                         default = "%type-%paddedRoute%"}
                         }

return BRA