Template:Font color: Difference between revisions

From Skulepedia
Jump to navigation Jump to search
w:en>Mac
mNo edit summary
m (66 revisions imported)
 
(63 intermediate revisions by 31 users not shown)
Line 1: Line 1:
<font color="{{{1}}}">{{{2}}}</font>
{{ {{{|safesubst:}}}#if: {{{text|{{{3|}}}}}}
<noinclude>
| {{ {{{|safesubst:}}}#if: {{{link|}}}
Example of use : '''<nowiki>{{fontcolor|red|red_link}}</nowiki>''' shows:  
      | {{ {{{|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>]]
{{fontcolor|red|red_link}}
      | [[{{{link|}}}|<span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span>]]
 
      }}
[[Category:Wikipedia templates]]
    | <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>
</noinclude>

Latest revision as of 22:52, 25 June 2020

{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}