Actions

Template

Difference between revisions of "SongInfobox"

From Tenipuri Info

Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<table class="wikitable">{{#if:{{{characters|}}}|<tr>
<table class="wikitable">{{#if:{{{character|}}}|<tr>
     <th>Character(s)</th>
     <th>Character(s)</th>
     <td>{{{characters}}}</td>
     <td>{{{character}}}</td>
</tr>}}{{#if:{{{voiceactor|}}}|<tr>
</tr>}}{{#if:{{{voiceactor|}}}|<tr>
     <th>Voice Actor(s)</th>
     <th>Voice Actor(s)</th>
Line 11: Line 11:
     <td>{{{appearson}}}</td>
     <td>{{{appearson}}}</td>
</tr>}}{{#if:{{{lyricist|}}}|<tr>
</tr>}}{{#if:{{{lyricist|}}}|<tr>
     <th>Lyricist</th>
     <th>Lyricist(s)</th>
     <td>{{{lyricist}}}</td>
     <td>{{{lyricist}}}</td>
</tr>}}{{#if:{{{composer|}}}|<tr>
</tr>}}{{#if:{{{composer|}}}|<tr>
     <th>Composer</th>
     <th>Composer(s)</th>
     <td>{{{composer}}}</td>
     <td>{{{composer}}}</td>
</tr>}}{{#if:{{{releasedate|}}}|<tr>
</tr>}}{{#if:{{{releasedate|}}}|<tr>

Revision as of 15:09, 23 July 2019

SongInfobox