Template:TvC-Colors: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 3: Line 3:
   <!-- If the first parameter is "red", the text will be displayed in red -->
   <!-- If the first parameter is "red", the text will be displayed in red -->
   | red = <span style="color:#FF6347;">{{{2}}}</span>
   | red = <span style="color:#FF6347;">{{{2}}}</span>
 
   <!-- If the first parameter is "blue", the text will be displayed in blue -->
   <!-- If the first parameter is "blue", the text will be displayed in blue -->
   | blue = <span style="color:#87CEEB;">{{{2}}}</span>
   | blue = <span style="color:#87CEEB;">{{{2}}}</span>
 
   <!-- If the first parameter is "yellow", the text will be displayed in yellow -->
   <!-- If the first parameter is "yellow", the text will be displayed in yellow -->
   | yellow = <span style="color:#FFD700;">{{{2}}}</span>
   | yellow = <span style="color:#FFD700;">{{{2}}}</span>
 
   <!-- If the first parameter is "green", the text will be displayed in green -->
   <!-- If the first parameter is "green", the text will be displayed in green -->
   | green = <span style="color:#90EE90;">{{{2}}}</span>
   | green = <span style="color:#90EE90;">{{{2}}}</span>
 
   <!-- Default case: if no matching color, display text without color change -->
   <!-- Default case: if no matching color, display text without color change -->
   | #default = <span>{{{2}}}</span>
   | #default = <span>{{{2}}}</span>

Revision as of 12:58, 11 September 2024

{{{2}}}