Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Humanipedia
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Module:Adjacent stations/Manila LRT
Module
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
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 = '00B500', L2 = '6A0DAD', L6 = 'a9a9a9', SYS = 'a9a9a9', BL = '000000', WH = 'ffffff'} local p = { ["system title"] = "[[File:Lrtalogo.svg|LRTA_Logo|40px]]<br/>[[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"] = "Araneta Center–Cubao station (LRT)", ["Blumentritt"] = x, ["Central"] = "Central Terminal (LRT)", ["EDSA"] = x, ["Gilmore"] = x, ["North Triangle"] = "North Triangle Common Station", ["Quirino"] = x, ["Santolan"] = x, ["Tayuman"] = x, ["Tutuban"] = x, ["United Nations"] = x, ["Vito Cruz"] = x, }, ["lines"] = { ["_default"] = { ["title"] = "[[LRT Line %1 (Metro Manila)|LRT Line %1]]", ["color"] = c.SYS }, ["1"] = { ["color"] = c.L1, ["icon"] = "[[File:ManilaLine1Logo.svg|20px|link=LRT Line 1 (Metro Manila)]]", ["left terminus"] = "Fernando Poe Jr.", ["right terminus"] = "Dr. Santos" }, ["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 Humanipedia 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
Humanipedia: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:Documentation subpage
(
edit
)
Template:Rail template doc
(
edit
)
Template:Replace
(
edit
)
Template:Sandbox other
(
edit
)
Module:Adjacent stations/Manila LRT/doc
(
edit
)
Module:String
(
edit
)