Open main menu

UESPWiki β

Template:ESO Achievements List/Doc

< Template:ESO Achievements List

SummaryEdit

Displays a table with ESO Achievement data. For ease of use, redirects have been created at EAL, including the /Group and /Entry subpages. Note: this template does its best to make things simple, but due to how templates and MetaTemplate work, there are some decidedly odd calling conventions when the formatting goes beyond the basics.

ParametersEdit

In addition to the parameters below, a showreward variable can be specified at the page level to have the table show a rewards column. Similarly, you can unset the variable to hide the column for subsequent tables. For simple use, this can also be specified directly in the template call, but when using multi, it must be specified at the page level using {{#local}} or {{#define}}. shownotes will work identically, producing a "Notes" column instead of (or in addition to) a "Reward" column.

ESO Achievements List
Parameter Scope Description
1+ required The page name(s) of the achievement(s) to list, without the namespace. By default, this is a straight list, with each parameter being one entry in the list. If showreward or shownotes are set, this will be a set of two or three parameters. When only one of showreward or shownotes is set, the order is name|reward or name|notes, respectively. When both are set, the order is name|reward|notes.
multi optional Use multiple groups or entries instead of a simple list. Unnamed parameters are ignored in favor of whatever's specified here.
Groups
Groups can be specified using {{ESO Achievements List/Group}}. Like the main template, they use multiple unnamed parameters. Groups can be intermixed with individual achievement entries within the main template's multi parameter as needed (for example, to specify the note parameter for specific entries or to change the formatting of a specific entry or group).
1+ required See the documentation for 1+, above.
first optional When the first row of the group, not counting the title, is to be formatted differently from the rest, you have to specify it explicitly, separate from the unnamed parameters. Use this when groupline=thick or when indent=1 and you want the first line outdented.
groupline optional Use thick to produce a thick line above the title or row. When used with a data row, you must specify that row in first (and reward/notes, if applicable). This may be expanded in future to allow additional options. (Implementation note: this is named differently from the parameter for /Entry because it seemed that the Entry was sometimes inheriting it when just named "line".)
indent optional If specified, all entries in the group (except first) will have their icons indented.
notes optional The notes to go with the first parameter, if shownotes is set.
reward optional The reward to go with the first parameter, if showreward is set.
title optional If specified, a title row with the specified text will be included at the top of the group.
Entries
Individual entries can be specified using {{ESO Achievements List/Entry}}. Entries can be intermixed with groups within the main template's multi parameter as needed.
1+ required See the documentation for 1+, above, but only a single set of name/reward/notes parameters is allowed.
indent optional If a value is specified, the icon will be indented by a fixed amount. This is for use with main- and sub-achievements. (Inherited)
line optional Use thick to use a thick line as the first line. This may be expanded in future to allow additional options.
notation optional Additional text (usually a superscript notation) to be displayed immediately to the right of the achievement name. (Inherited)

ExampleEdit

Basic UsageEdit

{{ESO Achievements List|Back to the Abyss|A Book and its Cover}}
Achievement Points Description
   Back to the Abyss 15 Defeat each of the following bosses that can appear at Abyssal Geysers.
   A Book and its Cover 15 Complete Bailiff Naramin's investigation of Choixth.

Multiple EntriesEdit

Note: due to the way documentation pages interact with their parent template, the rewards may not show here as expected. They will show/hide correctly on any other page.

{{#local:showreward|1}}
{{ESO Achievements List
  |Savior of Summerset|'''Title:''' Savior of Summerset<br>{{ESO ArmorDye Icon|Shrike Blue|link=1}}<br>{{nowrap|{{Furnishing Link|Crystal Tower Stand}}}}
  |A Book and its Cover|
}}
Achievement Points Description Reward
   Savior of Summerset 50 Complete quests, defeat bosses, and explore delves to become the Savior of Summerset. Title: Savior of Summerset
 Shrike Blue
Crystal Tower Stand (page)
   A Book and its Cover 15 Complete Bailiff Naramin's investigation of Choixth.


{{#local:shownotes|1}}
{{ESO Achievements List
  |Apprentice Decorator|Unfurnished<br>or Furnished
  |Journeyman Decorator|Furnished
}}
Achievement Points Description Notes
   Apprentice Decorator 5 Decorate a home you own with at least 50 objects. Unfurnished
or Furnished
   Journeyman Decorator 5 Decorate a home you own with at least 100 objects. Furnished


Mixed Groups and EntriesEdit

{{ESO Achievements List|multi=
{{EAL/Group|title=Werewolf and Vampire
  |Lycanthropy (achievement)
  |Lycanthropy Master}}
{{EAL/Group|indent=1
  |first=Werewolf Corpse Taster
  |Werewolf Corpse Eater
  |Werewolf Corpse Devourer}}
{{EAL/Group
  |Wandering Werewolf
  |Werewolf Sire}}
{{EAL/Group|indent=1|groupline=thick
  |first=Vampirism (achievement)
  |Vampirism Master}}
}}
Achievement Points Description
Werewolf and Vampire
   Lycanthropy 10 Become a Werewolf.
   Lycanthropy Master 50 Reach the max level of the Werewolf Skill line.
   Werewolf Corpse Taster 5 Devour 1 corpse while in Werewolf form.
   Werewolf Corpse Eater 10 Devour 10 corpses while in Werewolf form.
   Werewolf Corpse Devourer 15 Devour 100 corpses while in Werewolf form.
   Wandering Werewolf 10 Transform into a werewolf and devour a corpse in the capital cities of all three alliances.
   Werewolf Sire 5 Infect another player with Lycanthropy.
   Vampirism 10 Become a Vampire.
   Vampirism Master 50 Reach the max level of the Vampire Skill Line.