Jump to content

Module:Road data/strings

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 08:22, 15 May 2013 (Created page with 'local p = {} local FL = {} FL.SR = {shield = "Florida %route%.svg", link = "Florida State Road %route% [dab|(%dab%)|]", abbr = "SR %route%"} FL.FL = FL.SR ...'). 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 p = {}

local FL = {}
FL.SR = {shield = "Florida %route%.svg", link = "Florida State Road %route% [dab|(%dab%)|]", abbr = "SR %route%"}
FL.FL = FL.SR
p.FL = FL
return p