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
 
(2 intermediate revisions by the same user not shown)
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>
    <th>Magic</th>
    <td>{{{Magic}}}</td>
</tr>
<tr>
    <th>National Dish</th>
    <td>{{{Mat}}}</td>
</tr>
<tr>
    <th>If it were a real country</th>
    <td>{{{Land}}}</td>
</tr>
</tr>
</table>
</table>
</div>
</div>

Latest revision as of 19:49, 1 July 2024

Infobox Kingdom
Population {{{Pop}}}
Capital {{{City}}}
Surface Area {{{Area}}}
Current leader {{{Leader}}}
Magic {{{Magic}}}
National Dish {{{Mat}}}
If it were a real country {{{Land}}}