Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Adjacent stations/Manila LRT
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
local x = "%1 station (LRT)" local s = "font-family: Arial, sans; background-color: #%s; font-size: 180%%; color: #%s; padding: 0.5em; line-height: 0.5; white-space: nowrap; margin: 0.25em; text-align: center;" local c = { L1 = '01844b', L2 = '324a9c', L6 = 'a9a9a9', SYS = 'a9a9a9', BL = '000000', WH = 'ffffff'} local p = { ["system title"] = "[[Manila Light Rail Transit System|Manila LRT]]", ["system color"] = "a9a9a9", ["name format"] = { ["1"] = string.format(s, c.L1, c.WH), ["2"] = string.format(s, c.L2, c.WH), ["6"] = string.format(s, c.L6, c.BL) }, ["station format"] = { "%1 station", ["5th Avenue"] = x, ["Araneta Center–Cubao"] = x, ["Blumentritt"] = x, ["Central"] = "Central Terminal (LRT)", ["EDSA"] = x, ["Gilmore"] = x, ["North Avenue"] = "North Avenue Grand Central Station", ["Quirino"] = x, ["Roosevelt"] = x, ["Santolan"] = x, ["Tayuman"] = x, ["Tutuban"] = x, ["United Nations"] = x, ["Vito Cruz"] = x, }, ["lines"] = { ["_default"] = { ["title"] = "[[LRT Line %1 (Metro Manila)|Line %1]]", ["color"] = c.SYS }, ["1"] = { ["color"] = c.L1, ["icon"] = "[[File:ManilaLine1Logo.svg|20px|link=LRT Line 1 (Metro Manila)]]", ["left terminus"] = "Roosevelt", ["right terminus"] = "Baclaran" }, ["2"] = { ["color"] = c.L2, ["icon"] = "[[File:Lrtalogo.svg|20px|link=LRT Line 2 (Metro Manila)]]", ["left terminus"] = "Antipolo", ["right terminus"] = "Recto" }, ["6"] = { ["title"] = "[[LRT Line 6 (Cavite)|Line 6]]", ["color"] = c.L6, ["left terminus"] = "Niog", ["right terminus"] = "Governor's Drive" } } } return p
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Adjacent stations doc
(
edit
)
Template:Rail template doc
(
edit
)
Template:Sandbox other
(
edit
)
Module:Adjacent stations/Manila LRT/doc
(
edit
)
Module:String
(
edit
)