Template:Infobox world: Difference between revisions

From Will to Power Wiki
Created page with "<div class="infobox" style="width: 300px; border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; float: right; margin-left: 10px; font-family: sans-serif;"> <div class="infobox-title" style="font-size: 1.75em; text-align: center; background-color: #2a4b8d; color: white; padding: 10px 5px 0px 5px; font-weight: bold;">{{{title|{{PAGENAME}}}}}</div> <div class="infobox-subheader" style="font-size: 1em; text-align: center; background-color: #2a4b8d; color: #d1d1d1;..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="infobox" style="width: 300px; border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; float: right; margin-left: 10px; font-family: sans-serif;">
<div class="ot-infobox">
<div class="infobox-title" style="font-size: 1.75em; text-align: center; background-color: #2a4b8d; color: white; padding: 10px 5px 0px 5px; font-weight: bold;">{{{title|{{PAGENAME}}}}}</div>
    <div class="ot-infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-subheader" style="font-size: 1em; text-align: center; background-color: #2a4b8d; color: #d1d1d1; padding: 0px 5px 10px 5px; font-style: italic; border-bottom: 2px solid #fff;">{{{universe|Otan / Will to Power Universe}}}</div>
    <div class="ot-infobox-subtitle">{{{universe|Otan / Will to Power Universe}}}</div>
    {{#if:{{{image|}}}|<div class="ot-infobox-image">{{{image}}}</div>
    }}{{#if:{{{caption|}}}|<div class="ot-infobox-caption">{{{caption}}}</div>
    }}<table class="ot-infobox-table">
        {{#if:{{{type_of|}}}|<tr><th>Type of</th><td>{{{type_of}}}</td></tr>
        }}{{#if:{{{plane|}}}|<tr><th>Plane</th><td>{{{plane}}}</td></tr>
        }}{{#if:{{{genre|}}}|<tr><th>Genre</th><td>{{{genre}}}</td></tr>
        }}{{#if:{{{capital|}}}|<tr><th>Capital/Hub</th><td>{{{capital}}}</td></tr>
        }}{{#if:{{{inhabitants|}}}|<tr><th>Inhabitants</th><td>{{{inhabitants}}}</td></tr>
        }}{{#if:{{{language|}}}|<tr><th>Language</th><td>{{{language}}}</td></tr>
        }}{{#if:{{{geography|}}}|<tr><th>Geography</th><td>{{{geography}}}</td></tr>
        }}{{#if:{{{atmosphere|}}}|<tr><th>Atmosphere</th><td>{{{atmosphere}}}</td></tr>
        }}{{#if:{{{gravity|}}}|<tr><th>Gravity</th><td>{{{gravity}}}</td></tr>
        }}{{#if:{{{moons|}}}|<tr><th>Moons/Satellites</th><td>{{{moons}}}</td></tr>
        }}{{#if:{{{astronomical_features|}}}|<tr><th>Astronomical Features</th><td>{{{astronomical_features}}}</td></tr>
        }}</table>
</div><noinclude>[[Category:Infobox Templates]]


{{#if:{{{image|}}}|
<div class="infobox-image" style="text-align: center; padding: 10px 0;">[[File:{{{image}}}|280px]]<br/>
{{#if:{{{caption|}}}|<div style="font-size: .8em; padding: 0 5px;">{{{caption}}}</div>}}
</div>}}
<table style="width: 100%; font-size: 0.9em; border-collapse: collapse;">
{{#if:{{{type_of|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Type of</th>
    <td style="padding: 8px;">{{{type_of}}}</td>
</tr>}}
{{#if:{{{plane|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Plane</th>
    <td style="padding: 8px;">{{{plane}}}</td>
</tr>}}
{{#if:{{{genre|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Genre</th>
    <td style="padding: 8px;">{{{genre}}}</td>
</tr>}}
{{#if:{{{inhabitants|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Inhabitants</th>
    <td style="padding: 8px;">{{{inhabitants}}}</td>
</tr>}}
{{#if:{{{capital|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Capital/Hub</th>
    <td style="padding: 8px;">{{{capital}}}</td>
</tr>}}
{{#if:{{{language|}}}|
<tr style="border-bottom: 1px solid #ddd;">
    <th style="text-align: left; padding: 8px;">Language</th>
    <td style="padding: 8px;">{{{language}}}</td>
</tr>}}
</table>
</div>
<noinclude>
== Example usage ==
== Example usage ==
<pre>
<pre>
{{Infobox world
{{Infobox world
| title       = Otan
| title                 =  
| universe   = Otan / Will to Power Universe
| universe             = Otan / Will to Power Universe
| image       = Otan_Map.png
| image                 =  
| caption     = A map of the known lands of Otan.
| caption               =  
| type_of     = Planet / Prime Material
| type_of               =  
| plane       = Physical Plane
| plane                 =  
| genre       = Science-Fantasy
| genre                 =
| inhabitants = Humans (Strains), Aydahar, Dweorg
| capital              =  
| capital    = Soltustik
| inhabitants           =
| language    = Common / Arcane Script
| language              =  
| geography            =
| atmosphere            =
| gravity              =
| moons                =  
| astronomical_features =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 04:43, 6 March 2026

Infobox world
Otan / Will to Power Universe

Example usage

{{Infobox world
| title                 = 
| universe              = Otan / Will to Power Universe
| image                 = 
| caption               = 
| type_of               = 
| plane                 = 
| genre                 = 
| capital               = 
| inhabitants           = 
| language              = 
| geography             = 
| atmosphere            = 
| gravity               = 
| moons                 = 
| astronomical_features = 
}}