Template:+

From RimWorld Wiki
Revision as of 18:57, 1 August 2019 by Pangaea (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Documentation icon Template documentation[view] [edit] [history] [purge]

Description

This template is creates an easy method for making statements such as Mining +5 get a green + sign and number, the manner in which they are presented in the game.

Syntax

Some text here {{+|value}}

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

Usage

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

Rarely an addition may be detriment to the player. A prime example would be Mental break threshold +12. In these cases, use the {{++}} template instead and the text will be highlighted red in order to make it obvious to the player the modifier is a detrimental.

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

Samples

Example 1

This code:

Mining {{+|5}}

produces the following result:

Mining +5

Example 2

This code:

Construction {{+|8|n}}

produces the following result:

Construction +8


This code:

Construction {{+|8|normal}}

produces the following result:

Construction +8


See Also