Template:AchievementRow
Jump to navigation
Jump to search
Usage Examples
| Template Call |
|---|
{| class="wikitable"
! Icon !! Name !! Type !! Requirement
...
{{AchievementRow|Above the Sands|Construct a [[Scout Ornithopter]]|Crafting}}
{{AchievementRow|Across the Sands|Construct a [[Sandbike]]|Crafting}}
{{AchievementRow|Welcome to Arrakis|Complete the introduction|Quests}}
...
|}
|
TemplateData
Renders a single row for use within the wikitable on the Achievements page. Outputs the achievement's icon, name, type, and unlock requirement as table cells.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Achievement Name | 1 | The name of the achievement. The icon filename is also derived from this in the format `Achievement - <NAME>.jpg`, so it must exactly match the desired file. | String | required |
| Unlock Requirements | 2 | The official description as listed on gaming platforms, such as Steam. | String | required |
| Achievement Type | 3 | The type of task that this achievement requires to unlock. | String | required |