(Created page with "<!-- Template: ColorMultiWord --> {{#vardefine: sentence | {{{1}}} }} <!-- Store the original sentence --> <!-- Loop through each additional argument dynamically --> {{#forargs: | index | arg | <!-- If color is defined for this index --> {{#if: {{{color|}}} | <!-- Apply color based on the index argument (dynamic word-color pairs) --> {{#switch: {{{color|}}} | red = {{#vardefine: sentence | {{#replace: {{#var: sentence}} | {{{word}}} | <span style="co...") |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- | <!-- TvC-Colors template --> | ||
{{# | {{#define: color | {{{color}}} }} | ||
{{#define: word | {{{word}}} }} | |||
< | <span style="color:{{#switch: {{{color}}} | ||
| red = #FF6347 | |||
| blue = #87CEEB | |||
| yellow = #FFD700 | |||
| green = #90EE90 | |||
| #default = inherit | |||
}}">{{{word}}}</span> | |||
Latest revision as of 13:25, 11 September 2024
{{#define: color | {{{color}}} }} {{#define: word | {{{word}}} }}
{{{word}}}