User:Mzs/Template:Increase
From Fallen London Wiki (Staging)
< User:Mzs
Examples[edit]
Setting value with custom message[edit]
Old way:
{{Gain|Suspicion}} ''Custom message'' (Sets {{IL|Suspicion}} to 4 - Of Interest to the Authorities)
- Suspicion is increasing… (+? CP) Custom message (Sets to 4 - Of Interest to the Authorities)
New way:
{{Gain|Suspicion|message = Custom message|now = 4 - Of Interest to the Authorities}}
Increase value with custom message[edit]
Old way:
{{Gain|Suspicion}} ''Custom message'' (Increases {{IL|Suspicion}} by 10 CP)
- Suspicion is increasing… (+? CP) Custom message (Increases by 10 CP)
New way:
{{Gain|Suspicion|message = Custom message|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)
- Suspicion is increasing… (+? CP) Custom message (Increases by 10 CP, up to level 5)
New way:
{{Gain|Suspicion|message = Custom message|Quirk cap = 5|10 CP}}
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}}
- Suspicion is increasing… (+? CP) Custom message (Sets to 4 - Of Interest to the Authorities) (hidden)
New way:
{{Gain|Suspicion|message = Custom message|hidden = yes|now = 4 - Of Interest to the Authorities}}
- Custom message (Sets to 4 - Of Interest to the Authorities) (hidden)