(adding some comments before I ruin it later) |
(testing) |
||
Line 1: | Line 1: | ||
<!-- Switch statement to dynamically change text color based on the first parameter --> | <!-- Switch statement to dynamically change text color based on the first parameter --> | ||
{{#switch: {{{1}}} | {{#switch: {{{1}}} | ||
| red = {{nowrap|<span style="color:#FF6347;">{{{2}}}</span>}} | |||
| red = <span style="color:#FF6347;">{{{2}}}</span> | | blue = {{nowrap|<span style="color:#87CEEB;">{{{2}}}</span>}} | ||
| yellow = {{nowrap|<span style="color:#FFD700;">{{{2}}}</span>}} | |||
| green = {{nowrap|<span style="color:#90EE90;">{{{2}}}</span>}} | |||
| blue = <span style="color:#87CEEB;">{{{2}}}</span> | | #default = {{nowrap|<span>{{{2}}}</span>}} | ||
| yellow = <span style="color:#FFD700;">{{{2}}}</span> | |||
| green = <span style="color:#90EE90;">{{{2}}}</span> | |||
| #default = <span>{{{2}}}</span> | |||
}} | }} | ||
<!-- Add the page to the Tatsunoko vs Capcom: Ultimate All Stars category --> | <!-- Add the page to the Tatsunoko vs Capcom: Ultimate All Stars category --> | ||
[[Category: Tatsunoko vs Capcom: Ultimate All Stars]] | [[Category: Tatsunoko vs Capcom: Ultimate All Stars]] |
Revision as of 12:56, 11 September 2024
{{{2}}}