Difference between revisions of "Template:Color"
From EVE University Wiki
(Moved documentation to Template:Color/doc.) |
m (Refactor code to mimic {{Co}}'s code.) |
||
Line 1: | Line 1: | ||
− | <includeonly><span style= | + | <includeonly><span style="color:{{{1|inherit}}}">{{{2|''"WARNING: text missing"''}}}</span></includeonly><noinclude> |
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 09:58, 27 September 2021
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is used to color some text.
- Dependencies
- Used by
- Syntax
- {{Color|<color>|<text you want to color>}}
- Sample output
{{Color|yellow|This text is yellow}} - gives...
- This text is yellow
{{Color|#FFFF00|This text is just as yellow}} - gives
- This text is just as yellow
- References