This template is protected from editing.

Difference between revisions of "Template:Achievement table"

From Team Fortress Wiki
Jump to: navigation, search
m
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| style="width:100%; background:none; border:none; padding:none; margin:none;" cellspacing="0" cellpadding="0"
+
{| style="width:{{#if:{{{col2|{{{2|}}}}}}|{{{width|100%}}}|{{{width|auto}}}}}; background:none; border:none; padding:none; margin:none;" cellspacing="0" cellpadding="0"
| width="50%" valign="top" | {{{1|{{{col1}}}}}}
+
|- valign="top"
| width="50%" valign="top" | {{{2|{{{col2|}}}}}}
+
| style="width: 50%;"|
 +
{{{col1|{{{1}}}}}}
 +
| style="width:{{{gap|1.25em}}};"|
 +
| style="width: 50%;"|
 +
{{{col2|{{{2|}}}}}}
 +
|-
 
|}<noinclude>{{doc begin}}
 
|}<noinclude>{{doc begin}}
 
Template to make display of achievements easier.
 
Template to make display of achievements easier.
Line 40: Line 45:
 
;Achievements
 
;Achievements
 
* {{tl|Show achievement}} &ndash; the template used to display achievements individually.
 
* {{tl|Show achievement}} &ndash; the template used to display achievements individually.
* [[:Category:Achievement insertion templates/core]] &ndash; where templates that hold achievement text and titles in multiple languages are stored.
 
  
 
[[Category:Formatting templates|Achievement table]]
 
[[Category:Formatting templates|Achievement table]]
 
</noinclude>
 
</noinclude>

Latest revision as of 19:36, 28 June 2012

{{{1}}}

Documentation for Achievement table

Template to make display of achievements easier.

Examples

{{Achievement table
| col1 =
{{Show achievement|Medic|Autoclave}}
{{Show achievement|Medic|Autoclave}}
{{Show achievement|Medic|Autoclave}}

| col2 = 
{{Show achievement|General|Dynasty}}
{{Show achievement|General|Dynasty}}
{{Show achievement|General|Dynasty}}
}}

The above code will generate:

Autoclave
Autoclave
Assist in burning 5 enemies with a single ÜberCharge on a Pyro.


Autoclave
Autoclave
Assist in burning 5 enemies with a single ÜberCharge on a Pyro.


Autoclave
Autoclave
Assist in burning 5 enemies with a single ÜberCharge on a Pyro.
Dynasty
Dynasty
Win 20 games.


Dynasty
Dynasty
Win 20 games.


Dynasty
Dynasty
Win 20 games.

See also

Tables
Achievements
  • {{Show achievement}} – the template used to display achievements individually.