Wikipedia:TRAIL

Wikipedia:Route diagram template

Wikipedia:Route diagram template


The route diagram templates encompass a main container, named {{Routemap}} or {{BS-map}}, and its auxiliary templates[1], most of them having BS (German: BahnStrecke) at the root of their name. This system provides a uniform layout for route-map infoboxes, mainly for railway lines but also for other modes of transport such as waterways. The more efficient {{Routemap}} template should be considered when creating new diagrams.

Demonstration
London
United Kingdom
Channel Tunnel
France
Paris
Brussels
Belgium
Portugal
Lisbon
Amsterdam
Netherlands
Spain
Madrid
Bern
Switzerland
Italy
Rome
Vienna
Austria
Hungary
Budapest
Romania
Bucharest
Berlin
Germany
Ukraine
Kyiv
Copenhagen
Denmark
Poland
Warsaw
Belarus
Minsk
Øresund/Öresund
Sweden
Stockholm
Oslo
Norway
Baltic Sea
Helsinki
Finland
Moscow
Russia
Astana
Kazakhstan
Beijing
China
Pyongyang
North Korea
Seoul
South Korea
Korea Strait
Tokyo
Japan

Each a map is built as a stack of rows, whose most significant part is a cell lining up one or several square or rectangular icons. There are more than 3,000 of these elementary pictograms. Several methods are provided to add text to each row and comments to individual graphic cells.

Standalone map container

{{BS-map}}
{{BS-map
<<stack of params>>
|map=
<<stack of {{BS-templates}}>>
}}
{{Routemap}}
{{Routemap
<<stack of params>>
|map=
<<stack of text! !icons~~text>>
}}

Template {{BS-map}} acts as a container for a stack of BSn templates (described below), each of them describing a row of the resulting structure. This stack is given to the template as the value of the |map= parameter. Beside this stack of row describers, various parameters can be given to describe the global behavior of the resulting map. They are:

More information Parameter names, Function ...

Note re width: No default value because it will void the tw parameter in the BSn row template which is applied to override the text column width of BSn row collapsible section.

Differences between {{BS-map}} and {{Routemap}}

