Template:Legend-line: Difference between revisions
From Vigyanwiki
(Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!--"main" stylesheet for legends--><!-- -->{{#ifeq:{{{inline|}}}|yes|<span class="legend" style="padding-right:...") |
m (1 revision imported from alpha:Template:Legend-line) |
(2 intermediate revisions by one other user not shown) | |
(No difference)
|
Latest revision as of 11:53, 24 December 2022
This template uses TemplateStyles: |
Usage
Shows a legend row with a colored line.
- Example
Borders in 1914
Borders in 1920
{{legend-line|black solid 2px|Borders in 1914}} {{legend-line|red dotted 2px|Borders in 1920}}
Inline: Borders in 1914 Borders in 1920
{{legend-line|black solid 2px|Borders in 1914|inline=yes}} {{legend-line|red dotted 2px|Borders in 1920|inline=yes}}
- Usage
{{legend-line|line type|label}}
line type is passed to the css border property, and can include properties like solid
, dotted
, dashed
, double
, etc.
See also
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Legend-line
Shows a legend entry with a styled line (including color)
Parameter | Description | Type | Status | |
---|---|---|---|---|
CSS style | 1 | The CSS style for the legend entry
| String | required |
Caption | 2 | Text displayed in the entry, next to the line style
| Line | required |
inline? | inline | If 'yes', suppresses new line/line feed
| String | optional |