User:Tiddlywinks/Infobox/Names

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
English
Japanese
Trans



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

Inserts names in an infobox.

See also User:Tiddlywinks/Infobox.

Parameters

Unnamed
  • 1: English name
  • 2: Japanese name (e.g., ポケモン)
  • 3: translation of Japanese name
Named
  • colsizes (optional): custom value for the grid-template-columns property of the grid, to change the sizes of the columns (e.g., auto auto; defaults to 50% 50%)
  • enlayout (optional): custom setting for the English name's position in the grid (defaults to grid-row: span 2; main alternative: grid-column: span 2)
    • The names exist in an evenly divided 2x2 grid. By default, the English is given the entire left side (both rows), but enlayout lets you change that. The Japanese and translated names fill in the remaining spaces.