From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(Created)
 
(revised)
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This template is to provide a standard header for achievement list tables. Use as follows:
This template is to provide a standard header for achievement list tables.
 
==Parameters==
*If a game does not have Xbox 360, Xbox Live Arcade, or Games for Windows Achievements, omit the <code>|g=yes</code> parameter and adjust the number of columns appropriately.
*If a game does not have PlayStation 3 or PlayStation Network trophies, omit the <code>|trophy=yes</code> parameter and adjust the number of columns appropriately.
*If you need to adjust the width of the picture column, for example to allow two images to sit next to each other horizontally, use picturewidth=128 or whatever size (in pixels) you need.
 
==Example==
<pre>
<pre>
{{Achievements Header}}
{{Achievements Header|g=yes|trophy=yes}}
|-
|-
| [[Image.jpg]] || Achievement name || Achievement description || {{G|50}}
| [[File:1.jpg]] || Achievement name || Achievement description || {{G|50}} || {{Gold}}
|-
|-
| [[Image2.jpg]] || Achievement 2 name || Achievement 2 description || {{G|15}}
| [[File:2.jpg]] || Achievement 2 name || Achievement 2 description || {{G|15}} || {{Bronze}}
{{Achievements Footer}}
|}
</pre>
</pre>


As in the code example, this template's companion closing template is {{t|Achievements Footer}}.
 
<noinclude>[[Category:Template documentation|A]]</noinclude>

Revision as of 15:46, 23 August 2012

This template is to provide a standard header for achievement list tables.

Parameters

  • If a game does not have Xbox 360, Xbox Live Arcade, or Games for Windows Achievements, omit the |g=yes parameter and adjust the number of columns appropriately.
  • If a game does not have PlayStation 3 or PlayStation Network trophies, omit the |trophy=yes parameter and adjust the number of columns appropriately.
  • If you need to adjust the width of the picture column, for example to allow two images to sit next to each other horizontally, use picturewidth=128 or whatever size (in pixels) you need.

Example

{{Achievements Header|g=yes|trophy=yes}}
|-
| [[File:1.jpg]] || Achievement name || Achievement description || {{G|50}} || {{Gold}}
|-
| [[File:2.jpg]] || Achievement 2 name || Achievement 2 description || {{G|15}} || {{Bronze}}
|}