Difference between revisions of "Template:Transient extended infobox"

Jump to navigation Jump to search
Line 972: Line 972:
   | ——
   | ——
   }}</td>
   }}</td>
    </tr>
{{#if:{{{species|}}}|
{{#if:{{{species|}}}|
</tr>
       <th>Species</th>
       <th>Species</th>
       <td>{{{species}}}</td>
       <td>{{{species}}}</td>
</tr>
     }}
     }}
     {{#if:{{{sex|}}}|
     {{#if:{{{sex|}}}|
<tr>
       <th>Gender</th>
       <th>Gender</th>
       <td>{{#switch:{{lc:{{{sex|}}}}}
       <td>{{#switch:{{lc:{{{sex|}}}}}
Line 985: Line 987:
|#default = {{{sex|Unknown gender}}}
|#default = {{{sex|Unknown gender}}}
}}</td>
}}</td>
</tr>
     }}
     }}
     {{#if:{{{gate|}}}|
     {{#if:{{{gate|}}}|
<tr>
       <th>Gate</th>
       <th>Gate</th>
       <td>{{Gate|{{{gate}}}|format=name}}</td>
       <td>{{Gate|{{{gate}}}|format=name}}</td>
</tr>
     }}
     }}
     {{#if:{{{summon date|}}}|
     {{#if:{{{summon date|}}}|
<tr>
     <th>Summon Date</th>
     <th>Summon Date</th>
     <td>{{{summon date|}}}</td>
     <td>{{{summon date|}}}</td>
</tr>
     }}
     }}
     </table>
     </table>