Difference between revisions of "Template:Show achievement"
(RV until sandbox fix. I promise to sandbox next time T.T) |
(LC: needed. Otherwise, perfectly functional!) |
||
Line 7: | Line 7: | ||
| {{#if:{{{obtain-text|}}}{{{4|}}}|obtain-text|void}} = {{{obtain-text|{{{4|}}}}}} | | {{#if:{{{obtain-text|}}}{{{4|}}}|obtain-text|void}} = {{{obtain-text|{{{4|}}}}}} | ||
| anchor = {{anchorencode:{{{2|}}}}} | | anchor = {{anchorencode:{{{2|}}}}} | ||
− | }}{{#if:{{{1|}}}{{{2|}}}|| | + | }}{{#ifexpr: {{#if:{{{1|}}}|0|1}} or {{#if:{{{2|}}}|0|1}} or {{#switch:{{lc:{{{obtain-level|{{{3|¬}}}}}}}}|very easy|easy|medium|hard|very hard|¬=0|#default=1}} or {{#ifeq:{{{4|{{{obtain-text|{{{3|{{{obtain-level|}}}}}}}}}}}}|{{{3|{{{obtain-level}}}}}}|1|0}}|[[Category:ERROR]]}}</includeonly><noinclude> |
{{doc begin}} | {{doc begin}} | ||
This template allows you to display achievements on multiple pages and in different languages. This template itself does not use [[Help:Translation switching|translation switching]] as it does not contain any text. All achievement text and titles are stored in the [[Template:Dictionary|'''dictionary''']]. | This template allows you to display achievements on multiple pages and in different languages. This template itself does not use [[Help:Translation switching|translation switching]] as it does not contain any text. All achievement text and titles are stored in the [[Template:Dictionary|'''dictionary''']]. |
Revision as of 21:16, 9 December 2013
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>}}
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.