Difference between revisions of "Template:Character"

From Hyperdimension Neptunia Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
 
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
 
{{#if:{{{image1|}}}|<div class="infobox-image"><figure>[[File:{{{image1}}}|300px]]{{#if:{{{caption1|}}}|<figcaption class="infobox-caption">{{{caption1}}}</figcaption>}}</figure></div>}}
 
{{#if:{{{image1|}}}|<div class="infobox-image"><figure>[[File:{{{image1}}}|300px]]{{#if:{{{caption1|}}}|<figcaption class="infobox-caption">{{{caption1}}}</figcaption>}}</figure></div>}}
<table>{{#if:{{{true_name|}}}{{{nicknames|}}}{{{appears_in|}}}|<tr><td class="infobox-subtitle">Boring Info</td></tr>}}
+
<table>{{#if:{{{true_name|}}}{{{nicknames|}}}{{{appears_in|}}}|<tr><td class="infobox-subtitle" colspan="2">Boring Info</td></tr>}}
 
{{#if:{{{true_name|}}}|<tr>
 
{{#if:{{{true_name|}}}|<tr>
 
     <th>True Name</th>
 
     <th>True Name</th>
Line 15: Line 15:
 
     <td>{{{appears_in}}}</td>
 
     <td>{{{appears_in}}}</td>
 
</tr>}}
 
</tr>}}
{{#if:{{{3sizes|}}}{{{cup|}}}{{{height|}}}{{{thigh_gap|}}}{{{parameters|}}}{{{fucks_given|}}}|<tr><td class="infobox-subtitle">Stats</td></tr>}}
+
{{#if:{{{3sizes|}}}{{{cup|}}}{{{height|}}}{{{thigh_gap|}}}{{{parameters|}}}{{{fucks_given|}}}|<tr><td class="infobox-subtitle" colspan="2">Stats</td></tr>}}
 
{{#if:{{{3sizes|}}}|<tr>
 
{{#if:{{{3sizes|}}}|<tr>
 
     <th>3 Sizes</th>
 
     <th>3 Sizes</th>
Line 40: Line 40:
 
     <td>{{{fucks_given}}}</td>
 
     <td>{{{fucks_given}}}</td>
 
</tr>}}
 
</tr>}}
{{#if:{{{|}}}{{{voice_(en)|}}}{{{voice_(jp)|}}}{{{race|}}}{{{weapon|}}}{{{residence|}}}{{{personification|}}}|<tr><td class="infobox-subtitle">Technical Info</td></tr>}}
+
{{#if:{{{|}}}{{{voice_(en)|}}}{{{voice_(jp)|}}}{{{race|}}}{{{weapon|}}}{{{residence|}}}{{{personification|}}}|<tr><td class="infobox-subtitle" colspan="2">Technical Info</td></tr>}}
 
{{#if:{{{voice_(en)|}}}|<tr>
 
{{#if:{{{voice_(en)|}}}|<tr>
 
     <th>Voice (EN)</th>
 
     <th>Voice (EN)</th>

Latest revision as of 07:41, 7 April 2021

Character

Example usage:

{{Character
|title1=Example
|image1=Example
|caption1=Example
|true_name=Example
|nicknames=Example
|appears_in=Example
|3sizes=Example
|cup=Example
|height=Example
|thigh_gap=Example
|parameters=Example
|fucks_given=Example
|voice_(en)=Example
|voice_(jp)=Example
|race=Example
|weapon=Example
|residence=Example
|personification=Example
}}