User:Mzs/Template:Increase

From Fallen London Wiki

Examples[edit]

Setting value with custom message[edit]

Old way:

 {{Gain|Suspicion}} ''Custom message'' (Sets {{IL|Suspicion}} to 4 - Of Interest to the Authorities)
  • Sidebarsuspicionsmall.png Suspicion is increasing… (+? CP) Custom message (Sets Suspicion to 4 - Of Interest to the Authorities)

New way:

 {{Gain|Suspicion|message = Custom message|now = 4 - Of Interest to the Authorities}}
  • Sidebarsuspicionsmall.png Custom message (Sets Suspicion to 4 - Of Interest to the Authorities)

Increase value with custom message[edit]

Old way:

 {{Gain|Suspicion}} ''Custom message'' (Increases {{IL|Suspicion}} by 10 CP)

New way:

 {{Gain|Suspicion|message = Custom message|10 CP}}
  • Sidebarsuspicionsmall.png Custom message (Increases Suspicion by 10 CP)

Increase value with custom message and quirk cap[edit]

Old way:

 {{Gain|Suspicion}} ''Custom message'' (Increases {{IL|Suspicion}} by 10 CP, up to level 5)
  • Sidebarsuspicionsmall.png Suspicion is increasing… (+? CP) Custom message (Increases Suspicion by 10 CP, up to level 5)

New way:

 {{Gain|Suspicion|message = Custom message|Quirk cap = 5|10 CP}}
  • Sidebarsuspicionsmall.png Custom message (Increases Suspicion by 10 CP, up to level 5)

Hidden increase[edit]

Old way:

 {{Gain|Suspicion|+10 CP}} {{hidden}}

New way:

 {{Gain|Suspicion|hidden = yes|+10 CP}}

Hidden increase with custom message[edit]

Old way:

 {{Gain|Suspicion}} ''Custom message'' (Sets {{IL|Suspicion}} to 4 - Of Interest to the Authorities) {{hidden}}

New way:

 {{Gain|Suspicion|message = Custom message|hidden = yes|now = 4 - Of Interest to the Authorities}}
  • Sidebarsuspicionsmall.png Custom message (Sets Suspicion to 4 - Of Interest to the Authorities) (hidden)