Template:Color

From Stoneshard wiki
Revision as of 18:27, 28 May 2020 by old>Realpsojed (Created page with "<includeonly><span style="color:{{#switch: {{{1}}} |- |neg |Negative |Physical = #9e1b31 |+ |pos |Positive = #78d199 |Magical |Rare = #4c7fff |Uncommon = #59db4c |Unique = #82...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

Colors text based on Stoneshard colors. Shortcut: {{c}}

Usage:


  • First parameter is the color keyword. One color can use multiple keywords. For example {{c|+|Text}} and {{c|positive|Text}} both produce Text

. See Community portal for a listing of keywords.

  • Second parameter (optional) is the text you want to colorize. If omitted, the keyword is used. For example {{c|Orange}} produces {{{2}}}
and {{c|Orange|Passive Bonus}} produces Passive Bonus

.

  • Third parameter (optional) is the white-space: nowrap option. You can enter anything as the third parameter - {{c|+|Test words|0}} or {{c|+|Test words|yes}} produces the same results.

Default text:

<div style="width:50px;border:1px solid;">{{c|+|Test words}}</div>
Test words


Text with nowrap:

<div style="width:50px;border:1px solid;">{{c|+|Test words|f}}</div>
Test words