--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:
To inspect the content of this data module when editing, enter the followinginto 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"]`.]
-- Serbialocal SRB =
local frame = mw.getCurrentFramelocal util = require("Module:Road data/util")util.addAll(SRB, require("Module:Road data/strings/EUR"))
SRB.E.shield = "E%route%-SRB.svg"SRB.E.color = "MUTCDgreen"SRB.E.translation = frame:expandTemplate .. "
" .. frame:expandTemplate
SRB.A.shield = "A%route%-SRB.svg"SRB.A.link = "A%route% motorway (Serbia)"SRB.A.abbr = "A%route%"SRB.A.color = "MUTCDgreen"SRB.A.translation = frame:expandTemplate .. "
" .. frame:expandTemplate
SRB.B.shield = "B%route%-SRB.svg"SRB.B.link = "Expressway %route% (Serbia)"SRB.B.abbr = "Expressway %route%"SRB.B.color = "motorway"SRB.B.translation = frame:expandTemplate .. "
" .. frame:expandTemplate
SRB.IB =
SRB.II =
SRB.IIA = SRB.IISRB.IIB = SRB.II
SRB.M.shield = "M%route%-SRB.svg"SRB.M.shieldmain = SRB.M.link = "National Road (M)%route% (Serbia)"SRB.M.abbr = "M%route%"SRB.M.color = "motorway"SRB.M.translation = frame:expandTemplate .. "
" .. frame:expandTemplate
SRB.R.shield = "R%route%-SRB.svg"SRB.R.link = "Regional Road (R)%route% (Serbia)"SRB.R.abbr = "R%route%"SRB.R.translation = frame:expandTemplate .. "
" .. frame:expandTemplate
return SRB