User:Tiddlywinks/EvoMethod



Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)

This template is used to display an evolution method for an evobox template. It can also be customized for a breeding method or form change.

Parameters

For displaying an evolution method, only the lv parameter or parameter 1 (if the evolution is not by level-up) should be needed.

Unnamed parameters
  • 1 (optional): a text/visual description appearing above the direction; defaults to a level-up method and can be omitted if lv is specified.
  • 2 (optional): the direction of this evolution (or breeding or form change, depending on the context); mainly intended for ←, →, or ↔ (further reference). Defaults to →.
  • 3 (optional): a text/visual description appearing below the direction.
Named parameters
  • e (optional): the stage (evolution) to which this method corresponds. For example, unevolved to first evolution should be "1", or if the first evolution has two branches, "1a" for the first branch and "1b" for the second. Refer to User:Tiddlywinks/EvoBox/v2's usage guide for a full list of values (as seen in "e=#"). Default is "1".
  • lv (optional): a level for the default method (leveling up), only used if parameter 1 is not specified.
  • halign (optional): how elements in the method are horizontally aligned; this sets the "justify-content" property of the grid and has the options "center", "space-evenly", "space-around", "space-between", "start", and "end". Defaults to "space-around".
  • valign (optional): how elements in the method are vertically aligned; this sets the "align-content" property of the grid and has the same options as halign. Defaults to "center".
  • talign (optional): how all text in the method is aligned (may also affect things like images); this sets the "text-align" property of the grid and has the options "center", "left", "right", and "justify". Defaults to "center".