Template:Font color: Difference between revisions

named parameters fg= bg= (like X11), and text=; remove spurious pipe in string {{{2||}}}; see /testcases
Enwikipedia>John of Reading
(Fixed two problems, see talk page. (1) Misuse of parameter {{{2}}} in two lines, (2) Comments broke the logic when used in signatures)
Enwikipedia>Cpiral
(named parameters fg= bg= (like X11), and text=; remove spurious pipe in string {{{2||}}}; see /testcases)
Line 1:
{{ {{{|safesubst:}}}#if: {{{text|{{{3|}}}}}}
| {{ {{{|safesubst:}}}#if: {{{link|}}}
| {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes
| [[{{{text|{{{3|}}}}}}|<span style="background-color:{{{bg|{{{2|inherit}}}}}}; color:{{{fg|{{{1|inherit}}}}}};">{{{text|{{{3|}}}}}}</span>]]
| [[{{{link|}}}|<span style="background-color:{{{bg|{{{2|inherit}}}}}}; color:{{{fg|{{{1|inherit}}}}}};">{{{text|{{{3|}}}}}}</span>]]
}}
| <span style="background-color:{{{bg|{{{2|inherit}}}}}}; color:{{{fg|{{{1|inherit}}}}}};">{{{text|{{{3|}}}}}}</span>
}}
| {{ {{{|safesubst:}}}#if: {{{link|}}}
| {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes
| [[{{{bg|{{{2|}}}}}}|<span style="color:{{{fg|{{{1|inherit}}}}}};">{{{bg|{{{2|}}}}}}</span>]]
| [[{{{link|}}}|<span style="color:{{{fg|{{{1|inherit}}}}}};">{{{bg|{{{2|}}}}}}</span>]]
}}
| <span style="color:{{{fg|{{{1|inherit}}}}}};">{{{bg|{{{2|}}}}}}</span>
}}
}}
}}<noinclude>
{{documentation}}
</noinclude>
Anonymous user