Jump to content

Module:Interprovincial highway/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 14:51, 14 August 2024 (Data module to store types). 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 = {}

p.types = {
	TCH = '[[File:TCH-blank.svg|15px]] [[Trans-Canada Highway]]',
	Yellowhead = '[[File:Yellowhead Blank.svg|15px]] [[Yellowhead Highway]]',
	['2'] = 'Interprovincial Highway 2'
}

return p