Template:Road/doc View history

mNo edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{doc subpage}}
{{doc subpage}}


Template is used to creates a small piece of road with some text in it. These pieces can be placed in-line with the text or in tables, ...
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|style=background-color:red;|road label}} in line with the text.
This is a piece of text with a {{Road|road label}} in line with the text.
This is also the basefunction of other similar functions that can be found on [[Category:Road Type Templates|the following page]].
This is also the basefunction of other similar functions that can be found on [[:Category:Road Type Templates|the following page]].


== Usage ==
== Usage ==


Basic function:
Basic function:
<pre>{{Road|your piece of text}}</pre>
<pre>{{Road|your desired text}}</pre>


With optional parameters:
With optional parameters:
<pre>{{tl|Road
<pre>{{Road
   | style = <your additional css style codes>
   | style = <your additional css style codes>
   | <your piece of text>
   | <your desired text>
}}</pre>
}}</pre>
== Style ==


The default style is the following:
The default style is the following:
Line 22: Line 24:
== Examples ==
== Examples ==


{{TemplateExample|Road|tekst}}
{{Road|example text}}


{{te|Road|style|color: white; background-color: red;|tekst}}
{{Road|style = color: white;background-color: #387FB8;|custom style}}


Use <code><nowiki>{{Road |tekst}}</nowiki></code> to create {{Road |tekst}} in line.
Use <code><nowiki>{{Road |text}}</nowiki></code> to create {{Road |text}} in line.


Use <code><nowiki>{{Road | style = color: white; background-color: #387FB8; | custom style }}</nowiki></code> to add your own {{Road | style = color: white; background-color: #387FB8; | custom style }}.
Use <code><nowiki>{{Road | style = color: white; background-color: #387FB8; | custom style }}</nowiki></code> to add your own {{Road | style = color: white; background-color: #387FB8; | custom style }}.
 
<includeonly>[[Category:Road Type templates]]</includeonly>
<includeonly>[[Category:Road Type Templates]]</includeonly>

Latest revision as of 20:50, 15 August 2022

This is a documentation subpage for Template:Road.
It contains usage information, categories and other content that is not part of the original template page.

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:

{{Road|your desired text}}

With optional parameters:

{{Road
  | style = <your additional css style codes>
  | <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 {{Road |text}} to create  text  in line.

Use {{Road | style = color: white; background-color: #387FB8; | custom style }} to add your own   custom style  .