User:Tiddlywinks/EvoFree
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
{{{1}}}
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
This is meant to be a free-form version of User:Tiddlywinks/EvoMethod (or User:Tiddlywinks/EvoMon). Just pass in the correct identifier ("method#" or "stage#") via the "id" parameter and then use parameter 1 to code whatever you want to show.
Parameters
- Unnamed
- 1: text/code to display
- Named
- e: the identifier of the spot that this display should occupy, usually "method#" or "stage#" with # replaced with a number or number-and-letter (like "1a"). Refer to User:Tiddlywinks/EvoBox/v2's usage guide for a full list of the valid replacements for # (as seen in "e=#").
- 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".