Template:Color: Difference between revisions
(Add color template) |
(Reformat headers; add link to bg template) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
Text with colored font. | Text with colored font. | ||
== | * Use [[Template:bg]] to colorize background. | ||
== Parameters == | |||
* {{ic|1}}: the color name or value | * {{ic|1}}: the color name or value | ||
* {{ic|2}}: the text | * {{ic|2}}: the text | ||
== | == Usage examples == | ||
=== With color name === | |||
<nowiki>{{color|orange|Let's be careful}}</nowiki> | <nowiki>{{color|orange|Let's be careful}}</nowiki> | ||
Result: | |||
{{color|orange|Let's be careful}} | {{color|orange|Let's be careful}} | ||
=== With color code === | |||
<nowiki>{{color|#229944|Looks good}}</nowiki> | <nowiki>{{color|#229944|Looks good}}</nowiki> | ||
Result: | |||
{{color|#229944|Looks good}} | {{color|#229944|Looks good}} | ||
== See also == | |||
https://meta.wikimedia.org/wiki/Help:Text_color | |||
</noinclude><includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly> | </noinclude><includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly> |
Latest revision as of 20:22, 29 September 2023
This page is a template, editing it will affect all the pages that make use of it, so users should be especially careful when editing it. For more details on how to use templates see "A Quick Guide to Templates"
Text with colored font.
- Use Template:bg to colorize background.
Parameters
1
: the color name or value2
: the text
Usage examples
With color name
{{color|orange|Let's be careful}}
Result:
Let's be careful
With color code
{{color|#229944|Looks good}}
Result:
Looks good
See also
https://meta.wikimedia.org/wiki/Help:Text_color