Template:Tr/doc

From Elwiki

tr (short for "Title Requirements") is a very extensive template which aims to display a title's requirements in a standardized way across the title list, improving upon the game's inconsistencies, so that they are clearer and easier to understand. It is, obviously, meant to be used inside the Title template.

Usage

{{tr
|1= l/level | r/region | d/dungeon | m/e/mob | t/title
  (specific parameters)
}}

The title accepts, at first, only one input. This can be either l/level, r/region, d/dungeon, m/e/mob and t/title. These are not parameters and will not accept a value. This template's parameters start from the second place and will vary depending on the input.

l/level

l/level is one of the basic inputs. The second, nameless parameter will simply ask for a number which will is meant to indicate the level a character must obtain, like so:

  • {{tr|l|43}} and {{tr|level|43}} returns: Achieve Level 43

r/region

r/region is also pretty simple. The second parameter asks for the name of one of the game's regions (such as Ruben, Elder, etc.), and the third for the number of times said region's dungeons must be cleared.

  • {{tr|r|Altera|10}} and {{tr|region|Altera|10}} returns: Clear any Altera region dungeon 10 times

d/dungeon

d/dungeon is the most complex input on the template, because it has to account for several different independent parameters which can be displayed independently or as a combined list.

Dungeon name

The second unnamed parameter will ask for the name of one of the game's dungeons (such as Bethma Lake, Hall of El, etc.). If the title requires two or three dungeons, the additional names must be added with the parameters d2 and d3 (for the second and third dungeons, respectively). If it is needed to display alternative names other than the actual dungeon names, they can be added with the parameters a1, a2 and a3 (for the first, second and third dungeons, respectively).

  Tip: For consistency, the first parameter can also be named as d1.

Examples:

Version and Solo

ver (version) and solo are two named parameters which will display two brief phrases after the dungeon/s name/s to indicate two simple conditions. They can be used together.

  • ver accepts a custom input, and it is meant to show the specific version of the referenced dungeon(s) (such as Hell Mode, Hard difficulty, etc.).
  • solo only accepts the input "y", which means that the dungeon has to be run without any other member in your party. Any other input will display nothing.

Examples:

Amount of runs

The third unnamed parameter will ask for the number of times a dungeon must be run for. If the number is 1 or if the parameter is left blank, nothing will be displayed.

Examples:

List types

The fourth unnamed parameter will accept one of two inputs: l (list) and c (compact). The purpose of both is to unlock additional requirement parameters. It can (and must, if not needed) be left blank, but in that case it will not accept any additional parameters.

  • l (list): it allows for as many additional parameters as needed. It will format all of them as a bulleted list.
  • c (compact): it only allows one additional parameter, displaying it in the same sentence.
  Note: The additional parameters will be explained in detail further below.

Examples:

  • {{tr|d|Altera Core|20|l|time=10 minutes|less=0}} returns:

Clear Altera Core achieving the following 20 times:

  • Clear within 10 minutes
  • Clear without getting hit


  • {{tr|d|Altera Core|20|c|time=10 minutes}} returns: Clear Altera Core within 10 minutes 20 times