Module:Road data/strings/HUN

--[==[
To inspect the content of this data module, use [[Special:ExpandTemplates]]
and enter the following input text:
  {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}}

To inspect the content of this data module when editing, enter the following
into the Debug console:
  local util = require("Module:Road data/util")
  print(util.arrayToString(p))
To inspect a particular route type, change `p` above to include the route type,
e.g., `p.I` and `p["US-Hist"]`.
]==]

-- Hungary
local HUN = {}

local util = require("Module:Road data/util")
util.addAll(HUN, require("Module:Road data/strings/EUR"))

HUN.E.shield = "E%route%-HUN.svg"

         
HUN.M= {
	shield = "M%route% (Hu) Otszogletu kek tabla.svg",
	link = "M%route% motorway (Hungary)",
	abbr = "M%route%",
	color = "motorway"
}  
         
HUN.Mb= {
	shield = "M%route% (Hu) Otszogletu kek tabla.svg",
	link = "M%route% expressway (Hungary)",
	abbr = "M%route%",
	color = "motorway"
}         
         
HUN.MR= {
	shield = "%route% (Hu) Otszogletu zold tabla.svg",
	name = "Main Road %route%",
	link = "Main road %route% (Hungary)",
	abbr = "%route%"
}
         
HUN.EF=HUN.MR         
         
HUN.L.shield = "%route% (Hu) Otszogletu zold tabla.svg"
HUN.L.link = "Local road %route% (Hungary)"
HUN.L.abbr = "%route%"       

return HUN