Template:Co: Difference between revisions
Appearance
en>Renegade No edit summary |
m 6 revisions imported |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>< | <includeonly><span color="{{{2}}}" style="color: {{{2}}}; background: {{{3}}};">{{{1}}}</span></includeonly><noinclude> | ||
<noinclude> | {{Doc}}</noinclude> | ||
</noinclude> | |||
Latest revision as of 22:20, 31 March 2025
This document transclude from Template:Co/doc.
Usage:
{{Co|text|color|background-color}}
Copy-paste the code above and replace
- text with the text you want to have colored
- color with the color the text should have
- background-color with the bg-color the text should have (can be left blank)
Examples
- Code
{{Co|Gold text|gold}}
{{Co|Green text with a red background|#00FF00|red}}
{{Color|Grayish-green text with a red background|green|red}}
- Result
Gold text
Green text with a red background
Grayish-green text with a red background
- Mind that
#00FF00andgreenare diffrent in our wiki.