Template:TongNouCharacterInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
{{{name}}}
[[{{{image}}}|{{{width}}}px|center]]
Land {{{land}}}
Location {{{location}}}
Role {{{role}}}


Use

This infobox is for use on pages related to characters in Eastern Mind and Chu-Teng, containing various pieces of preliminary information about them. It makes use of various parameters to change its content on the fly:

  • name: The name of the character in English.
  • image: An image of the character. It comes pre-formatted as being centered.
  • width: A custom parameter for image width. Should be an integer (e.g. do not include "px" after it).
  • land: The associated land of the character as described in the Tong-Nou Illustrated Book or Chu-Teng Tablet.
  • location: Further elaboration of their location (e.g. listing the sub-area, or exactly what room they're at.) If a character appears in multiple locations that are not their designated locale, you may list them here.
  • role: The role or otherwise affiliation of that character (King, Reincarnation, Creature, Darkness, etc.)

Sample

Moku-gyou
MokuGyou.png
Land Ming-ken
Location Mingke-shu
Par-fang (statue)
Role King


The code beneath produces the infobox you see to the right.

Sample Code:
{{TongNouCharacterInfobox
|name=Moku-gyou
|image=File:MokuGyou.png
|width=177
|land=[[Ming-ken]]
|location=[[Mingke-shu]]<br>[[Par-fang]] (statue)
|role=King
}}

The blank code can be seen beneath.

Sample Code:
{{TongNouCharacterInfobox
|name=
|image=
|width=
|land=
|location=
|role=
}}