Difference between revisions of "Template:Show achievement"
m |
m |
||
Line 13: | Line 13: | ||
== Syntax == | == Syntax == | ||
* {{tlx|Show achievement|<Pack>|<Name>|<Difficulty>|<Description>|6=width = <value>}} | * {{tlx|Show achievement|<Pack>|<Name>|<Difficulty>|<Description>|6=width = <value>}} | ||
− | ** | + | ** Colons in achievement names '''must''' be replaced with a hyphen. |
== Examples == | == Examples == |
Revision as of 15:55, 5 February 2023
Contents
Documentation for Show achievement
This template allows you to display achievements on multiple pages and in different languages. This template itself does not use translation switching as it does not contain any text. All achievement text and titles are stored in the dictionary.
Syntax
{{Show achievement|<Pack>|<Name>|<Difficulty>|<Description>|width = <value>}}
- Colons in achievement names must be replaced with a hyphen.
Examples
One by itself
- Code:
{{Show achievement|General|Dynasty|width = 50%}}
Dynasty Win 20 games. |
In a table
{{Achievement table | 1 = {{Show achievement|General|Dynasty}} {{Show achievement|General|Dynasty}} {{Show achievement|General|Dynasty}} {{Show achievement|General|Dynasty}} | 2 = {{Show achievement|General|Flamethrower}} {{Show achievement|General|Flamethrower}} {{Show achievement|General|Flamethrower}} }}
|
|
Obtaining achievements
{{Show achievement|General|Dynasty|Medium | Simply play until you have won 20 games. If you find a good team and stick with them, this should happen in no time. }}
- The above code will generate:
Dynasty Win 20 games. Difficulty: Medium How to obtain: Simply play until you have won 20 games. If you find a good team and stick with them, this should happen in no time. |
See also
{{Achievement table}}
– handy template to use to display achievements in a table.