Module:Adjacent stations/Honolulu Rail Transit: Difference between revisions
imported>Mackensen (←Created page with 'local hart = "%1 station (HART)" local p = { ["lang"] = "en-US", ["system title"] = "Honolulu Rail Transit", ["system icon"] = "", ["station format"] = { "%1 station", ["Chinatown"] = hart, ["Civic Center"] = hart, ["Downtown"] = hart, }, ["lines"] = { ["Honolulu Rail Transit"] = { ["title"] = "HART", ["color"] = "0087bd", ["left terminus"] = "Kualakaʻi", ["right terminus"] = "Ala Moana Center",...') |
(No difference)
|
Latest revision as of 01:10, 29 Ocak 2022
Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local hart = "%1 station (HART)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Honolulu Rail Transit]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Chinatown"] = hart,
["Civic Center"] = hart,
["Downtown"] = hart,
},
["lines"] = {
["Honolulu Rail Transit"] = {
["title"] = "[[Honolulu Rail Transit|HART]]",
["color"] = "0087bd",
["left terminus"] = "Kualakaʻi",
["right terminus"] = "Ala Moana Center",
},
},
["aliases"] = {
["hart"] = "Honolulu Rail Transit",
}
}
return p