This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages.
Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here.
{{routemap
| inline =
| title =
| title color =
| title bg =
| collapsible =
| collapse =
| navbar =
| navbar pos =
| navbar mini =
| legend =
| legend alt =
| float =
| bg =
| style =
| top =
| footnote =
| text-width =
| map =
}}
Markup for map parameter
The markup for composing the diagram in the |map= parameter is different to the {{BSrow}}-based templates. The major differences are the separators in each row. Subtemplates are not necessary, since a new row in the table is simply created by a carriage return (newline).
{{Routemap
Add other parameters like |title= here.
|map=
Map markup goes here!
}}
The third and fourth pairs of tildes can be omitted if there is no content following either of them.
After the last icon ID, if there is only one set of "tilde-tilde" (~~), the following text will be displayed in the main text cell instead of dist./time.
Separating text cells requires at least one empty space; otherwise the tildes will be treated as a signature.
Aside from bg=, there are several other parameters, separated by commas (,), which can be used to customize the display of a row. Only bg= can be used to change the display of icons; all others only affect text cells.
Parameters for all of a stack of multiple overlaid icons and/or text boxes (or a single icon or text box with no overlays) are separated to the left by an exclamation mark and an underscore (!_). This must go after the link (if any).
Parameters for part of a stack of multiple overlaid items are separated to the left by two underscores (__).
For the last overlaid item in a stack, the individual item parameters (if any) must go before the stack parameters.
Most of the parameters are the same as those for rows, but there are a few additional ones. Additionally, the values for align=, bg= and color= can override those of the row parameters.
Left text cells require "exclamation mark-space-exclamation mark" (! !) separating them from icon cells.
If there is no "tilde-tilde" (~~) separator to the left of "exclamation mark-space-exclamation mark", the text to the left of the separator will be displayed in the left main text cell.
Dual text sidebar collapsible
{{Routemap
|title=Example 6.1: All text cells applied
|style=width:540px
|text-width=65,150,30,30,120,
|map=
-startCollapsible
commuter terminus! !uKBHFa\leer\KBHFa~~regional terminus
River Boris~~ ~~ ~~! !uhKRZW\WASSERq\hKRZW~~ ~~ ~~ ~~bridge
-endCollapsible
transfer for HSR~~station~~1 km! !uINT\LDER\LSTR
commuter terminus~~2 km! !uKBHFe\\KBHFe~~2 km~~regional terminus
}}
3 values, separated by commas: right dist./time,right main text+right remark,right-right remark
6 values: Left-left remark,left remark+left main text,left dist./time,right dist./time,right main text+right remark,right-right remark
If the amount of values does not equal to 1, 3 or 6, the whole parameter will be ignored.
If the text width of right-right remark is shorter to some degree, its width definition can be omitted, as in example 6.1.
If the entire map never uses a specific text cell, that width definition can be omitted, as in example 6.2.
Define the general table width in {{{style}}} parameter as well if {{{text-width}}} alone is ineffective to prevent the break.
If the empty icon cell of the collapsible row is being squashed, use empty icon Template:Bsq to fixate the icon columns.
Transition from legacy BS row template to Routemap markup
Conversion policies
Many contributors of the English Route Diagram Template project during the implementation of Routemap have conflicting opinions about the justification of replacing all maps of legacy BS row templates by the Lua-based Routemap. Opponents deem the map markups of Routemap to be too esoteric for editors unfamiliar with Routemap markup to modify. While proponents support a complete conversion for better performance. There is no consensus reached at the moment so any transition without massively updating the map appearance for reflecting service and/or structural change in reality should only be done with the following considerations:
The map of the legacy BS row template design has exceeded template size limit in the transcluding page, which means the template does not expand into its intended appearance but only the link to the template page is shown, so there is an imminent need to translate the map into Routemap design to reduce post-expand include size.
If there is no template size issue, respect the preference of the initial contributor of the first completed version of the diagram. If that contributor contests the change to Routemap, retain the BS row template design.
Technical options
All BS row templates have been amended with safesubst commands, hence conversion can be easily done by adding the safesubst: markup before every BS row template name in the map. For example, change {{BS2|STR|BHF|0|1|2|3|O1=uSTRq}} in the map to {{safesubst:BS2|STR|BHF|0|1|2|3|O1=uSTRq}}, then save change, it will produce STR!~uSTRq\BHF~~0~~1~~2~~3. The process can be sped up by using the "replace all" function of advanced edit tool or separate text editor such as Notepad or Notepad++, but the search rule for the BS row templates should be specified to the number of icon columns in order to avoid templates with similar name such as BSto and BSsplit in case they are present in the map.
"Column mode editing" can avoid the trouble of find and replace to add safesubst: on all rows efficiently. This function is common in advanced text editors like Notepad++[1] and Sublime Text[2].
You can also use the "convertbs" function of Modeule:Routemap or an Unix script.
Function convertbs
Copy/paste the following code to any edit area of this wiki, maybe the map page you are working on:
{{#invoke:Routemap|convertbs|<nowiki>
</nowiki>}}
Then copy/paste the original BS-map or Railway line header map code between the <nowiki> tags (alternatively paste the invoke convertbs header before the original map code and the </nowiki>}} ending after the map code) and show preview. It will generate the safesubst version and show the original versions (for comparison) of the map code. You copy the safesubst code from the preview area back to the edit area, and you should remove everything of #invoke:Routemap|convertbs if the preview of the new code works properly.
Example
{{#invoke:Routemap|convertbs|<nowiki>
{{BS-map
|title=Demonstration
|map=
{{BS|KBHFa|0 km|A station|Shuttle bus}}
{{BS3|WASSERq|hKRZWae|WASSERq||||{{BSsplit|Suburb|Capital}}}}
{{BS|KINTe|10 km|B station|City hub}}
{{BS-colspan}}
----
Not to scale
}}
</nowiki>}}
Result
Safe substitution:
{{Routemap
|title=Demonstration
|map=
{{safesubst:BS/safesubst|KBHFa|0 km|A station|Shuttle bus}}
{{safesubst:BS3/safesubst|WASSERq|hKRZWae|WASSERq||||{{BSsplit|Suburb|Capital}}}}
{{safesubst:BS/safesubst|KINTe|10 km|B station|City hub}}
-colspan-2
----
Not to scale
}}
Original:
{{BS-map
|title=Demonstration
|map=
{{BS|KBHFa|0 km|A station|Shuttle bus}}
{{BS3|WASSERq|hKRZWae|WASSERq||||{{BSsplit|Suburb|Capital}}}}
{{BS|KINTe|10 km|B station|City hub}}
{{BS-colspan}}
----
Not to scale
}}
Fake template kill-BS-map is a trick to choose wich template will not be displayed in an overflown source page
The rule s¶||}}<!--¶| |}}<!--¶ is required when using #if structures
When using Railway line header to avoid a template overflow, the following additional rules can be used:
#! /bin/bash
cat <<EOF >> tmp_sed
s¶{|{{Railway line header}}¶{{Routemap¶
s¶{|{{Railway line header|collapse={{#if:{{{collapse|}}}|yes}}}}¶{{Routemap | collapse={{#if:{{{collapse|}}}|yes}}¶
s¶{{BS-header|\\([^|][^|]*\\)|*.*}}¶| title = \\1¶
s¶{{BS-table}}¶| map = ¶
s¶|}\\n|}¶}}¶
EOF
Embedding into infobox
Use {{{inline}}} to remove title bar and table border. If creating a separate template which will be embedded into an infobox, wrap inline=1 in <includeonly> tags. Also {{{navbar pos}}} is helpful to locate the {{Navbar}} better.
{{Infobox station
| name = {{color box|orange}} Station layout
| image = Placeholder.png
| image_upright = 0.5
| image_caption = Platform level
| opened = {{Start date|1935|05|15|df=y}}
| tracks = 2
| route_map =
{{routemap|inline=1|navbar=asd|navbar pos=2|
KBHFa~~terminus
WASSERq\hWSTR\WASSERq~~ ~~ ~~ ~~Bridge
LDER\INT\~~1 km~~station~~transfer for HSR
\KBHFe\BUS~~2 km~~terminus~~bus terminal
}}
}}
<templatedata>
{
"description": "Template for displaying diagram composed of icon images and text labels in uniform style.",
"params": {
"inline": {
"label": "Inline state",
"type": "string",
"required": false,
"description": "Remove title bar and border for transclusion in infobox"
},
"title": {
"label": "Table title",
"type": "string",
"required": false,
"description": "Official title of the system. Value «no» will remove the table title row, but this will also disable the table collapsible switch as well"
},
"title color": {
"label": "Title font color",
"type": "string",
"required": false,
"default": "#FFF or #252525; depends",
"description": "Color of the title's text; automatically black or white to contrast with the title background color. Only use colors that contrast well with the background color",
"aliases": [
"title-color"
]
},
"title bg color": {
"label": "Title background color",
"type": "string",
"required": false,
"default": "#27404E",
"description": "Background color of the title",
"aliases": [
"title-bg"
]
},
"collapsible": {
"label": "Collapsibility",
"type": "string",
"required": false,
"description": "Whether the whole infobox is collapsible or not"
},
"collapse": {
"label": "Collapsing state",
"type": "string",
"required": false,
"description": "Collapsing state. Shown by default. Any value will make the table collapse by default",
"aliases": [
"collapsed"
]
},
"navbar": {
"label": "Template name for Navbar",
"type": "string",
"required": false,
"description": "Type the diagram template page name so the Navbar template will appear and link to the template page",
"aliases": [
"tnavbar"
]
},
"navbar pos": {
"label": "Position of the Navbar",
"type": "string",
"required": false,
"description": "Position of the Navbar template. Float to left in the title bar by default; «1» for top-right corner of the map (just under the title bar); «2» for the middle bottom of the map"
},
"legend": {
"label": "Legend appearance",
"type": "wiki-page-name",
"required": false,
"default": "Template:Railway line legend",
"description": "Alias of the legend link. It can be «bus», «canal», «footpath» or «track». «0» or «no» for no legend at all"
},
"legend alt": {
"label": "Legend link text",
"type": "string",
"required": false,
"default": "Legend",
"description": "Different link name in place of «Legend» if desirable"
},
"float": {
"label": "Floating state",
"type": "string",
"required": false,
"default": "right",
"description": "Floating state of the whole box: «right» by default; optionally «left» or «none»"
},
"bg": {
"label": "Background color",
"type": "string",
"required": false,
"default": "#F9F9F9",
"description": "Background color of the whole map area"
},
"style": {
"label": "CSS style values",
"type": "string",
"required": false,
"description": "Additional CSS style definition of the whole infobox"
},
"top": {
"label": "Top note",
"type": "string",
"required": false,
"description": "Space for optional note or infobox above the map",
"aliases": [
"on top"
]
},
"footnote": {
"label": "Bottom note",
"type": "string",
"required": false,
"description": "Space for optional note or infobox below the map",
"aliases": [
"bottom"
]
},
"text-width": {
"label": "Width of map text cell",
"type": "string",
"required": false,
"description": "Extend the width of the map text cell so the collapsible section within the map does not break",
"aliases": [
"tw"
]
},
"map": {
"label": "Map markups",
"description": "Map data which uses specific markup/separators to load icon image and arrange the text in the uniform style",
"required": true,
"type": "string",
"aliases": [
"1"
]
},
"navbar mini": {
"label": "Small navbar",
"description": "If the navbar is not in default position, then this changes whether the navbar displays as \"V · T · E\" (default for navbar pos 1; values: «1», «y», «yes», «true») or \"This diagram: view · talk · edit\" (default for navbar pos 2; values: «0», «n», «no», «false»).",
"type": "string"
}
},
"format": "block",
"paramOrder": [
"inline",
"title",
"title color",
"title bg color",
"collapsible",
"collapse",
"navbar",
"navbar pos",
"navbar mini",
"legend",
"legend alt",
"float",
"bg",
"style",
"top",
"footnote",
"text-width",
"map"
]
}
</templatedata>