Template:Achievement

From Apex Legends Wiki
Jump to navigation Jump to search


Template-info.png Documentation

For formatting individual spells on class pages. It uses styling from both the wikitable and achievement classes.

Usage

{{Achievement
| name = 
| image = 
| reward = 
| description = 
| info = 
| tips = 
| bugs = 
}}

Parameters

Parameter Data type Description
name String The name of the achievement.
image String The image will be located by looking for File:{{{image}}}.png. If not specified, it will look for File:Achievement {{{name}}}.png
reward String The reward of the achievement
description Wikitext The description of the achievement.
info Wikitext Additional information about the achievement that is not included in the description.
tips Wikitext Tips about how to effectively get the achievement.
bugs Wikitext Documents bugs related to the achievement. If there are no bugs, leave this blank.

Example

{{Achievement
| name = Fully Kitted
| image = Badge Fully Kitted.png
| reward = 75 [[File:Origin Icon.svg|22px]]
| description = Equip a fully kitted weapon
| info = Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.

Here is some more stuff. 
| tips = 
* This achievment is super hard to get...
* Try using XXX to do YYY...
| bugs = 
}}
Badge Fully Kitted.png Fully Kitted
Description Equip a fully kitted weapon
Reward 75 Origin Icon.svg

Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.

Here is some more stuff.

  • This achievment is super hard to get...
  • Try using XXX to do YYY...