Template:HighwayLineStyle
Jump to navigation
Jump to search
Road
Usage
Used to make legends of maps that use various line styles. Parameters are all optional:
- Positional parameters: text, line color, outer casing color, middle casing color
- Named parameters: (line) width, casing width, and middle (casing) width
The default width is 3px.
Currently does not work for inline calls in paragraphs, only in tables, lists and block elements like divs.
| Appearance | Wikitext |
|---|---|
{{HighwayLineStyle}}
| |
{{HighwayLineStyle|Collector|ffa500}}
| |
{{HighwayLineStyle|Arterial|f00|width=5}}
| |
{{HighwayLineStyle|Secondary|f7fabf|a4b329}}
| |
{{HighwayLineStyle|Expressway|e75|b53|fe5}}
| |
{{HighwayLineStyle|Major|000|00f|fff|width=1|casingWidth=2|middleWidth=3}}
| |
{{HighwayLineStyle||f0f}}{{HighwayLineStyle|Arterial|00f}}
|