Template:Font color: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>CuriousGeorge60 (Created page with "This is the {{font color}} template. == Example == For example, <code><nowiki>{{font color|orange|This is a message.}}</nowiki></code> makes this:<br>...") |
imported>CuriousGeorge60 No edit summary |
||
Line 1: | Line 1: | ||
{{ {{{|safesubst:}}}#if: {{{text|{{{3|}}}}}} | |||
| {{ {{{|safesubst:}}}#if: {{{link|}}} | |||
= | | {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes | ||
| [[ {{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}|<span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span>]] | |||
{{ | | [[{{{link|}}}|<span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span>]] | ||
}} | |||
| <span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span> | |||
}} | |||
| {{ {{{|safesubst:}}}#if: {{{link|}}} | |||
| {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes | |||
| [[ {{ {{{|safesubst:}}}trim | {{{bg|{{{2|}}}}}} }} |<span style="color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{bg|{{{2|}}}}}} }}</span>]] | |||
| [[ {{ {{{|safesubst:}}}trim | {{{link|}}} }} |<span style="color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{bg|{{{2|}}}}}} }}</span>]] | |||
}} | |||
| <span style="color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{bg|{{{2|}}}}}} }}</span> | |||
}} | |||
}}<noinclude> | |||
{{documentation}} | |||
</noinclude> |