Module:Adjacent stations/KC Streetcar: Difference between revisions
Appearance
hp>SleepTrain456 Created this module. |
Humanipedia (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 21:33, 3 February 2025
This is a data module for Module:Adjacent stations. It supports services operated by KC Streetcar.
Usage[edit source]
{{#invoke:Adjacent stations/KC Streetcar|function_name}}
Lines[edit source]
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local redirect = "KC Streetcar#Route"
local p = {
["lang"] = "en-US",
["system title"] = "[[KC Streetcar]]",
["system icon"] = "",
["name format"] = "font-family: Arial; background-color: #ffff00; font-weight: bolder; font-size: 125%; color: black; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center; text-transform: uppercase;",
["header background color"] = "8D989E",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Crossroads"] = redirect,
["River Market North"] = redirect,
["Riverfront Drive"] = "KC Streetcar#Riverfront Extension",
["WWI Museum & Memorial"] = "KC Streetcar#Extension to UMKC",
["Union Station"] = "Kansas City Union Station",
["UMKC"] = "University of Missouri–Kansas City",
},
["lines"] = {
["KC Streetcar"] = {
["title"] = "[[KC Streetcar]]",
["color"] = "8D989E",
["left terminus"] = "Union Station",
["right terminus"] = "River Market North",
},
},
}
return p