Difference between revisions of "User:Gurgum/sandbox/Test Achievement infobox"
< User:Gurgum | sandbox
Jump to navigation
Jump to search
(set retired=N) |
(add category) |
||
(One intermediate revision by the same user not shown) | |||
Line 43: | Line 43: | ||
}} | }} | ||
{{clear}} | {{clear}} | ||
</div></div> | </div></div> | ||
This is a test | |||
<!-- GET INFO TO AUTO FILL TABLE --> | <!-- GET INFO TO AUTO FILL TABLE --> | ||
Line 58: | Line 57: | ||
{{#set:release={{{release|}}} }} | {{#set:release={{{release|}}} }} | ||
[[Category:Achievements]] | |||
</includeonly> <!-- this trailing space is a whitespace fix --><noinclude> | </includeonly> <!-- this trailing space is a whitespace fix --><noinclude> |
Latest revision as of 19:51, 19 January 2025
Usage
Use this infobox for defining achievements within the game.
{{Achievement infobox | name = | icon = | description = | category = | sub-category = | points = | reward-type = | reward = | patch = | release = }}
Parameters
- name
- Optional. Name of the achievement. Defaults to
{{PAGENAME}}
. - icon
- Optional. Achievement icon. Defaults to File:
{{PAGENAME}}
.png - description
- Optional. Verbatim from the game's achievement list.
- category
- Required. The category the achievement is placed under. Accepts battle, pvp, character, items, crafting, gathering, quests, exploration, grand company, or legacy.
- sub-category
- Optional. The sub-category the achievement is placed under.
- points
- Optional. The amount of achievement points awarded upon completion.
- reward-type
- Optional. Accepts title or item.
- reward
- Optional. The name of the reward given by the achievement.
- patch
- Optional. Patch this achievement was released in.
- release
- Optional. Expansion this achievement belongs to. Accepts heavensward or stormblood or shadowbringers or endwalker or dawntrail.
Examples
{{Achievement infobox | name = Bio-Doma V | icon = Bio-Doma Icon.png | description = See the Doman Enclave through the fifth and final phase of reconstruction. | category = Character | sub-category = General | points = 20 | reward-type = title | reward = Philanthropist | patch = 4.4 | release = stormblood }}
This is a test