Template:Colored: Difference between revisions
Appearance
Created page with "<includeonly><span style="color:{{{1}}};">{{{2}}}</span></includeonly> <noinclude> == Usage == <pre> {{Colored|red|Alice}} {{Colored|#00ccff|Some blue text}} </pre> Displays the text or link in the specified color. == Parameters == * '''1''': Color name or hex code (e.g. red, #ff6600) * '''2''': The text or link you want to display </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><span style="color:{{{1}}};">{{{2}}}</span></includeonly> | <includeonly><span style="color:{{{1}}} !important;">{{{2}}}</span></includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == |
Latest revision as of 12:35, 13 April 2025
Usage
{{Colored|red|[[Alice]]}} {{Colored|#00ccff|Some blue text}}
Displays the text or link in the specified color.
Parameters
- 1: Color name or hex code (e.g. red, #ff6600)
- 2: The text or link you want to display