Jump to content

Module:Road data/strings/NZL: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
dunno if this will work, but it's worth a shot
Reverted to revision 611960113 by Fredddie (talk): Breakage! (TW)
Line 2: Line 2:
local NZL = {}
local NZL = {}


NZL.SH = {shield = "State Highway {{lc:%route%}} NZ.svg",
NZL.SH = {shield = "State Highway %route% NZ.svg",
link = "New Zealand State Highway %route%",
link = "New Zealand State Highway %route%",
abbr = "SH %route%"}
abbr = "SH %route%"}

Revision as of 15:52, 7 June 2014

-- New Zealand
local NZL = {}

NZL.SH = {shield = "State Highway %route% NZ.svg",
		    link = "New Zealand State Highway %route%",
		    abbr = "SH %route%"}

return NZL