User:Mzs/Recent Changes
From Fallen London Wiki
< User:Mzs
For Users[edit]
The reading experience is becoming more consistent and easier to read, but nothing should change about how they interact with the site.
For Power Users[edit]
If they are used to navigating directly to Sources categories (e.g. Category:Piece of Rostygold Sources), they should start getting used to going to the Gain categories (e.g. Category:Piece of Rostygold Gain) for all items and qualities. Pre-existing Sources categories redirect go Gain categories, but moving forward only Gain categories will be created.
For Editors[edit]
The major points:
Discrete
parameters are no longer necessary for any template.- When adding a new Item named ITEMNAME, {{Item Sources}} should be added at [[Category:ITEMNAME Gain]] instead of [[Category:ITEMNAME Sources]]. The Item template points to the correct category to create, so this should not require a change of behaviour on the part of most editors.
- {{Gain}}, {{Item Gain}}, {{Increase}}, {{Drop}}, and {{Item Loss}} now support a
message
parameter for when a quality change shows a unique or unusual message. It can be used in conjunction with thenow
parameter directly setting a value or with the second positional parameter for a normal increase/decrease.- Example:
*{{Gain|Transformed by Stairs|message=THE STAIRS HAVE YOU NOW|now=10}}
- gives
- THE STAIRS HAVE YOU NOW (Sets Transformed by Stairs to 10)
- Example:
- {{Gain}}, {{Item Gain}}, {{Increase}}, {{Drop}}, {{Item Loss}}, {{Gone}}, {{Unlock}}, {{Airs}}, and {{Progress Reset}} now support a
hidden
parameter to mark a quality change or requirement as hidden.- Example:
*{{Gain|Possessing an Egg|hidden=yes|1 x}}
- gives
- You've gained 1 x Possessing an Egg (hidden)
- Example:
- {{Unlock}} is somewhat limited in that
{{Unlock|Opening Balmoral|hidden=yes}} exactly 3
- gives
- Opening Balmoral (hidden) exactly 3
{{Unlock|Opening Balmoral}} exactly 3 {{hidden}}
- giving the expected
- Opening Balmoral exactly 3 (hidden)
- The {{Loss}} template should rarely be necessary anymore, as the
message
parameter should usually allow the use of a more appropriate template.