User:Mzs/Template:Item Loss

From Fallen London Wiki

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}}

New way:

 {{Item Loss|Piece of Rostygold|hidden = yes|10 x}}

Hidden decrease to 0[edit]

Old way:

 {{Item Loss|Piece of Rostygold|now = 0 x}} {{hidden}}

New way:

 {{Item Loss|Piece of Rostygold|hidden = yes|now = 0 x}}

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}}

New way:

 {{Item Loss|Piece of Rostygold|message = Custom message|hidden = yes|now = 10 x}}