Difference between revisions of "Template:Infobox achievement"
m |
m (Fix ID storage issue) |
||
Line 12: | Line 12: | ||
| size_icon = {{{size icon|20x20}}} |
| size_icon = {{{size icon|20x20}}} |
||
| size_image = {{{size image|45x45}}} |
| size_image = {{{size image|45x45}}} |
||
− | | id = {{{id|}}} |
+ | | id = {{#explode: {{{id|}}} | <br> }} |
| description = {{{description|}}} |
| description = {{{description|}}} |
||
| platforms = {{{platforms|}}} |
| platforms = {{{platforms|}}} |
Latest revision as of 22:54, 12 January 2021
This template adds rows to the table "achievements", which is declared by the template Cargo/achievements. View table.
This template displays an achievement's infobox and is used in the achievements page.
Usage
This template is used by entering:
{{infobox achievement | dlc = | name = | override name = | link = | full link = | image = | size icon = | size image = | description = | unlocked by = | id = | platforms = }}
Links system
- Name:
<full link> OR [[ <link> OR <name> | <override name> OR <name> ]]
- Image link:
[[File:...|link= <link> OR <name> | <override name> OR <name> ]]
Parameters
- dlc (optional)
- Indicates whether the achievement originates from an extension.
- See
{{dlc}}
for more information.
- name
- The name of the achievement.
- override name (optional)
- Changes the displayed name of the achievement.
- link (optional)
- The link of the achievement.
- full link (optional)
- The achievement's name with different links. Do not applies to images (see #Links system).
- image (optional)
- Changes the name of the achievement's image.
- Use the following format:
Achievement [NAME] Icon.png
.
- size icon & size image (optional)
- Changes the size of the icon or image according to the display mode used:
size icon
is foricon
,link
, andunlock
and is initially set to 20x20px.size image
is forimage
,row
, andtext
and is initially set to 64x64px.
- description
- The Steam description of the achievement.
- unlocked by
- How to unlock the achievement.
- id
- The in game secret number.
- platforms (optional)
- A list of platforms the achievement is exclusive to. Leaving this blank will default to all platforms.
The above documentation is transcluded from Template:Infobox achievement/doc. (edit | history)