Template:Jctbtm
(Redirected from Template:NYintbtm)
Jump to navigation
Jump to search
County | Location | mi | km | Destinations | Notes |
---|---|---|---|---|---|
1.000 mi = 1.609 km; 1.000 km = 0.621 mi |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Usage
This template is used to close a highway article's junction list table. It appends a table row with conversion information and closes the table syntax.
{{jctbtm |col= |key= }}
- keys: the color keys to use in an article, provided in a comma-delimited list. Use the codes from the following table.
- col: for the number of columns in the table. The default value is 6. (If
{{jctbtm|exit}}
is used in an exit list, the template will default to 7 columns. If{{jctbtm|old}}
is used in an exit list, the template will default to 8 columns.) - key: use to add an additional set of key information, such as the county superscripts on M-120 (Michigan highway)
- conv: used to turn the distance conversion key on and off. Currently the default behavior is to include the key, so to omit it, use
|conv=no
. In the future, the key will be omitted by default once a majority of articles use two distance columns; in that case use|conv=yes
to force its display.
Color key
Color | Use | Notes | Code |
---|---|---|---|
#d3d3d3 | Closed/former | Previously complete and open, but now closed (temp. or perm.) | closed |
#ddffdd | Concurrency terminus | concur | |
#ffdead | Proposed | Interchange or route in the planning stages, where construction has not yet started | future |
#dcdcfe | ETC | Interchange or bridge requires the use of electronic toll collection | etc |
#ffff99 | HOV only | Interchange/intersection only accessible to high-occupancy vehicles (HOV) | hov |
#ffdddd | Incomplete access | Some ramps/movements missing | incomplete |
#dcdcfe | Tolled | Interchange or bridge is otherwise tolled as an exception to the rest of the roadway | toll |
#dff9f9 | Route transition | Indicates a transition from one route number to either another route number, or a section without a route number, along a named road | trans |
#ffdead | Unopened | Interchange being constructed, not yet open to traffic | unbuilt |
Sample
- Example 1, no colors:
{{jctbtm}}
1.000 mi = 1.609 km; 1.000 km = 0.621 mi |
- Example 2, all colors:
{{jctbtm|keys=concur,closed,future,hov,incomplete,trans,toll,etc,unbuilt}}
1.000 mi = 1.609 km; 1.000 km = 0.621 mi
|
- Example 3, some colors:
{{jctbtm|keys=concur,closed,incomplete,toll,unbuilt}}
1.000 mi = 1.609 km; 1.000 km = 0.621 mi
|
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Jctbtm in articles based on its TemplateData.
TemplateData for Jctbtm
<templatedata> {
"description": "A template to close a junction table, optionally including a key of colors used in the table.", "params": { "1": { "label": "Additional columns", "description": "Use exit if there is a column for exit numbers, and old if there is a separate column for old exit numbers.", "type": "string", "required": false }, "col": { "label": "Columns to span", "description": "An explicit number of columns for the template to span.", "type": "number", "required": false }, "conv": { "label": "Display distance conversion key", "description": "Use \"yes\" to activate the distance conversion key. (Currently unused until default behavior changed in the future, set to \"no\" to opt out.)", "type": "string", "default": "yes", "required": false }, "keys": { "label": "Colors to display", "description": "A comma-separated list of colors to display in the key. Allowed values are closed, concur, etc, hov, incomplete, toll, trans, and unbuilt.", "type": "string", "required": false }, "notes": { "label": "Additional notes", "description": "The text to add to the bottom of the legend, if additional notes are needed.", "type": "string", "required": false, "aliases": [ "key" ] } }
} </templatedata>