Template:InfoboxCountry: Difference between revisions
Jump to navigation
Jump to search
nusa>Owengreen1 (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="capital"> <label>Capital</label> </data> <data source="major_cities"> <label>Major cities</label> </data> <data source="denonymn(s)"> <label>Denonymn(s)</label> </data> <data source="government"> <label>Government</label> </data> <data source="leader(s)"> <label>Leader(...") |
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}} <table> {{#if:{{{Capital|}}}|<tr> <th>Capital</th> <td>{{{Capital}}}</td> </tr>}}{{#if:{{{Major Cities|}}}|<tr> <th>Major Cities</th> <td>{{{Major Cities}}}</td> </tr>}}{{#if:{{{Denonymn(s)|}}}|<tr> <th>Denonymn(s)</th> <td>{{{Denonymn(s)}}}</td> </tr>}}{{#if:{{{Government|}}}|<tr...") |
||
Line 1: | Line 1: | ||
< | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}} | |||
<table> | |||
{{#if:{{{Capital|}}}|<tr> | |||
<th>Capital</th> | |||
<td>{{{Capital}}}</td> | |||
</tr>}}{{#if:{{{Major Cities|}}}|<tr> | |||
<th>Major Cities</th> | |||
<td>{{{Major Cities}}}</td> | |||
</tr>}}{{#if:{{{Denonymn(s)|}}}|<tr> | |||
<th>Denonymn(s)</th> | |||
<td>{{{Denonymn(s)}}}</td> | |||
</tr>}}{{#if:{{{Government|}}}|<tr> | |||
<th>Government</th> | |||
<td>{{{Government}}}</td> | |||
</tr>}}{{#if:{{{Leader(s)|}}}|<tr> | |||
<th>Leader(s)</th> | |||
<td>{{{Leader(s)}}}</td> | |||
</tr>}}{{#if:{{{Legislature|}}}|<tr> | |||
<th>Legislature</th> | |||
<td>{{{Legislature}}}</td> | |||
</tr>}}{{#if:{{{Founded|}}}|<tr> | |||
<th>Founded</th> | |||
<td>{{{Founded}}}</td> | |||
</tr>}}{{#if:{{{Population|}}}|<tr> | |||
<th>Population</th> | |||
<td>{{{Population}}}</td> | |||
</tr>}}{{#if:{{{Currency|}}}|<tr> | |||
<th>Currency</th> | |||
<td>{{{Currency}}}</td> | |||
</tr>}}{{#if:{{{Language|}}}|<tr> | |||
<th>Language</th> | |||
<td>{{{Language}}}</td> | |||
</tr>}}</table> | |||
</div> | |||
}} | |||
</ | |||
< | |||
{ | |||
</ | |||
</ |
Revision as of 12:29, 26 January 2023
InfoboxCountry