Jump to content

Module:Road data/banners/USA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chinissai (talk | contribs) at 14:28, 17 April 2016 (Added more suffixes.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local USA = {}

USA.to = {
	shield = "To plate",
	shieldsize = "20px"
}

USA.dir = {
	shield = {
		arg = "dir",
		east = "East plate",
		north = "North plate",
		south = "South plate",
		west = "West plate"
	},
	shieldsize = "20px"
}

USA.suffix = {
	shield = {
		arg = "type",
		I = "blue",
		BL = "green",
		BS = "green",
		CR = "county",
		["US-Hist"] = "brown",
		-- TODO: Any type beginning with the following gets the same suffix.
		SC = "South Carolina",
		SD = "South Dakota",
		VT = "Vermont",
		WY = "Wyoming"
	}
}

return USA