More information BS-map, Routemap ...
  • See the template documentation for more information.
  • If you are creating a table from scratch rather than by using templates, the vertical bar | – which is heavily used in Wiki table syntax – must be replaced by {{!}}. For example, {| is coded as {{(!}}, and |- as {{!}}-. Otherwise, the presence of the bar will corrupt the structure of the template and following article content. This is because when processing a template, the bar functions as a parameter separating entries, which overrides other functions.
  • When a visual separator is desired in text fields, the Unicode Box Drawing character should be used. (It is visually similar to the vertical bar, but ignored by Wiki markup.) This character can be coded in HTML by &#2503;. In Microsoft Windows it can be input directly from the keyboard by holding down Alt, followed by +2503 on the numeric keypad; or the sequence 2503Alt+x.

Transcluding map in other infoboxes

Besides standalone BS-map, row templates can be transcluded in other infobox templates such as {{Infobox rail line}} or {{Infobox public transit}}. The map syntax by BS row templates needs to be written in a separate template page and then transcluded in the infobox.

{{BS-map}} rows with icons and text

The real meat of designing the map are the templates BSn. Here BS is the German abbreviation of Bahnstrecke for railway line, and the number n indicate how many horizontal icons are put side by side to form the required picture. Templates BSn differ by the number of text parameters that are given after the n icon names. We have:

{{BSn| icons | Margin | Right Text | Right Text2 | Comment }}
n n+1 n+2 n+3 n+4


Both kind of templates result in a row made of four cells (and, at the end, in a <tr>...</tr> structure containing four <td>...</td> structures).

BSn row templates

When n>1, the unnamed parameters describing the text areas are shifted to make way for extra icon grids sequentially. Therefore, the unnamed (sequential) parameters of {{BS}}, {{BS2}}, {{BS3}} are as follows:


{{BS| Icon ID | Margin | Right Text | Right Text2 | Comment }}
1 2 3 4 5
{{BS2| Icon 1 ID | Icon 2 ID | Margin | Right Text | Right Text2 | Comment }}
1 2 3 4 5 6
{{BS3| Icon 1 ID | Icon 2 ID | Icon 3 ID | Margin | Right Text | Right Text2 | Comment }}
1 2 3 4 5 6 7

These parameters are used to build four columns as follows:

More information 1..n, Icon ID ...

When adding special styling in the text columns, be careful because the equals sign = will generate unexpected result because it functions exclusively as part of the named parameter syntax in the template (as text columns apply unnamed parameters). This can be bypassed by replacing the equals sign with {{=}} as in the case with vertical bar (pipe) that must be coded as {{!}}.

{{BS-map
|title=BS{{mvar|n}} row templates
|width=400px
|legend=no
|map=
!style="border-bottom:2px solid #be2d2c; text-align:center"{{!}}Icons
!style="border-bottom:2px solid black; text-align:center" colspan=3{{!}}Text columns
{{BS||km / min}}
{{BS3||KBHFa|BUS|0 / 0|Airport|North terminal|Bus interchange}}
{{BS|STR|5=Main tracks}}
{{BS|KBHFe|1 / 1.5|Airport|South terminal}}
}}
{{BS-map
|title=BS{{mvar|n}} row templates
|legend=no
|map=
!style="border-bottom:2px solid #be2d2c; text-align:center"{{!}}Icons
!style="border-bottom:2px solid black; text-align:center" colspan=3{{!}}Text columns
{{BS||km / min}}
{{BS3||KBHFa|BUS|0 / 0|Airport|North terminal|Bus interchange}}
{{BS|STR|5=Main tracks|tw=200px}}
{{BS|KBHFe|1 / 1.5|Airport|South terminal}}
}}
{{BS-map
|title=BS{{mvar|n}} row templates
|width=400px
|legend=no
|map=
!style="border-bottom:2px solid #be2d2c; text-align:center"{{!}}Icons
!style="border-bottom:2px solid black; text-align:center" colspan=3{{!}}Text columns
{{BS||km / min}}
{{BS3||KBHFa|BUS|0 / 0|Airport|North terminal|Bus interchange}}
{{BS|STR|5=Main tracks}}
{{BS|KBHFe|1 / 1.5|Airport|South terminal}}
}}

Cosmetic remark

{{BS-map
|collapsible=0
|legend=0
|title=Right Text and Comment on the same row
|map=
{{BS|BHF||Main text||Comment}}
{{BS|BHF||||Some very long Comment}}
|map2-title=Moving Comment to Right Text2
|map2=
{{BS|BHF||Main text|Right Text2}}
{{BS|BHF||||Some very long Comment}}
|map3-title=Applying {{tl|float}} on Right Text2
|map3=
{{BS|BHF||Main text|{{float|top=-17px|Right Text2}}}}
{{BS|BHF||||Some very long Comment}}
}}

Sometimes applying both main text and Comment in the same row may cause the whole map to stretch too wide because there is some very long Comment text in another row regardless whether the main text and note 1 cells of that row are applied or not. This can be fixed by moving the Comment to note 1. If aligning to right is still highly desired, nest the note 1 text with {{Wikipedia:Route diagram template|top=-17px|...}}.

Remark: at present, this doesn't always work well with some web browsers. Some further research has to be done before this feature can be reused safely.

Named parameters

All BS row templates have named (designated) parameters, providing advanced functions (beware of the uppercase/lowercase alphabets of the parameter names). They are the same for the BSn templates (except for tw-left). For a given n, letter p designs a non greater integer, i.e. 1≤pn. Most of the time, p=1 is coded by nothing, rather than by "1".

  • bg: Use color name or HTML RGB hex code (with prefix #) as background to "highlight" or to emphasize certain sections, transparent by default
  • tw: Width of the Right Text column.
  • tw-left: Width of the Left Text column. This is especially required for joining the icons cohesively when the text length in the "normal" BS row template text column is not wide enough to override the BS row collapsible sections.
  • PX, PX2,... PXp: size of the icon (e.g. PX=50px). Parameter PX is the default value of the PX2...PXp, while {{BSpx}} is the default value of PX (actually, this amounts to x20px, coding for 20px high. This parameter acts only on its row.
  • O(p)(q) (Oh,p,q, not zero,p,q). These parameters are user to describe the icons overlay. For more details, see the overlay section.
  • alt1, alt2,... altp: User-defined alt attribute for the icon image to override the alt text generated by {{BS-alt}}. See also Wikipedia:Alternative text for images. Note that this parameter has been deprecated and is no longer in use.
  • L1, L2,... Lp, etc.: User-defined internal link for the icon image to override the default link to file description page of the icon.
{{BS-map
|title=Named parameters
|collapsible=no
|legend=no
|map=
{{BS|BHF||<code><nowiki>{{BS|</nowiki>{{bs-q|BHF||15}}<nowiki>|PX=40px|bg=#ccccff|O1=</nowiki>{{bs-q|CSTR||15}}<nowiki>|O12=</nowiki>{{bs-q|uSTRq||15}}<br /><nowiki>|tw=500px|L1=Train station}}</nowiki></code>|PX=40px|bg=#ccccff|O1=CSTR|O12=uSTRq|tw=500px|L1=Train station}}
}}

Lining up BS row templates

{{BS-map
|title=Lining up BS row templates
|collapsible=no
|legend=no
|map-title=Example 1
|map=
{{BS2|STR|BHF||<code><nowiki>{{BS2|</nowiki>{{bs-q|STR||15}}&#124;{{bs-q|BHF||15}}<nowiki>|}}</nowiki></code>}}
{{BS2|BHF|STR||<code><nowiki>{{BS2|</nowiki>{{bs-q|BHF||15}}&#124;{{bs-q|STR||15}}<nowiki>|}}</nowiki></code>}}
|map2-title=Example 2
|map2=
{{BS|KBHFa||<code><nowiki>{{BS|</nowiki>{{bs-q|KBHFa||15}}<nowiki>|}}</nowiki></code>}}
{{BS3|BHF|BHF|BHF||<code><nowiki>{{BS3|</nowiki>{{bs-q|BHF||15}}&#124;{{bs-q|BHF||15}}&#124;{{bs-q|BHF||15}}<nowiki>|}}</nowiki></code>}}
|map3-title=Example 3
|map3=
{{BS4|BHF|BHF|BHF|BHF||<code><nowiki>{{BS4|</nowiki>{{bs-q|BHF||15}}&#124;{{bs-q|BHF||15}}&#124;{{bs-q|BHF||15}}&#124;{{bs-q|BHF||15}}<nowiki>|}}</nowiki></code>}}
{{BS2|KBHFe|KBHFe||<code><nowiki>{{BS2|</nowiki>{{bs-q|KBHFe||15}}&#124;{{bs-q|KBHFe||15}}<nowiki>|}}</nowiki></code>}}
|map4-title=Example 4
|map4=
{{BS|BHF||<code><nowiki>{{BS|</nowiki>{{bs-q|BHF||15}}<nowiki>|}}</nowiki></code>}}
{{BS2|BS2+l|BS2c4|O2=KBHFa||<code><nowiki>{{BS2|</nowiki>{{bs-q|BS2+l||15}}&#124;{{bs-q|BS2c4||15}}<nowiki>|O2=</nowiki>{{bs-q|KBHFa||15}}<nowiki>|}}</nowiki></code>}}
{{BS2|BS2l|BS2r||<code><nowiki>{{BS2|</nowiki>{{bs-q|BS2l||15}}&#124;{{bs-q|BS2r||15}}<nowiki>|}}</nowiki></code>}}
{{BS|STR||<code><nowiki>{{BS|</nowiki>{{bs-q|STR||15}}<nowiki>|}}</nowiki></code>}}
}}

Except for {{BS}}, all BSn row templates will join the icons in the same row cohesively, unless separated by an empty entry. To join the icons vertically, just open the same new BS row template and continue. (Example 1)

Editor can also line up different BSn row templates, because their icon column is set to align to center. This is usually done by joining odd number row template by odd number row template, even number row template by even number row template, in order to omit the need of empty entry to stack up grid space. In examples 2 and 3, the only icon of {{BS}} joins the 2nd icon of {{BS3}} vertically; and the 2nd and 3rd icons of {{BS4}} join the 1st and 2nd icons of {{BS2}} respectively.

When joining odd and even number row templates (example 4), specialized icons such as   (BS2l) and   (BS2c3) (supplementary corner) are required to patch the seam smoothly. (See branching icons catalog.)

About Pictograms


Icons repositories

These pages describe the pictograms which are currently available. Watercourse pictograms, for rivers and canals, are listed separately.

The conventional file name format for this project's icons is: BSicon_pictogram ID.svg. In route diagram templates, an editor only needs to type the ID to display the desired icon. The name of a pictogram, or ID, is constructed from prefix+ROOT+suffix jointly (e.g.   (uSTRlg) formed from u STR lg). The prefix and suffix are usually in lowercase, and the ROOT is all caps to distinguish it. All icons contain at least one ROOT, but may combine two or more to form some complex icons. Affixes mostly vary the base icon's color, directional, structure, etc. and may not apply to simple icons.

Because of the number of projects using these icons, additional codes have been created for special uses, including parallel routes and type changes.

Overlay


If a required icon does not exist it may be produced from two to six existing icons using the overlay parameter to superimpose one icon over another. Add the overlay parameters in the BSn row template. O1 corresponds to the first (leftmost) place in the cell (icon grid), O2 to the second place in the cell, etc. More precisely, for a cell comprising n icons side by side, we have:

  • O1 (Letter O one, not zero one), O12, O13, O14, O15: ID of an icon to overlay on the leftmost (p=1) icon of the cell, with five overlapping layers in maximum. The greater index of the parameter indicates the upper layer which is over the smaller (the base icon, described by |1= being at the bottom of the pile).
  • O2, O22, O23, O24, O25: ID of an icon to overlay on the 2nd leftmost (p=2) icon of the cell (the base icon, described by |2= being at the bottom of the pile).
  • Op, Op2, Op3, Op4, Op5: ID of an icon to overlay on the pth icon of the cell, etc.
  • Overlay parameters require a valid entry for the corresponding base icon cell. Otherwise the overlay icons will not be loaded, and the page will be categorized in Category:RDTs with overlaps but no base icon.
{{BS-map
|title=Overlay
|collapsible=no
|legend=no
|map=
{{BS|uSTRq|O1=STR2|O12=BHF|O13=lHUB||<code><nowiki>{{BS|</nowiki>{{bs-q|uSTRq||15}}<nowiki>|O1=</nowiki>{{bs-q|STR2||15}}<nowiki>|O12=</nowiki>{{bs-q|BHF||15}}<nowiki>|O13=</nowiki>{{bs-q|lHUB||15}}<nowiki>}}</nowiki></code>}}
}}

In order to allow the other editors to edit the diagram code more easily, it is a good practice to list the overlay icons immediately following the corresponding "base" icon entry. That way we humans do not need to look back and forth at the codes.

The following examples A and B give the same result, but example B is recommended:

{{BS-map
|title=Lining up overlay parameters
|collapsible=no
|legend=no
|map=
{{BS2|STR|STR||Example A <code><nowiki>{{BS2|</nowiki>{{bs-q|STR||15}}<nowiki>|</nowiki>{{bs-q|STR||15}}<nowiki>||Example A|O1=</nowiki>{{bs-q|uSTRq||15}}<nowiki>|O12=</nowiki>{{bs-q|lINT||15}}<nowiki>|O2=</nowiki>{{bs-q|uSTRq||15}}<nowiki>}}</nowiki></code>|O1=uSTRq|O12=lINT|O2=uSTRq}}
{{BS2}}
{{BS2|STR|O1=uSTRq|O12=lINT|STR|O2=uSTRq||Example B <code><nowiki>{{BS2|</nowiki>{{bs-q|STR||15}}<nowiki>|O1=</nowiki>{{bs-q|uSTRq||15}}<nowiki>|O12=</nowiki>{{bs-q|lINT||15}}<nowiki>|</nowiki>{{bs-q|STR||15}}<nowiki>|O2=</nowiki>{{bs-q|uSTRq||15}}<nowiki>||Example B}}</nowiki></code>}}
}}

Helper templates

There are a number of templates that assist and simplify the display of text in route diagrams.

Template:BS-map
|navbar=Template

The |navbar= parameter of {{Routemap}} can be used to place view • talk • edit links in a route diagram that does not automatically insert them (for example, when formatted for use in an {{infobox}}). It should be given the name of the RDT, omitting the Template: prefix.

Two-line text display templates

BScvt

More information Template: BScvt ...

This template displays a distance as two lines of text in a text field. The default input is miles, and the template calculates the kilometre equivalent.

  • Inserting the optional second parameter (any character) reverses the units.
  • Decimal values are supported.
  • The template automatically adds the units "mi" and "km" after the values.
  • Yards, chains and metres are also supported.

The text is right-aligned, but can be changed to left- by applying the parameter "align=left".

BSsplit

More information Template: BSsplit ...

BSsplit displays two lines of text in a single row table.

  • The first two parameters are the two lines.
  • The third parameter (alternatively |L=) defines a shared wikilink for both lines of text (no [[ or ]] are needed).
  • The fourth parameter (alternatively |4=anything) will change both lines to italic text. Any character or text can be used.
  • The fifth parameter (alternatively |5=anything) will change both lines to bold text. Any character or text can be used.
  • Named parameter |line=anything forces a separating line to appear. Any character or text can be used.
  • Named parameter align=left or align=right overrides the alignment inherited from the parent cell
  • Named parameters |bg1= (top line) and |bg2= (bottom line) are used to specify the background colors of the two displayed lines. They can be specified by providing a valid doc color or a hex triplet.

The template also adjusts the text height so that it will not cause spaces to appear between the rows of icons.

BSto

More information Template:BSto ...

The BSto template is intended for labeling connecting routes or adding other secondary information, as the second line is smaller and italicized. It also lacks a separating line. The optional align parameter will left- or right-justify text; if omitted it will default to "inherit". The optional it parameter controls italicization.

BSsrws

BSsrws displays a railway station name split over two lines of text in a single table row. The first and second parameters are the two lines, which are combined to form the station name. The words railway station are not needed. All the formatting options of {{BSsplit}} also apply to this template.

{{BSsrws|Stratford|International}}displays
  • Do not use BSsplit, BSto or BSsrws inside the {{BS-collapsible}} row template. Due to their table-based design they will absorb the entire collapsible section and become completely invisible.

Element Formatting

Stnlnk

More information Template:Stnlnk ...

Stnlnk (shortcut: {{rws}}) expands its parameter to link to the appropriate railway station article, without displaying the text "railway station". It is generally preferred to use the station, unless there is a specific reason to link to the place itself.

A number of other templates provide the same function for specific systems:

More information Template, Shortcut(s) ...

RouteBox

More information Template:RouteBox ...

The {{RouteBox}} (shortcut:{{rbox}}) template displays a borderless box with colorable wikilinked text, suitable for displaying a route or line name in its own color.

Enlarge

More information Template:Enlarge ...

The {{Enlarge}} template displays a magnifying glass icon that links to another RDT to illustrate a small area in greater detail.

Icon display templates

RoutemapRouteIcon

UpperLeft arrowUp arrowUpperRight arrow
Left arrowRight arrow
LowerLeft arrowDown arrowLowerRight arrow

A single arrowhead can be displayed using the {{RoutemapRouteIcon}} (shortcut: {{rmri}}) template.

Rail-interchange

More information Template:Rail-interchange ...

The {{Rail-interchange}} (shortcut:{{rint}}) template is used to indicate types of connections. It places the appropriate icon (in some cases with a link) in a map row. Some cities have additional arguments for individual services, and sometimes options for modifying the display. A complete list of icons is at Template:Rail-interchange/doc.

BSflag

More information Template:BSflag ...

The {{BSflag}} template displays a colored flag to indicate a "flag" or request stop, and links to [[request stop]].

Jctrdt

More information Code, Result ...

The {{Jctrdt}} template will display a smaller highway shield with appropriate link for use in route diagram template rows.

UK road

More information Code, Result ...

This template displays a small icon with an appropriate link for A and B roads and Motorways in Great Britain.

Examples

Basic route diagram template

More information Eurostar route diagram ...

Note: The code here produces the adjoining map. It does not mean to reflect the current situation.

{{Routemap
|title = Eurostar route diagram
|title-color = white
|title-bg = #27404E
|width = 370px
|map =
~~km~~ ~~ ~~time
KBHFa~~0~~[[St Pancras railway station|St. Pancras International]] [[File:Underground no-text.svg|10px]]~~ ~~0:00
eHST~~ ~~[[Stratford International station|Stratford International]] [[File:DLR no-text roundel.svg|10px]]~~(opening 2010)
HST~~37~~[[Ebbsfleet International railway station|Ebbsfleet International]]~~ ~~0:15
exCONTgq\eABZg+r\~~ ~~ ~~[[Fawkham Junction]] {{RoutemapRoute|Licon=L|[[Chatham Main Line]]|enclosed=yes|}}
HST~~90~~[[Ashford International railway station|Ashford International]]~~ ~~0:30
tSTRa
\tZOLL\~~ ~~ ~~[[United Kingdom|GB]]-[[France|FR]] border ([[Channel Tunnel]] across [[Strait of Dover]])~~ ~~bg=#558cd3
tSTRe
HST~~ ~~[[Gare de Calais-Fréthun|Calais-Fréthun]]~~ ~~0:54
BHF~~ ~~[[Gare de Lille-Europe|Lille-Europe]]~~ ~~1:20
\KRWgl\KRW+r
\STR\GRENZE~~ ~~ ~~[[France]]-[[Belgium]] border
KRW+l\KRWgr\KBHFe~~ ~~[[Brussels-South railway station|Bruxelles Midi/Brussel-Zuid]]~~ ~~1:51
KBHFe\KRWgl\KRW+r~~492~~[[Gare du Nord|Paris Gare du Nord]]~~ ~~2:15
\STR\KHSTe~~ ~~[[Marne la Vallée-Chessy railway station|Marne la Vallée-Chessy]]~~([[Disneyland Resort Paris|Disneyland]])~~2:33
KRW+l\KRWgr\
KHSTe\STR\~~ ~~[[Avignon]] Centre~~ ~~5:40
HST~~ ~~[[Moûtiers]]~~(ski)~~6:27
eHST~~ ~~[[La Plagne|Aime la Plagne]]~~(ski, set down only)~~6:59
KHSTe~~ ~~[[Bourg Saint Maurice]]~~(ski)~~7:17
|bottom=Times shown are fastest timetabled journey from London St Pancras.
}}

Style guide

More information Options for vee station, Interruptions ...
  • If a station has a Wikipedia article, link to that rather than the town.
  • Avoid overlinkage to a city or railway when its occurrences are close together on the route map.
  • Connects lines should be linked to their own articles, particularly if there is a connection for passengers.
  • For vee stations, show the lines as already joined in the station to show the connection or use the interchange set. The inclusion of a vee station shows that it has not been overlooked.
  • At the ends of a line, show tracks which go further with a CONTinuation arrow:         .
  • For lines branching off, specify "to X".
    • In general, other lines are shown in italics.
    • Template {{RoutemapRoute}} (shortcut: {{rmr}}) is an option to help describing in the text column with arrow icons ) Up arrow Down arrow Left arrow Right arrow.
  • Crossing and connecting lines which are shown more than once can be connected with interruptions ( ), but it should not normally be necessary to have more than two interruption icons in a row.
    • Note that WikiProject UK Waterways uses dotted lines   (uLSTR) to denote routes that are planned or under construction, in which case there is no restriction on the number needed.
  • At intermodal interchanges, it is not desirable to list all the routes of the other modes, just the mode(s). For example, at a central railway station it is enough to show Subway interchangeBus interchange, rather than  A   B   10   11 , etc.
  • In order to comply with the no original research and Wikipedia is not a crystal ball policies, information regarding planned and proposed features need to be verifiable with reliable sources.
  • When a map grows too large (such as this), it is recommended to not transclude the map inside an infobox or table which floats or aligns to the left or right, otherwise it would compress the adjacent main text into too narrow a space. This problem is exaggerated for user with low screen resolution. It is a good idea to center align the standalone table (as explained in BS-map). If a left- or right-aligned table is desired, adjust the map width for a minimum of 1024px display width in Monobook or Vector Wiki style. Setting the table to "collapsed" by default (by applying the parameter collapse=yes in BS-map) also helps.
  • In rapid transit/light rail diagrams that show both canals and non-navigable waterways, the similarly-coloured cerulean icons ( ) can be used to distinguish the former from the latter (  (WASSER).
  • If an unusual situation requires using an icon in a non-standard manner, give an explanation either on the text row with the icon, or by a note at the top or bottom of the map—separated by an empty row or horizontal line—showing the "misused" icon and its meaning.

Developer notes (Own icons)

In most case the icons available in Wikimedia Commons should be sufficient. However, if you think you need to create an icon of your own, please take note of the following points:

  • Check the icon catalog or Commons:category:BSicon and its subcategories to see if such icon already exists.
  • Think if the icon you need can be displayed by overlaying two to six existing icons.
  • Use SVG file format only. This can be done by using CORELDraw, Inkscape, Adobe Illustrator or an doc/xml (text) editor.
    • Graphic size is not restricted, but it should be in square shape, usually 500 by 500px (half-width icons rectangular 250 by 500px; double-width icons 1000 by 500px). Keep in mind how the image will look like when resized in the diagram to the default height of 20 pixels.
    • The SVG file should not contain any raster graphic and all of its shapes should be done by vector tools.
    • The image should be licensed as {{PD-shape}}.
  • Follow the colour scheme and naming conventions listed in the catalog of pictograms and {{RDT colors}}.
    • Names should be of the form: "BSicon_prefixROOTsuffix.svg"
      • ROOT defines a general function/shape,
      • prefix specifies a color/style/usage, and
      • suffix is a shape modifier
    • redirects must be made for files containing diacritics from their dediacriticized name on Commons. For example file:BSicon BRUECKE.svg redirects to file:BSicon BRÜCKE.svg.
  • Tompw's Icon Generator may be used to easily create some types of new SVG icons.
  • Preview your SVG image using SVG Check. Your SVG image may not look the same in Wikimedia from your SVG application or browser due to different font library and SVG rendering engine.
  • Upload files to Wikimedia Commons into Icons for railway descriptions or one of its sub-categories. The more specific the category the better. If you are uncertain, just apply the general category BSicon and wait for another editor to change it.
  • If you are incapable or having trouble creating icon, post your question at Commons:Talk:BSicon/New icons and icon requests.


See also

Canal/Water icons
FootPath icons
Motorway icons
Rail icons
Optional helper templates
  • {{Railway-routemap}}: adds a category and basic description to the route template

Notes and references

  1. see the navbar at the end of the page

Share this article:

This article uses material from the Wikipedia article Wikipedia:TRAIL, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.