Template:Good

From RimWorld Wiki
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

Because the effects of stats, effects, and other changes can be somewhat obscure, beneficial and detrimental effects on this wiki are displayed as green and red respectively. When dealing with number additions and subtractions, Template:+, Template:++, Template:--, and Template:--- are useful, however, they add a symbol before the text which isn't always appropriate. This template, along side Template:Bad, add the option to format text similarly without the symbol.

For ease of use, it also formats any "-" and "x" into "−" and "×" respectively. This can be suppressed by the noFormat argument.

Example[edit]

{{Good|Good thing}}

produces: Good thing as a result.

{{Good|x5}}

produces: ×5 as a result.

{{Good|-5}}

produces: −5 as a result.

{{Good|x5|noFormat=1}}

produces: x5 as a result.

{{Good|-5|noFormat=1}}

produces: -5 as a result.

{{Good|5x5}}

produces: 5x5 as a result.

{{Good|5x5|noFormat=1}}

produces: 5x5 as a result.

{{Good|5-5}}

produces: 5−5 as a result.

{{Good|5-5|noFormat=1}}

produces: 5-5 as a result.

See Also[edit]