Template:Cost
Jump to navigation
Jump to search
Template documentation [edit]
This template allows translating text cost into graphical cost.
Usage
- {{Cost}} →
- {{Cost|3}} →
- {{Cost|0*}} →
- {{Cost|?}} →
- {{Cost|x}} →
- {{Cost||||P}} →
- {{Cost|6|||P}} →
- {{Cost|||8}} →
- {{Cost|6||8}} →
- {{Cost|-|||P}} →
- {{Cost|6||8|P}} →
- {{Cost||m|-|P}} →
- {{Cost|5|l}} →
- {{Cost||l||P}} →
- {{Cost||l|8}} →
- {{Cost|-|l|-}} →
- {{Cost|6|l|8|P}} →
- {{Cost|5|xl}} →
- {{Cost|-|xl|-|P}} →
Obsolete Syntax
As of June 10th 2024 5:00pm UTC, the old "P" syntax where P is found within the first parameter has been made obsolete in lieu of the new parameterized syntax where the P is separated into a new fourth parameter.
As such, any instances of the "P" syntax are now broken and thus need to be replaced with the new parameterized syntax.
- {{Cost|6P}} → {{Cost|6|||P}}
- {{Cost|6P||8}} → {{Cost|6||8|P}}
- {{Cost|P|l}} → {{Cost||l||P}}
- {{Cost|6P|l|8}} → {{Cost|6|l|8|P}}