Template:InfoboxCountry: Difference between revisions

From nUSA Wiki Archive
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:
<infobox>
<div class="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(s)</label>
  </data>
  <data source="legislature">
    <label>Legislature</label>
  </data>
  <data source="founded">
    <label>Founded</label>
  </data>
  <data source="population">
    <label>Population</label>
  </data>
  <data source="currency">
    <label>Currency</label>
  </data>
  <data source="language">
    <label>Language</label>
  </data>
</infobox>
<noinclude>
Example usage:
<pre>
{{InfoboxCountry


  | title1=Example
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|


  | image1=Example
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}


  | caption1=Example
<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>


  | capital=Example
</tr>}}{{#if:{{{Founded|}}}|<tr>
 
    <th>Founded</th>
  | major_cities=Example
    <td>{{{Founded}}}</td>
 
  | denonymn(s)=Example
</tr>}}{{#if:{{{Population|}}}|<tr>
 
    <th>Population</th>
  | government=Example
    <td>{{{Population}}}</td>
 
  | leader(s)=Example
</tr>}}{{#if:{{{Currency|}}}|<tr>
 
    <th>Currency</th>
  | legislature=Example
    <td>{{{Currency}}}</td>
 
  | founded=Example
</tr>}}{{#if:{{{Language|}}}|<tr>
 
    <th>Language</th>
  | population=Example
    <td>{{{Language}}}</td>
 
  | currency=Example
</tr>}}</table>
 
</div>
  | language=Example
 
}}
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"capital":{"suggested":true},"major_cities":{"suggested":true},"denonymn(s)":{"suggested":true},"government":{"suggested":true},"leader(s)":{"suggested":true},"legislature":{"suggested":true},"founded":{"suggested":true},"population":{"suggested":true},"currency":{"suggested":true},"language":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>

Revision as of 12:29, 26 January 2023

InfoboxCountry