Template:Infobox country: Difference between revisions
From Commonwealth of Sovereign States
No edit summary Tag: Reverted |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<templatestyles src="Infobox country/styles.css" /> | <templatestyles src="Infobox country/styles.css" /> | ||
<table class=" | <table class="infobox"> | ||
<caption class="infobox-title">{{{title|{{PAGENAME}}}}}</caption> | |||
{{#if:{{{flag|}}}| | |||
<tr> | <tr> | ||
<td class="infobox- | <td colspan="2" class="infobox-image">[[File:{{{flag}}}|250px]]</td> | ||
</tr> | </tr>}} | ||
<tr> | <tr> | ||
< | <th scope="row" class="infobox-label">Motto</th> | ||
<td class="infobox-data">{{{motto}}}</td> | <td class="infobox-data">{{{motto}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th scope="row" class="infobox-label">Capital</th> | ||
<td class="infobox-data">{{{capital}}}</td> | <td class="infobox-data">{{{capital}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th scope="row" class="infobox-label">Language</th> | ||
<td class="infobox-data">{{{ | <td class="infobox-data">{{{language}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th scope="row" class="infobox-label">Religion</th> | ||
<td class="infobox-data">{{{ | <td class="infobox-data">{{{religion}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
< | <th scope="row" class="infobox-label">Government</th> | ||
<td class="infobox-data">{{{ | <td class="infobox-data">{{{government}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": {}, | |||
"flag": {}, | |||
"motto": {}, | |||
"capital": {}, | |||
"language": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 01:49, 5 May 2025
Page Template:Infobox country/styles.css has no content.
| Motto | {{{motto}}} |
|---|---|
| Capital | {{{capital}}} |
| Language | {{{language}}} |
| Religion | {{{religion}}} |
| Government | {{{government}}} |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| flag | flag | no description | Unknown | optional |
| motto | motto | no description | Unknown | optional |
| capital | capital | no description | Unknown | optional |
| language | language | no description | Unknown | optional |
