Template:Rapid transit OSM map/doc

From Wikipedia, the free encyclopedia

The template generally works if the lines that make up the system have their own Wikidata entries (e.g. S6 (Q7388350) for Zürich S-Bahn), and the entries are connected to an OpenStreetMap line child feature.

Each Wikidata line entity's state of use (P5817) should be in use (Q55654238) and should include the transport network (P16) property (for instance on the S6 (Q7388350) entity, transport network (P16) -> Zürich S-Bahn (Q636091)).

This is a wrapper for Template:Maplink. It fetches `geoline` features and shows them within the template. The template works through a SPARQL Wikidata query. The vital field is `system_qid`, which determines the central item from which all other data is pulled.

First, try this on the Wikipedia page of an item that is supposed to show up on the map (e.g. a metro line):

{{mapframe|frame = yes | type = line | stroke-width = 2}}

If it's not displayed, the item might not yet be linked to an OSM feature.

Usage[edit]

{{Rapid transit OSM map
| system_qid = <!-- Optional. By default It'll assume the wikidata id linked to the page it is being used on. -->
| system_qid[2-5] = <!-- use upto 4 additional systems -->
| frame-lat    = 
| frame-long   = 
| frame-width  = 
| frame-height = 
| frame-align  = 
| stroke-width = <!-- Default is 3, use 2 for dense networks -->
| plain        = 
| text         = 
| zoom         = 
| display      = 
| single_line  = <!-- Useful to show a specific transit line. See examples below -->
| stations     = <!-- Any value will show the stations of a line/system. -->
| stations_qid = <!-- Optional. By default It'll assume the wikidata id linked to the page it is being used on. -->
| marker-symbol = <!-- If stations is set; Default is rail-metro -->
| marker-colo(u)r = <!-- If stations is set. -->
| marker-size  = <!-- If stations is set; Default is medium. -->
}}

Examples[edit]

Rapid transit system

Frankfurt

Map


Moscow

Map


A specific line of a system

Zurich S6

Map


Rapid transit network of a region

Transport for Athens

Map


See also[edit]