Module:Adjacent stations/Paris Other
Appearance
From Wikipedia, the free encyclopedia
This is a data module for Module:Adjacent stations. It supports other public transport services in Paris.
Modes supported
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
25303B |
||||
Airport | a or airport |
25303B |
Airport | |
Bus | b or bus |
25303B |
Bus | |
CDGVAL | vc or cdgval |
25303B |
CDGVAL | |
SNCF | g or gdslignes |
25303B |
||
Montmartre Funicular | m or montmartre |
25303B |
Montmartre Funicular | |
Noctilien | n or noctilien |
25303B |
Noctilien | |
Orlyval | vo or orlyval |
25303B |
Orlyval | |
TER | t or ter |
25303B |
TER |
The above documentation is transcluded from Module:Adjacent stations/Paris Other/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
local p = { ["system title"] = "[[Transport in Paris]]", ["station format"] = { "%1 station", }, ["lines"] = { ["_default"] = { ["title"] = "[[Transport in Paris]]", ["color"] = "25303B", ["text color"] = "FFFFFF", }, ["a"] = { ["title"] = "[[Paris Aéroport|Airport]]", ["icon"] = "[[File:Paris logo orlyval jms.svg|16px|link=Paris Aéroport|Airport]]" }, ["b"] = { ["title"] = "[[Bus (RATP)|Bus]]", ["icon"] = "[[File:Paris transit icons - Bus.svg|16px|link=Bus (RATP)|Bus]]" }, ["g"] = { ["title"] = "[[SNCF]]", ["icon"] = " " }, ["m"] = { ["title"] = "[[Montmartre Funicular]]", ["icon"] = "[[File:Paris logo montmartre jms.svg|16px|link=Montmartre Funicular|Montmartre Funicular]]" }, ["n"] = { ["title"] = "[[Noctilien]]", ["icon"] = "[[File:Paris transit icons - Noctilien.svg|16px|link=Noctilien|Noctilien]]" }, ["t"] = { ["title"] = "[[TER]]", ["icon"] = "[[File:Paris logo ter jms.svg|16px|link=TER|TER]]" }, ["vc"] = { ["title"] = "[[CDGVAL]]", ["icon"] = "[[File:Paris logo orlyval jms.svg|16px|link=CDGVAL|CDGVAL]]" }, ["vo"] = { ["title"] = "[[Orlyval]]", ["icon"] = "[[File:Paris logo orlyval jms.svg|16px|link=Orlyval|Orlyval]]", ["left terminus"] = "Antony", ["right terminus"] = "Orly 4", }, }, ["aliases"] = { ["airport"] = "a", ["bus"] = "b", ["cdgval"] = "vc", ["gdslignes"] = "g", ["montmartre"] = "m", ["noctilien"] = "n", ["orlyval"] = "vo", ["ter"] = "t" } } return p