Difference between revisions of "Template:Achievement"

From Team Fortress Wiki
Jump to: navigation, search
m
m (Moved documentation)
Line 296: Line 296:
 
  | <!-- NULL -->}}
 
  | <!-- NULL -->}}
 
|-
 
|-
|}<noinclude>
 
{{Translation switching|ar, cs, da, de, es, fi, fr, hu, it, ja, ko, no, pl, pt, pt-br, ro, ru, sv, tr, zh-hans, zh-hant}}
 
{{doc begin}}
 
 
This template was created in order to standardise how achievements appear in article pages.
 
 
You should ''not'' use this template directly. To show a particular achievement on a page, use {{tl|Show achievement}} instead. This template holds only the code to display achievements in a table. It does ''not'' hold any translated text or titles.
 
 
== Parameters ==
 
{| class="wikitable grid" style="width:100%;"
 
! width="12%" | Name
 
! width="30%" | Example
 
! width="auto" | Description
 
|-
 
| {{code|1}}
 
| {{code|Quick Hook}}
 
| Name of the achievement.
 
|-
 
| {{code|2}}
 
| {{code|Kill a player in Well before the round starts.}}
 
| The description (should use exact wording from Steam).
 
|-
 
| {{code|3}}
 
| {{code|Tf quick hook.png}}
 
| The file name of the image (exclude {{code|File:}} or {{code|Image:}} prefix)
 
|-
 
| {{code|reward}}
 
| {{code|[[Ambassador]]}}
 
| If the achievement is a Milestone, a link to the weapon that is earned.
 
|-
 
! style="text-align:left;" colspan="3" | ''Style''
 
|-
 
| {{code|width}}
 
| {{code|100%}}
 
| The width. Can be set to {{code|50%}} if not used in a table, otherwise it defaults to {{code|100%}}.
 
|-
 
! style="text-align:left;" colspan="3" | ''Obtaining''
 
|-
 
| {{code|obtain-level}}
 
| {{code|easy}}
 
| The level of difficulty. Accepts "easy", "medium" and "hard". This also gives the box a coloured background and border on the left. Not defining a level of difficulty gives the box a grey background.
 
|-
 
| {{code|obtain-text}}
 
| {{code|Simply build a Sentry Gun and keep it alive to get 10 kills to earn this achievement.}}
 
| The description text.
 
 
|}
 
|}
 
+
{{documentation}}
== See also ==
 
* {{tl|Show achievement}} &ndash; the template to use to display achievements.
 
* {{tl|Achievement table}} &ndash; display achievements within a table.
 
* [[:Category:Achievement insertion templates/core]] &ndash; holds the templates that store text & titles of achievements in multiple languages.
 
 
 
[[Category:Formatting templates|Achievement]]
 
</noinclude>
 

Revision as of 13:03, 27 July 2012

Achievement
Achievement Name
Lorem ipsum dolor sit amet, lorem ipsum, dolor, sit amet.

Template documentation [view] [edit] [history] [purge]

This template was created in order to standardise how achievements appear in article pages.

You should not use this template directly. To show a particular achievement on a page, use {{Show achievement}} instead. This template holds only the code to display achievements in a table. It does not hold any translated text or titles.

Parameters

Name Example Description
1 Quick Hook Name of the achievement.
2 Kill a player in Well before the round starts. The description (should use exact wording from Steam).
3 Tf quick hook.png The file name of the image (exclude File: or Image: prefix)
reward Ambassador If the achievement is a Milestone, a link to the weapon that is earned.
Style
width 100% The width. Can be set to 50% if not used in a table, otherwise it defaults to 100%.
Obtaining
obtain-level easy The level of difficulty. Accepts "very easy", "easy", "medium","hard", and "very hard". This also gives the box a coloured background and border on the left. Not defining a level of difficulty gives the box a grey background.
obtain-text Simply build a Sentry Gun and keep it alive to get 10 kills to earn this achievement. The description text.

See also