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 12:22, 17 April 2016 (Created page with 'local USA = {} USA.suffix = { shield = { arg = "type", I = "blue", BL = "green", BS = "green", CR = "county", ["US-Hist"] = "brown" } } USA.to =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local USA = {}

USA.suffix = {
	shield = {
		arg = "type",
		I = "blue",
		BL = "green",
		BS = "green",
		CR = "county",
		["US-Hist"] = "brown"
	}
}

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"
}

return USA