Jump to content

Module:Road data/strings/ATG

From Wikipedia, the free encyclopedia

--[==[
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))
]==]

-- Antigua and Barbuda (ATG)

local ATG = {}
local util = require("Module:Road data/util")

ATG.road = {
	shield = 'Antiguan road %route%.svg',
	name = "Road %route%",
	abbr = "Road %route%",
	browse = ''
}

return ATG