Difference between revisions of "Template:Infobox world"

From OtanWiki
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{...")
 
Line 15: Line 15:
 
     <td>{{{genre}}}</td>
 
     <td>{{{genre}}}</td>
 
</tr>}} {{#if:{{{inhabitants|}}}|<tr>
 
</tr>}} {{#if:{{{inhabitants|}}}|<tr>
     <th>inhabitants</th>
+
     <th>Inhabitants</th>
     <td>{{{Inhabitants}}}</td>
+
     <td>{{{inhabitants}}}</td>
 
</tr>}} {{#if:{{{universe|}}}|<tr>
 
</tr>}} {{#if:{{{universe|}}}|<tr>
 
     <th>Universe</th>
 
     <th>Universe</th>

Revision as of 22:11, 15 February 2021

Infobox world

Example usage:

{{Infobox world
| title            = 
| image            = 
| caption          = 
| type_of          = 
| plane            = 
| genre            = 
| inhabitants      = 
| universe         = 
}}