Template:Infobox: Difference between revisions

From nUSA Wiki Archive
Jump to navigation Jump to search
(Replaced content with ".infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: right; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; }")
Tags: Replaced Reverted
m (1 revision imported)
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox {
<div class="infobox">
    background: #eee;
 
     border: 1px solid #aaa;
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
     float: right;
 
     margin: 0 0 1em 1em;
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
     padding: 1em;
 
     width: 400px;
<table>
}
{{#if:{{{Capital|}}}|<tr>
.infobox-title {
     <th>Capital</th>
     font-size: 2em;
    <td>{{{Capital}}}</td>
     text-align: center;
 
}
</tr>}}{{#if:{{{Major Cities|}}}|<tr>
.infobox-image {
    <th>Major Cities</th>
     text-align: center;
     <td>{{{Major Cities}}}</td>
}
.infobox th {
</tr>}}{{#if:{{{Denonymn(s)|}}}|<tr>
    text-align: right;
     <th>Denonymn(s)</th>
     vertical-align: top;
     <td>{{{Denonymn(s)}}}</td>
     width: 120px;
}
</tr>}}{{#if:{{{Government|}}}|<tr>
.infobox td {
     <th>Government</th>
    vertical-align: top;
    <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>

Latest revision as of 14:17, 26 January 2023

Infobox