Template:TvC-ColorsGreen: Difference between revisions

Template page
(Replaced content with "{{#tag:span|{{{1}}}|style="color:#90EE90;"}}")
Tag: Replaced
No edit summary
Line 1: Line 1:
{{#tag:span|{{{1}}}|style="color:#90EE90;"}}
{{#switch: {{{1|}}}
  | A = <span style="color:#87CEEB;">A</span>{{#replace:{{{1}}}|A|}} <!-- Replace A with styled A -->
  | B = <span style="color:#FFD700;">B</span>{{#replace:{{{1}}}|B|}} <!-- Replace B with styled B -->
  | C = <span style="color:#FF6347;">C</span>{{#replace:{{{1}}}|C|}} <!-- Replace C with styled C -->
  | #default = <span style="color:#90EE90;">{{{1}}}</span> <!-- Default to green for general text -->
}}

Revision as of 12:46, 6 September 2024

{{{1}}}