Actions

Template

Difference between revisions of "CharacterInfobox"

From Tenipuri Info

Line 110: Line 110:
|{{{Tenimyu}}}
|{{{Tenimyu}}}
|}
|}
<noinclude>
==include in character page==
copy paste this at the top of the page!
<code><nowiki>
{{CharacterInfobox
|Name=
|Kanji=
|Kana=
|AgePOT=13
|AgeNPOT=<!--if no change, move on-->
|HeightPOT=191 cm
|HeightNPOT=<!--if no change, move on-->
|WeightPOT=weight kg
|WeightNPOT=gererg<!--if no change, move on-->
|Birthday=January 2
|Blood Type=A/B/AB/O
|Dominant Arm=right/left
|Eyesight= X.X
|Shoe Size= xx cm
|Family=<span></span>
*mom
*dad
*etc
|Nicknames=jkbkjb
<!--School-->
|School=
|Year=(#rd/nd/st Year)
|Class=X-X
|Seat=#
|Committee=
|Best Subjects=
|Worst Subjects=
|Former School=
<!--Tennis-->
|Club Position=Club Position
|Play Style=[[Play Style]]
|Doubles Partners=<span></span>
*[[Partner 1]]
*[[Partner 2]]
*etc.
|Shoes=Brand (Type)
|Racket=Brand (Type)
<!--Media-->
|MangaDebut=Genius #
|AnimeDebut=Episode #
|VoiceJP=kjkjh(JP)
|Tenimyu=<span></span>
*[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (1st)
*[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (2nd)
*[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (3rd)
}}
</nowiki>
==Copy Code==
For Exceptions, here is the code:
<nowiki><pre>
{|class="wikitable" style="float:right;margin-left:10px;font-size:0.9em;width:350px;"
|colspan="2"|
<ul class="tabs" data-tab><!--Replace entire tabs section with [[File:File.exts|350px]] if character only appears in one medium.-->
  <li class="tab-title active" style="display:inline-block;text-align:center;width:50%;">Anime</li>
  <li class="tab-title" style="display:inline-block;text-align:center;width:50%;">Manga</li>
</ul>
<div class="tabs-content" style="margin-bottom:-10px;">
  <div class="content active" id="anime">
  <p> [[File:{{{AnimeImg}}}|350px]]</p>
  </div>
  <div class="content" id="manga">
  <p> [[File:{{{MangaImg}}}|350px]]</p>
  </div>
</div>
|-
!colspan="2"|<center>{{{Name}}}</center>
|-
!Kanji
|{{{Kanji}}}
|-
!Kana
|{{{Kana}}}
|-
!Gender
|{{{Gender|<nowiki>male/female</nowiki>}}}
|-
!Age
|{{{AgePOT|Age}}}{{#if:{{{AgeNPOT|}}}|}}{{#if:{{{AgeNPOT}}}|<sup>POT</sup> <br />{{{AgeNPOT}}}<sup>NPOT</sup>}}
|-
!Birthday
|{{{Birthday}}} ({{{Astrology}}})
|-
!Height
|{{{HeightPOT}}}{{#if:{{{HeightNPOT|}}}|}}{{#if:{{{HeightNPOT}}}|<sup>POT</sup> <br />{{{HeightNPOT}}}<sup>NPOT</sup>}}
|-
!Weight
|{{{WeightPOT}}}{{#if:{{{WeightNPOT|}}}|}}{{#if:{{{WeightNPOT}}}|<sup>POT</sup> <br />{{{WeightNPOT}}}<sup>NPOT</sup>}}
|-
!Blood Type
|{{{Blood Type}}}
|-
!Dominant Arm
|{{{Dominant Arm}}}
|-
!Eyesight (Unaided)
|{{{Eyesight}}}
|-
!Shoe Size
|{{{Shoe Size}}}
|-
!Family <!--Please list in oldest generation to youngest (i.e., Grandfather, Grandmother, Father, Mother, Older Brother, Older Sister, Twin, Younger Brother, Younger Sister, Pet)-->
|{{{Family}}}
|-
!Nicknames <!--Please list in alphabetical order; use citations-->
|{{{Nicknames}}}
|-
!colspan="2"|<center>School</center>
|-
!Current School
|{{{School}}} {{{Year}}}
|-
!Class
|{{{Class}}}
|-
!Seat
|{{{Seat}}}
|-
!Committee
|{{{Committee}}}
|-
!Best Subject(s)
|{{{Best Subjects}}}
|-
!Worst Subject(s)
|{{{Worst Subjects}}}
|-
!Former School(s)
|{{{Former School}}}
|-
!colspan="2"|<center>Tennis</center>
|-
!Club Position
|{{{Club Position}}}
|-
!Play Style
|[[{{{Play Style}}}]]
|-
!Doubles Partner(s) <!--Please list in alphabetical order-->
|{{{Doubles Partners}}}
|-
!Shoes
|{{{Shoes}}}
|-
!Racket(s)
|{{{Racket}}}
|-
!colspan="2"|<center>Media</center>
|-
!Manga Debut
|{{{MangaDebut|Genius #}}}
|-
!Anime Debut
|{{{AnimeDebut|Episode #}}}
|-
!Voice
|{{{Voice}}}
|-
![[Tenimyu]] Actors
|{{{Tenimyu}}}
|}
</pre></nowiki>
</noinclude>

Revision as of 20:05, 25 July 2019

[[File:{{{AnimeImg}}}|350px]]

[[File:{{{MangaImg}}}|350px]]

{{{Name}}}
Kanji {{{Kanji}}}
Kana {{{Kana}}}
Gender male/female
Age AgePOT
{{{AgeNPOT}}}NPOT
Birthday {{{Birthday}}} ({{{Astrology}}})
Height {{{HeightPOT}}}POT
{{{HeightNPOT}}}NPOT
Weight {{{WeightPOT}}}POT
{{{WeightNPOT}}}NPOT
Blood Type {{{Blood Type}}}
Dominant Arm {{{Dominant Arm}}}
Eyesight (Unaided) {{{Eyesight}}}
Shoe Size {{{Shoe Size}}}
Family {{{Family}}}
Nicknames {{{Nicknames}}}
School
Current School {{{School}}} {{{Year}}}
Class {{{Class}}}
Seat {{{Seat}}}
Committee {{{Committee}}}
Best Subject(s) {{{Best Subjects}}}
Worst Subject(s) {{{Worst Subjects}}}
Former School(s) {{{Former School}}}
Tennis
Club Position {{{Club Position}}}
Play Style [[{{{Play Style}}}]]
Doubles Partner(s) {{{Doubles Partners}}}
Shoes {{{Shoes}}}
Racket(s) {{{Racket}}}
Media
Manga Debut Genius #
Anime Debut Episode #
Voice {{{Voice}}}
Tenimyu Actors {{{Tenimyu}}}


include in character page

copy paste this at the top of the page!

{{CharacterInfobox |Name= |Kanji= |Kana= |AgePOT=13 |AgeNPOT=<!--if no change, move on--> |HeightPOT=191 cm |HeightNPOT=<!--if no change, move on--> |WeightPOT=weight kg |WeightNPOT=gererg<!--if no change, move on--> |Birthday=January 2 |Blood Type=A/B/AB/O |Dominant Arm=right/left |Eyesight= X.X |Shoe Size= xx cm |Family=<span></span> *mom *dad *etc |Nicknames=jkbkjb <!--School--> |School= |Year=(#rd/nd/st Year) |Class=X-X |Seat=# |Committee= |Best Subjects= |Worst Subjects= |Former School= <!--Tennis--> |Club Position=Club Position |Play Style=[[Play Style]] |Doubles Partners=<span></span> *[[Partner 1]] *[[Partner 2]] *etc. |Shoes=Brand (Type) |Racket=Brand (Type) <!--Media--> |MangaDebut=Genius # |AnimeDebut=Episode # |VoiceJP=kjkjh(JP) |Tenimyu=<span></span> *[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (1st) *[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (2nd) *[https://en.wikipedia.org/wiki/Actor_Name Actor Name] (3rd) }}


Copy Code

For Exceptions, here is the code:

<pre> {|class="wikitable" style="float:right;margin-left:10px;font-size:0.9em;width:350px;" |colspan="2"| <ul class="tabs" data-tab><!--Replace entire tabs section with [[File:File.exts|350px]] if character only appears in one medium.--> <li class="tab-title active" style="display:inline-block;text-align:center;width:50%;">Anime</li> <li class="tab-title" style="display:inline-block;text-align:center;width:50%;">Manga</li> </ul> <div class="tabs-content" style="margin-bottom:-10px;"> <div class="content active" id="anime"> <p> [[File:{{{AnimeImg}}}|350px]]</p> </div> <div class="content" id="manga"> <p> [[File:{{{MangaImg}}}|350px]]</p> </div> </div> |- !colspan="2"|<center>{{{Name}}}</center> |- !Kanji |{{{Kanji}}} |- !Kana |{{{Kana}}} |- !Gender |{{{Gender|<nowiki>male/female}}} |- !Age |AgePOT
{{{AgeNPOT}}}NPOT |- !Birthday |{{{Birthday}}} ({{{Astrology}}}) |- !Height |{{{HeightPOT}}}POT
{{{HeightNPOT}}}NPOT |- !Weight |{{{WeightPOT}}}POT
{{{WeightNPOT}}}NPOT |- !Blood Type |{{{Blood Type}}} |- !Dominant Arm |{{{Dominant Arm}}} |- !Eyesight (Unaided) |{{{Eyesight}}} |- !Shoe Size |{{{Shoe Size}}} |- !Family |{{{Family}}} |- !Nicknames |{{{Nicknames}}} |-

!colspan="2"|

School

|- !Current School |{{{School}}} {{{Year}}} |- !Class |{{{Class}}} |- !Seat |{{{Seat}}} |- !Committee |{{{Committee}}} |- !Best Subject(s) |{{{Best Subjects}}} |- !Worst Subject(s) |{{{Worst Subjects}}} |- !Former School(s) |{{{Former School}}} |-

!colspan="2"|

Tennis

|- !Club Position |{{{Club Position}}} |- !Play Style |[[{{{Play Style}}}]] |- !Doubles Partner(s) |{{{Doubles Partners}}} |- !Shoes |{{{Shoes}}} |- !Racket(s) |{{{Racket}}} |-

!colspan="2"|

Media

|- !Manga Debut |Genius # |- !Anime Debut |Episode # |- !Voice |{{{Voice}}} |- !Tenimyu Actors |{{{Tenimyu}}} |}

</nowiki>