Jump to content

Module:Adjacent stations/Manila LRT

From Wikihoc

{{#if: | This is a redirect for [[Module:Adjacent stations/{{{main}}}]].| This is a data module for Module:Adjacent stations. It supports {{#if: | former }} services {{#if: Metro Manila | in Metro Manila }} operated by {{#if: | {{{link}}} | [[{{#titleparts: Adjacent stations/Manila LRT | 2 | 2 }}]] }}{{#if: |  (formerly {{{previous_name}}}) }}{{#if: |, including {{{including}}} }}. {{#if: | For {{#if: | current services | {{{for}}} }}, use Module:Adjacent stations/. }} {{#if: | {{{alias}}} can be used as an alias for {{#titleparts: Adjacent stations/Manila LRT | 2 | 2 }}. }}}}{{#if:|}}

Lines

{{#if:| {{#if:|}} {{#if:|{{{type}}}| {{#if:|

or {{#if:|or {{#if:|{{#if:|
or or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or }}}}}}}}}}}}}}}}}}}}}}}}
|or }}}}}}

}}}}   {{#ifeq:|true||}} |{{#ifeq:|end||

}}}}

{{#if:Manila LRT|}} |{{#ifeq:1|end|
Line{{#ifeq:|type|TypeType keys|Keys}}ColorHex colorIcon
LRT Line 1 {{#if:|LRT Line 1{{#if:|{{{type}}}|1 {{#if:GL|
or GL {{#if:|or {{#if:|{{#if:|
or or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or }}}}}}}}}}}}}}}}}}}}}}}}
|or }}}}}}
}}}}
  007541 {{#ifeq:|true||File:LRT Line 1 icon (Metro Manila).svg}}

|

}}}}

{{#if:Manila LRT|}} |{{#ifeq:2|end|
Line{{#ifeq:1|type|TypeType keys|Keys}}ColorHex colorIcon
LRT Line 2 {{#if:|LRT Line 2{{#if:|{{{type}}}|2 {{#if:PL|
or PL {{#if:PW|or PW {{#if:|{{#if:|
or or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or }}}}}}}}}}}}}}}}}}}}}}}}
|or }}}}}}
}}}}
  6A0DAD {{#ifeq:|true||File:Lrtalogo.svg}}

|

}}}}

{{#if:Manila LRT|}} |{{#ifeq:6|end|
Line{{#ifeq:2|type|TypeType keys|Keys}}ColorHex colorIcon
Line 6 {{#if:|Line 6{{#if:|{{{type}}}|6 {{#if:|
or {{#if:|or {{#if:|{{#if:|
or or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or }}}}}}}}}}}}}}}}}}}}}}}}
|or }}}}}}
}}}}
  a9a9a9 {{#ifeq:|true||}}

|

}}}}

{{#if:|}} |{{#ifeq:end|end|
Line{{#ifeq:6|type|TypeType keys|Keys}}ColorHex colorIcon
{{#if:|{{#if:|{{{type}}}|end {{#if:|
or {{#if:|or {{#if:|{{#if:|
or or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or {{#if:|or }}}}}}}}}}}}}}}}}}}}}}}}
|or }}}}}}
}}}}
  {{#ifeq:|true||}}

|

}}}}

{{safesubst:#if:{{safesubst:#ifeq:Manila |sandbox|1}}{{safesubst:#ifeq:Manila LRT|doc|1}}|| }}


Line{{#ifeq:end|type|TypeType keys|Keys}}ColorHex colorIcon
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 = '007541', 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:LRT Line 1 icon (Metro Manila).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"
		}
	},
	["aliases"] = {
        ["gl"] = "1",
        ["pl"] = "2",
		["pw"] = "2"
	}
}

return p