|
|
| Line 1: |
Line 1: |
| <templatestyles src="Module:Infobox/styles.css" />
| | {{Infobox |
| <table class="infobox">
| | |{{#ifeq: {{{hide|}}} | no | child | subbox }} = yes |
| <caption class="infobox-title">{{{name|{{PAGENAME}}}}}</caption>
| | |bodyclass = mw-collapsible mw-collapsed |
| <tr>
| | |abovestyle = font-size: 100%; text-align: left; background-color: #f9ffbc; |
| <td colspan="2" class="infobox-image">
| | |above = {{#ifeq: {{{hide|}}} | no | | Transcriptions }} |
| {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|250px}}}|alt={{{alt|{{{caption|}}}}}}]]}} | | |labelstyle = font-weight:normal; |
| <div class="infobox-caption">{{{caption|}}}</div>
| | |headerstyle = background-color: #dcffc9; |
| </td>
| | |
| </tr>
| | | label1 = Hidden label |
| <tr>
| | | data1 = Hidden data |
| <td colspan="2" class="infobox-image">
| |
| {{#if:{{{image2|}}}|[[File:{{{image2}}}|{{{image_size2|250px}}}|alt={{{alt2|{{{caption2|}}}}}}]]}} | |
| <div class="infobox-caption">{{{caption2|}}}</div>
| |
| </td>
| |
| </tr>
| |
| {{infobox/row|header=In-universe information}}
| |
| {{infobox/row
| |
| |label=Tribe | |
| |data={{#if: | |
| {{yesno|{{{hybrid|}}}}}
| |
| |[[{{{tribe1}}}]]–[[{{{tribe2}}}]] hybrid
| |
| |{{#if:{{{tribe|}}}|[[{{{tribe}}}]]}}
| |
| }}
| |
| }} | | }} |
| {{infobox/row
| |
| |label=Gender
| |
| |data={{{gender|}}}
| |
| }}
| |
| {{infobox/row
| |
| |label=Age
| |
| |data={{{age|}}}
| |
| }}
| |
| {{infobox/row|header=Meta information}}
| |
| {{infobox/row
| |
| |label=First appearance
| |
| |data={{{first_appearance}}}
| |
| }}
| |
| {{infobox/row
| |
| |label=Last appearance
| |
| |data={{{last_appearance}}}
| |
| }}
| |
| </table>
| |