{{{1}}}
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 is similar to {{Color box}}, but provides for both wikilinks and text color and omits the contrasting border.
Usage
{{RouteBox|text|link|box color|text color|border=|bold=}}
|
can be abbreviated to {{rbox|…}}
|
|
text (bold) to be displayed in the box |
|
any valid wikilink; [[ and ]] are not required; can be omitted if no link is wanted
|
|
background color of the box; default is black; can be omitted if text color is not specified
|
|
optional; default is white |
|
optional; default is box color |
|
optional; default is yes |
Examples
{{RouteBox|Line|Line}}
→ Line
{{rbox|Circle line|Circle line (London Underground)|#{{rcr|London Underground|Circle}}|#{{rcr|London Underground|Piccadilly}}}}
→ <span style="background-color:#Lua error: expandTemplate: template "London Underground color" does not exist.; border:0.1em solid #Lua error: expandTemplate: template "London Underground color" does not exist.;"> <span style="color:#Lua error: expandTemplate: template "London Underground color" does not exist.; font-weight:bold; font-size:inherit; white-space:nowrap;">Circle line
{{RouteBox|Text||bold=no}}
→ Text
Variants
Template | Description | Example |
---|---|---|
{{Color box}} | Color box size with black borders and text color. Standard size. | or ORANGE |
{{Color box striped}} | Striped color box. Standard size. | |
{{RouteBox}} | Borderless color box with text color and wikilinks. | ORANGE |
{{Colorbull}} | Colored bullet with wikilinks. | ■ |
{{Legend inline}} | Color box size with black borders. Standard size. | |
{{Color sample}} | Color box size with black borders. Smaller size. | |
{{Swatch inline}} | orange | |
{{Background color}} | orangeTemplate:Ensure AAA contrast ratio | |
{{Rail color box}} | A version with more display options. Part of Module:Adjacent stations | Lua error: expandTemplate: template "Taipei Metro color" does not exist., Lua error: expandTemplate: template "San Diego Trolley color" does not exist. |
{{Diagonal split color box}} | Color box split diagonally. Standard size. |
TemplateData
TemplateData for RouteBox
Adds a colored box with no border.
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | 1 | text (bold by default) to be displayed in the box
| String | suggested |
link | 2 | The name of the page to link towards; can be omitted if no link is wanted
| Page name | optional |
box color | 3 | background color of the box; can be omitted if text color is not specified
| String | suggested |
text color | 4 | color of the text
| String | optional |
border | border | color of the border; enabled by default
| String | optional |
bold | bold | bolds the text; enabled by default
| String | optional |