Template:ConditionChange

From PZwiki
Revision as of 03:35, 10 December 2013 by ZombieLawnGnome (talk | contribs)


[view] [edit] [history] [purge] Template documentation
This template is a sub-template for use by other templates like the items and consumables template.

Description

It currently has three functions:

  1. It is designed to evaluate the value of changes to status moodlets and color the value red or green as appropriate.
  2. It will display warning text if a food is dangerous to eat.
  3. It will display warning text if a food is dangerous to eat only when uncooked.

It takes the following input variables:

  • MoodletName: An arbitrary text string which will be repeated back verbatim as italicized text.
  • MoodletChange: A signed integer value that is evaluated and colored green if a negative number, and red if a positive integer.
  • DangerousUncooked: A binary true/false value that if true will display warning text.
  • WillMakeSick: A binary true/false value that if true will display warning text.

Examples

Status moodlet changes

Syntax Produces

{{ConditionChange|MoodletName=Thirst|MoodletChange=+15}}

Thirst: +15

Expression error: Unrecognized punctuation character "{". Expression error: Unrecognized punctuation character "{".

{{ConditionChange|MoodletName=OopsIMadeATypo|MoodletChange=-15}}

OopsIMadeATypo: -15
Expression error: Unrecognized punctuation character "{". Expression error: Unrecognized punctuation character "{".


Status moodlet warnings

Syntax Produces

{{ConditionChange|DangerousUncooked=1}}

Expression error: Unrecognized punctuation character "{". Expression error: Unrecognized punctuation character "{". This food is dangerous uncooked and may make you sick.
Expression error: Unrecognized punctuation character "{".

{{ConditionChange|WillMakeSick=1}}

Expression error: Unrecognized punctuation character "{". Expression error: Unrecognized punctuation character "{". Expression error: Unrecognized punctuation character "{". Consuming this will make you sick.

Documentation transcluded from Template:ConditionChange/doc.
Editors can experiment in this template's sandbox (create)