Template:Legend: Difference between revisions
From Archon Arcana - The KeyForge Wiki
ensure any trailing whitespace is stripped from the background colour, otherwise the MediaWiki parser turns it into a non-breaking space, which browsers don't like
imported>Edokter (add classes) |
imported>Redrose64 (ensure any trailing whitespace is stripped from the background colour, otherwise the MediaWiki parser turns it into a non-breaking space, which browsers don't like) |
||
Line 1: | Line 1: | ||
<includeonly><div class="legend"><span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:{{{border|1px solid {{{outline|black}}}}}}; background-color:{{{1|transparent}}}; color:{{{textcolor|black}}}; font-size:{{{size|100%}}}; text-align:center;">{{#if:{{{text|}}}|<span class="legend-text" style="font-size:95%;">{{{text}}}</span>| }}</span> {{{2|}}}</div></includeonly><noinclude> | <includeonly><div class="legend"><span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:{{{border|1px solid {{{outline|black}}}}}}; background-color:{{trim|{{{1|transparent}}}}}; color:{{{textcolor|black}}}; font-size:{{{size|100%}}}; text-align:center;">{{#if:{{{text|}}}|<span class="legend-text" style="font-size:95%;">{{{text}}}</span>| }}</span> {{{2|}}}</div></includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |