User:Mzs/Template:Unlock
From Fallen London Wiki
< User:Mzs
Examples[edit]
Hidden unlock[edit]
Old way:
{{Unlock|Possessing an Egg}} {{hidden}}
New way:
{{Unlock|Possessing an Egg|hidden=yes}}
Hidden unlock with quantity[edit]
Old way:
{{Unlock|Possessing an Egg|exactly 1 x}} {{hidden}}
- exactly 1 x Possessing an Egg (hidden)
New way:
{{Unlock|Possessing an Egg|hidden=yes|exactly 1 x}}
- exactly 1 x Possessing an Egg (hidden)
Limitations[edit]
Unfortunately, unlocks of the form
{{Unlock|Opening Balmoral}} exactly 3
cannot be properly formatted with hidden = yes
as it ends up looking like:
- Opening Balmoral (hidden) exactly 3
In such cases, the {{hidden}} template will still have to be explicitly added:
{{Unlock|Opening Balmoral}} exactly 3 {{hidden}}
- Opening Balmoral exactly 3 (hidden)