1,072 bytes added
, 05:45, 16 July 2021
--[==[
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"]`.
]==]
-- Romania
local ROU = {}
local util = require("Module:Road data/util")
util.addAll(ROU, require("Module:Road data/strings/EUR"))
ROU.E .shield = "E%route%-RO.svg"
ROU.A.shield = "A%route%-RO.svg"
ROU.A.link = "A%route% motorway (Romania)"
ROU.A.width = "expand"
ROU.DN = {
shield = "ROU DN%route%.svg",
link = {
default = "DN%route%",
["CB"] = "Centura București"
},
abbr = "DN%route%"
}
ROU.DC = {
shield = "DC%route%-RO.svg",
link = "DC%route%",
abbr = "DC%route%"
}
ROU.DJ = {
shield = "DJ%route%-RO.svg",
link = "DJ%route%",
abbr = "DJ%route%"
}
return ROU