User:Mzs/Template:Item Loss
From Fallen London Wiki (Staging)
< User:Mzs
Examples[edit]
Setting value with custom message[edit]
Old way:
{{Item Loss|Piece of Rostygold}} ''Custom message'' (You now have 10 x {{IL|Piece of Rostygold}})
New way:
{{Item Loss|Piece of Rostygold|message = Custom message|now = 10 x}}
Decrease value with custom message[edit]
Old way:
{{Item Loss|Piece of Rostygold}} ''Custom message'' (Loses 10 x {{IL|Piece of Rostygold}})
New way:
{{Item Loss|Piece of Rostygold|message = Custom message|10 x}}
Setting value to 0 with custom message[edit]
Old way:
{{Item Loss|Piece of Rostygold}} ''Custom message'' (Removes all {{IL|Piece of Rostygold}})
New way:
{{Item Loss|Piece of Rostygold|message = Custom message|now = 0 x}}
Hidden decrease[edit]
Old way:
{{Item Loss|Piece of Rostygold|10 x}} {{hidden}}
- You've lost 10 x Piece of Rostygold (hidden)
New way:
{{Item Loss|Piece of Rostygold|hidden = yes|10 x}}
- You've lost 10 x Piece of Rostygold (hidden)
Hidden decrease to 0[edit]
Old way:
{{Item Loss|Piece of Rostygold|now = 0 x}} {{hidden}}
- You no longer have any of this: Piece of Rostygold (hidden)
New way:
{{Item Loss|Piece of Rostygold|hidden = yes|now = 0 x}}
- You no longer have any of this: Piece of Rostygold (hidden)
Hidden decrease with custom message[edit]
Old way:
{{Item Loss|Piece of Rostygold}} ''Custom message'' (You now have 10 x {{IL|Piece of Rostygold}}) {{hidden}}
- Custom message (You now have 10 x ) (hidden)
New way:
{{Item Loss|Piece of Rostygold|message = Custom message|hidden = yes|now = 10 x}}
- Custom message (You now have 10 x ) (hidden)