Difference between revisions of "Template:---/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Creation)
 
(→‎Usage: fixed. Bold is already default)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
 
In most cases, you'll want to use [[Template:+|<nowiki>{{--}}</nowiki>]] when the reduction of a stat is a determent to the player. This template is to highlight only cases where a decrease is a benefit.
 
In most cases, you'll want to use [[Template:+|<nowiki>{{--}}</nowiki>]] when the reduction of a stat is a determent to the player. This template is to highlight only cases where a decrease is a benefit.
  
By default, the result will be bolded. You may also call the following parameters after the value to change this behavior: <code>|r</code> (non-bold), <code>|regular</code> (non-bold), <code>|b</code> (bold), <code>|bold</code>.
+
By default, the result will be bolded. You may also call the following parameters after the value to change this behavior: <code>|n</code> (non-bold), <code>|normal</code> (non-bold).
  
 
==Samples==
 
==Samples==
Line 48: Line 48:
 
*[[Template:++]]
 
*[[Template:++]]
 
*[[Template:--]]
 
*[[Template:--]]
 +
 +
<includeonly>[[Category:Formatting templates]]</includeonly>
 +
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 11:45, 14 December 2022

Description[edit]

This template is creates an easy method for making statements such as Mental break threshold -12 get replaced with a green − symbol and number, the manner in which they are presented in the game. Note that the '−' symbol generated by this template is longer and more visually appealing than the '-' symbol found on most keyboards, especially when prefixing numbers.

Syntax[edit]

Some text here {{---|value}}

By default, values are bolded. See the examples below for usage where this is not desirable.

Usage[edit]

Use this template any time you are referencing positive substractions to skills, stats, moods, and the like.

In most cases, you'll want to use {{--}} when the reduction of a stat is a determent to the player. This template is to highlight only cases where a decrease is a benefit.

By default, the result will be bolded. You may also call the following parameters after the value to change this behavior: |n (non-bold), |normal (non-bold).

Samples[edit]

Example 1[edit]

This code:

Mental break threshold {{---|12}}

produces the following result:

Mental break threshold −12

Example 2[edit]

This code:

Mental break threshold {{---|12|n}}

produces the following result:

Mental break threshold −12


This code:

Mental break threshold {{---|12|normal}}

produces the following result:

Mental break threshold −12


See Also[edit]