Template:Infobox Kingdom: Difference between revisions

From Afersis Wiki
Jump to navigationJump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> <div style="text-align: center">Kingdoms</div> <table class="infobox-table"> <tr> <th>Population</th> <td>{{{pop}}}</td> </tr> <tr> <th>Capital</th> <td>{{{city}}}</td> </tr> <tr> <th>Surface Area</th> <td>{{{area}}}</td> </tr> <tr> <th>Current leader</th> <td>{{{leader}}}</td> </tr> </table> </div>")
 
No edit summary
Line 5: Line 5:
<tr>
<tr>
     <th>Population</th>
     <th>Population</th>
     <td>{{{pop}}}</td>
     <td>{{{Pop}}}</td>
</tr>
</tr>
<tr>
<tr>
     <th>Capital</th>
     <th>Capital</th>
     <td>{{{city}}}</td>
     <td>{{{City}}}</td>
</tr>
</tr>
<tr>
<tr>
     <th>Surface Area</th>
     <th>Surface Area</th>
     <td>{{{area}}}</td>
     <td>{{{Area}}}</td>
</tr>
</tr>
<tr>
<tr>
     <th>Current leader</th>
     <th>Current leader</th>
     <td>{{{leader}}}</td>
     <td>{{{Leader}}}</td>
</tr>
</tr>
</table>
</table>
</div>
</div>

Revision as of 19:14, 1 July 2024

Infobox Kingdom
Population {{{Pop}}}
Capital {{{City}}}
Surface Area {{{Area}}}
Current leader {{{Leader}}}