User:Mzs/Template:Drop

From Fallen London Wiki (Staging)

Examples[edit]

Setting value with custom message[edit]

Old way:

 {{Loss|Suspicion}} ''Custom message'' (Sets {{IL|Suspicion}} to 4 - Of Interest to the Authorities)
  • Sidebarsuspicionsmall.png Custom message (Sets to 4 - Of Interest to the Authorities)

New way:

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

Decrease value with custom message[edit]

Old way:

 {{Loss|Suspicion}} ''Custom message'' (Decreases {{IL|Suspicion}} by 10 CP)
  • Sidebarsuspicionsmall.png Custom message (Decreases by 10 CP)

New way:

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

Setting value to 0 with custom message[edit]

Old way:

 {{Loss|Suspicion}} ''Custom message'' (Resets {{IL|Suspicion}} to 0)
  • Sidebarsuspicionsmall.png Custom message (Resets to 0)

New way:

 {{Drop|Suspicion|message = Custom message|now = 0}}
  • Sidebarsuspicionsmall.png Custom message (Resets to 0)

Hidden decrease[edit]

Old way:

 {{Drop|Suspicion|-10 CP}} {{hidden}}

New way:

 {{Drop|Suspicion|hidden = yes|-10 CP}}

Hidden decrease with custom message[edit]

Old way:

 {{Loss|Suspicion}} ''Custom message'' (Decreases {{IL|Suspicion}} by 10 CP) {{hidden}}
  • Sidebarsuspicionsmall.png Custom message (Decreases by 10 CP) (hidden)

New way:

 {{Drop|Suspicion|message = Custom message|hidden = yes|10 CP}}
  • Sidebarsuspicionsmall.png Custom message (Decreases by 10 CP) (hidden)