Template:BS-map

From All About Ayrshire
Jump to: navigation, search
{{{title}}}

{{{top}}}

 {{{map-title}}} 
{{{map}}}
 {{{map2-title}}} 
{{{map2}}}
 {{{map3-title}}} 
{{{map3}}}
 {{{map4-title}}} 
{{{map4}}}
 {{{map5-title}}} 
{{{map5}}}
 {{{map6-title}}} 
{{{map6}}}
 {{{map7-title}}} 
{{{map7}}}
 {{{map8-title}}} 
{{{map8}}}
 {{{map9-title}}} 
{{{map9}}}
 {{{map10-title}}} 
{{{map10}}}

{{{bottom}}}

Template documentation[view] [edit] [history] [purge]

Template:Intricate template

!!!Use the superseding {{Routemap}} for shorter loading time and smaller template size!!!

This is a shorthand template which groups the deprecated templates {{Railway line header}}, {{BS-header}} and {{BS-table}} all in one single entity to ease the creation of standalone Wikipedia:Route diagram template table.

Usage[edit]

{{{title}}}

{{{top}}}

 {{{map-title}}} 
{{{map}}}
 {{{map2-title}}} 
{{{map2}}}

{{{bottom}}}

{{BS-map
| style = 
| title = 
| title-bg = 
| navbar = 
| collapsible = 
| collapse = 
| width = 
| top = 
| legend = 
| bg = 
| map-title = 
| map = 
| map2-title = 
| map2 = 
| bottom = 
}}

Note[edit]

  • Since this template table applies Infobox class it is float to right by default. If you want to align it to center or left, you need to apply the style parameter by adding float:none; margin:auto or float:left respectively. Alternatively you can include this template in another table which aligns to center or left like so:
{| align=center
|
{{BS-map}}
|}
  • Any manually written new row of map should replace the | by {{!}}.
  • If you are using in-diagram collapsible section which begins with {{BS-startCollapsible}} or {{BS2-startCollapsible}}, the ending of the collapsible section must be {{end}} instead of |}. Otherwise the box will end immediately after the collapsible section.

Parameters[edit]

Parameter names Function
inline Disables title and collapsible function, remove floating, margin and border, widens template width to 100% for transcluding this template into other templates such as {{Infobox rail line}}. If the code of the diagram is not transcluded, but is contained within the code of the infobox,   should be added before {{BS-map}} to force proper table layout.
style Additional CSS syntax which defines the style of the whole box.
width Width of the whole box. Can be overridden by style entry. 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.
title Title of the map.
title-bg Background color of the title bar to indicate the livery color of the subject. But this is preferable not to be applied as per WP:COLOR and instead use {{colorbox}} or icon image next to the title text. White by default.
title-color Font color of title text. Black by default.
navbar Specify the template name if your map is written in a separated template page, it will include a mini bracketed {{Navbar}} in the title bar. Leave this parameter blank if you directly use this template in the article.
collapsible Allow the box collapsible or not. yes by default, no will void the "expand/collapse" button.
collapse Collapse state of the whole box. yes for collapsing, no by default.
legend Legend page link:
map BS row templates which comprise the diagram.
mapn n represents numbers 2 to 10. Additional map space. By separating maps into different map parameters, the column alignment of the maps will not affect each other. This is useful if you are displaying two maps where one uses the ordinary BSn row templates (single-side text columns) and the other one uses BSn-2 (dual-side text columns), as the different row templates are not compatible with each other.
map-title
mapn-title
n represents numbers 2 to 10. Optional title header for each map.
map-centered
mapn-centered
n represents numbers 2 to 10. Allows centering/centring each map; will be toggled on for any value.
map-collapsible
mapn-collapsible
n represents numbers 2 to 10. Allows changing the collapsibility of each map. no by default; yes will call the "expand/collapse" button. You must have something in the mapn-title; the mapn-collapsible alone cannot turn it on.
map-collapse
mapn-collapse
n represents numbers 2 to 10. Collapse state of the individual map. yes for collapsing, no by default.
bg Background color of the whole digram, including the text column in the row templates.
top Optional note above the map.
bottom Optional note below the map. Also a good place to include the {{Navbar}} if you do not want to display it in the title bar.
bottomstyle Optional CSS style for the note below the map, for example text-align:center;.

Example[edit]

Template:Infobox station

{{Infobox station
| name = {{colorbox|orange}} Station layout
| image = Placeholder.png
| image_size = 150px
| image_caption = Platform level
| opened = {{Start date|1935|05|15|df=y}}
| tracks = 2
| route_map =  
{{BS-map
| inline = 1
| legend = track
| map = 
{{BS2|STR|STR}}
{{BS2-startCollapsible|STRg|STRf||}}
{{BS2|KRWgl+l|KRWgr+r||[[Scissors crossover]]}}
{{end}}
{{BS2|STR|STR|tw=200px}}
{{BS2|STR+BSr|STR+BSl||[[Side platform]]s}}
{{BS2|STR+BSr|STR+BSl}}
{{BS2|STRg|STRf||}}
| bottom = † Diagram not to scale
}}
}}

TemplateData[edit]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for BS-map

