Template:Legend inline: Difference between revisions
From Vigyanwiki
m (1 revision imported) |
m (don't invert in dark mode (same as on template:legend)) |
||
Line 2: | Line 2: | ||
--><templatestyles src="Legend/styles.css" /><!-- | --><templatestyles src="Legend/styles.css" /><!-- | ||
--><span class="legend nowrap"><!-- | --><span class="legend nowrap"><!-- | ||
--><span class="legend-color" style="<!-- | --><span class="legend-color mw-no-invert" style="<!-- | ||
-->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- | -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- | ||
-->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- | -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- |
Revision as of 14:24, 22 July 2022
This template uses TemplateStyles: |
Description
- Shows a legend with a coloured box.
- This template differs from Template:Legend only in that it uses display:inline to prevent line breaks after each legend.
Usage
See Template:Legend/doc for usage.
Limitations
Using certain special characters in |text=
that have meaning in wikitext can cause unexpected results. To use * in |text=
, use |text={{asterisk}}
. To use # in |text=
, use |text={{number sign}}
.
See also
- For the original version of this template using display:block, see {{Legend}}
- For legend rows representing lines, see {{legend-line}}