--[==[ 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"]`.]
-- United Kingdomlocal GBR =
local util = require("Module:Road data/util")util.addAll(GBR, require("Module:Road data/strings/EUR"))
GBR.A.shield = "UK road A%route%.svg"GBR.A.link = "A%route% road ([state|NI|Northern Ireland|Great Britain])"GBR.A.abbr = "A%route%"GBR.A.name = "A%route%"GBR.A.color = "primary"
GBR.B.abbr = "B%route%"GBR.B.name = "B%route%"GBR.B.color = "minor"
GBR.M.shield = "UK-Motorway-M%route%.svg"GBR.M.link = GBR.M.abbr = "M%route%"GBR.M.name = "M%route%"GBR.M.color = "motorway"
GBR.AM =
GBR["M-Toll"] =
GBR.Roman =
return GBR