<templatedata> { "description": "An infobox template to contain the diagram created with Route Diagram Template standard.", "params": { "style": { "label": "Additional CSS", "description": "Additional CSS syntax which defines the style of the whole box. It is useful when you are transcluding this map box into other infobox, e.g. add border:0px;width:100% to remove the border and let it fully stretch inside the infobox.", "type": "string", "required": false }, "inline": { "label": "inline switch", "description": "Disables title and collapsible function, remove floating, margin and border, widens template width to 100% for transcluding this template into other templates such as Template:Infobox rail line. If code of the diagram is not transcluded, but is contained within the code of the infobox, should be added before

to force proper table layout.",

"type": "string", "required": false }, "width": { "label": "Width of the whole box.", "description": "Width of the whole box. Can be overridden by style entry.", "type": "string", "required": false }, "title-bg": { "label": "Background color of the title bar", "description": "Background color of the title bar to indicate the livery color of the subject. But this is preferable not to be applied as per WP:COLOR and instead use template colorbox or icon image next to the title text.", "type": "string", "default": "white", "required": false }, "navbar": { "label": "navbar on box header", "description": "Specify the template name if your map is written in a separated template page, it will include a mini bracketed template Navbar in the title bar. Leave this parameter blank if you directly use this template in the article.", "type": "string", "required": false }, "collapsible": { "label": "collapsible or not", "description": "Allow the box collapsible or not.", "type": "string", "default": "yes", "required": false }, "collapse": { "label": "Collapse state", "description": "Collapse state of the whole box. For templates that are collapsed, it is recommended to use the string “|collapse = yes” so that the template will display in expanded form when viewing the template's page.", "type": "string", "default": "no", "required": false }, "legend": { "label": "Legend page link", "description": "Legend page link", "type": "string", "default": "route", "required": false }, "map": { "label": "1st map space", "description": "Add BSn row templates in this parameter to construct a diagram.", "type": "content", "required": true }, "map2": { "label": "2nd map space", "description": "Add BSn row templates in this parameter to construct a diagram.", "type": "content", "required": false }, "map3": { "label": "3rd map space", "description": "Add BSn row templates in this parameter to construct a diagram.", "type": "content", "required": false }, "map4": { "label": "4th map space", "description": "Add BSn row templates in this parameter to construct a diagram.", "type": "content", "required": false }, "map5": { "label": "5th map space", "description": "Add BSn row templates in this parameter to construct a diagram.", "type": "content", "required": false }, "map-title": { "label": "map title", "description": "Optional title for map", "type": "string", "required": false }, "map2-title": { "label": "map2 title", "description": "Optional title for map2", "type": "string", "required": false }, "map3-title": { "label": "map3 title", "description": "Optional title for map3", "type": "string", "required": false }, "map4-title": { "label": "map4 title", "description": "Optional title for map4", "type": "string", "required": false }, "map5-title": { "label": "map5 title", "description": "Optional title for map5", "type": "string", "required": false }, "map-centered": { "label": "map centered?", "description": "Any value makes this map centered", "type": "string", "required": false }, "map2-centered": { "label": "map2 centered?", "description": "Any value makes this map centered", "type": "string", "required": false }, "map3-centered": { "label": "map3 centered?", "description": "Any value makes this map centered", "type": "string", "required": false }, "map4-centered": { "label": "map4 centered?", "description": "Any value makes this map centered", "type": "string", "required": false }, "map5-centered": { "label": "map5 centered?", "description": "Any value makes this map centered", "type": "string", "required": false }, "map-collapsible": { "label": "Collapsible or not of map", "description": "Allow the map collapsible or not. no by default, yes will call the expand collapse button. You MUST have something written in the mapn-title otherwise the mapn-collapsible alone is not enough to turn it on.", "type": "string", "default": "no", "required": false }, "map2-collapsible": { "label": "Collapsible or not of map2", "description": "Allow the map collapsible or not. no by default, yes will call the expand collapse button. You MUST have something written in the mapn-title otherwise the mapn-collapsible alone is not enough to turn it on.", "type": "string", "default": "no", "required": false }, "map3-collapsible": { "label": "Collapsible or not of map3", "description": "Allow the map collapsible or not. no by default, yes will call the expand collapse button. You MUST have something written in the mapn-title otherwise the mapn-collapsible alone is not enough to turn it on.", "type": "string", "default": "no", "required": false }, "map4-collapsible": { "label": "Collapsible or not of map4", "description": "Allow the map collapsible or not. no by default, yes will call the expand collapse button. You MUST have something written in the mapn-title otherwise the mapn-collapsible alone is not enough to turn it on.", "type": "string", "default": "no", "required": false }, "map5-collapsible": { "label": "Collapsible or not of map5", "description": "Allow the map collapsible or not. no by default, yes will call the expand collapse button. You MUST have something written in the mapn-title otherwise the mapn-collapsible alone is not enough to turn it on.", "type": "string", "default": "no", "required": false }, "map-collapse": { "label": "Collapse state of map", "description": "yes for collapsing, no by default.", "type": "string", "default": "no", "required": false }, "map2-collapse": { "label": "Collapse state of map2", "description": "yes for collapsing, no by default.", "type": "string", "default": "no", "required": false }, "map3-collapse": { "label": "Collapse state of map3", "description": "yes for collapsing, no by default.", "type": "string", "default": "no", "required": false }, "map4-collapse": { "label": "Collapse state of map4", "description": "yes for collapsing, no by default.", "type": "string", "default": "no", "required": false }, "map5-collapse": { "label": "Collapse state of map5", "description": "yes for collapsing, no by default.", "type": "string", "default": "no", "required": false }, "top": { "label": "Note above", "description": "Optional note above the map, directly below the header row.", "type": "string", "required": false }, "bottom": { "label": "Note below", "description": "Optional note below the map. This is also the good place to include the template Navbar if you do not want to display it in the title bar.", "type": "string", "required": false }, "bottomstyle": { "label": "Note below style", "description": "Optional CSS style for the note below the map, for example text-align:center;.", "type": "string", "required": false } } } </templatedata>