mNo edit summary |
(color and background color moved into style attribute) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span style="{{Road/style}}{{{style|}}} | <includeonly><span style="{{Road/style}}{{{style|}}}{{#if:{{{color|}}}|;color: {{{color|}}};|}}{{#if:{{{background|}}}|;background-color: {{{background|}}};|}}"> {{{1|Road}}} </span></includeonly><noinclude>{{doc}}</noinclude> |
Latest revision as of 13:39, 2 December 2014
This template is an alternative to the Road template -- it has two additional optional parameters: color and background-color.
Template is used to create a small piece of road with some text in it. These pieces can be placed in-line with the text or in tables, ...
This is a piece of text with a road label in line with the text. This is also the basefunction of other similar functions that can be found on the following page.
Usage
Basic function:
{{Road2|your desired text}}
With optional parameters:
{{Road2 | style = <your additional css style codes> | color = <your choice of text color -- overrides style> | background = <your choice of background color -- overrides style> | <your desired text> }}
Style
The default style is the following:
color: black; background-color: #E6E6E6; border:1px solid #D8D8D8; padding-left: 10px; padding-right: 10px; border-radius: 100px; white-space: nowrap;
Examples
example text
custom style
Use {{Road2 |text}}
to create text in line.
Use {{Road2 | color=white|background=#387FB8 | custom style }}
to add your own custom style .
The above documentation is transcluded from Template:Road2/doc. Please add categories to the /doc subpage. Subpages of this template. |