|
|
| (68 intermediate revisions by 44 users not shown) |
| Line 1: |
Line 1: |
| <includeonly><p style="margin:0px;font-size:90%"><span style="border:{{{border|none}}};color:{{{1|none}}};">█</span> {{{2|}}}</p></includeonly> | | <includeonly><!-- |
| <noinclude>
| | --><templatestyles src="Legend/styles.css" /><!-- |
| <!-- You are advised to read the talk page before changing this template. --> | | --><div class="legend"><!-- |
| Shows a legend row with a colored box.
| | --><span class="legend-color" style="<!-- |
| | -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- |
| | -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- |
| | -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- |
| | -->{{#if:{{{size|}}}|font-size:{{{size}}};}}"><!-- |
|
| |
|
| ;Usage:
| | -->{{#if:{{{text|}}}|<span class="legend-text">{{{text}}}</span>| }}<!-- |
| <nowiki>{{</nowiki>legend|''color''|''label''|border=''border''<nowiki>}}</nowiki>
| | --></span><!-- |
|
| |
|
| ''color'' is passed to the [[Cascading Style Sheets|css]] background property, so it can also include images. The optional ''border'' argument is passed to the css border property.
| | --> {{{2|}}}<!-- |
|
| |
|
| ;Example:
| | --></div><!-- |
| <nowiki>{{legend|black|Africa}}</nowiki>
| | --></includeonly><noinclude> |
| <nowiki>{{legend|green|Americas}}</nowiki>
| | {{Documentation}} |
| <nowiki>{{legend|blue|Oceania}}</nowiki>
| |
| <nowiki>{{legend|#ff0|Europe}}</nowiki>
| |
| <nowiki>{{legend|#ff2800|Asia}}</nowiki>
| |
| | |
| | |
| <p style="margin:0px;font-size:90%"><span style="border:none;color:black;">█</span> Africa</p>
| |
| <p style="margin:0px;font-size:90%"><span style="border:none;color:green;">█</span> Americas</p>
| |
| <p style="margin:0px;font-size:90%"><span style="border:none;color:blue;">█</span> Oceania</p>
| |
| <p style="margin:0px;font-size:90%"><span style="border:none;color:#FF0;">█</span> Europe</p>
| |
| <p style="margin:0px;font-size:90%"><span style="border:none;color:#FF2800;">█</span> Asia</p>
| |
| | |
| [[de:Vorlage:Legende]]
| |
| [[es:Plantilla:Legend]]
| |
| [[pl:Szablon:Legenda]]
| |
| [[sr:Шаблон:Легенда]]
| |
| [[vi:Tiêu bản:Legend]]
| |
| </noinclude> | | </noinclude> |
Lua error in Module:Documentation at line 7: Module:Documentation/config returned boolean, table expected.