Template:Infobox world: Difference between revisions
From Will to Power Wiki
Robyn.Blaber (talk | contribs) 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;..." |
Robyn.Blaber (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox | <div class="ot-infobox"> | ||
<div class="infobox-title" | <div class="ot-infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
<div class="infobox- | <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]] | |||
== Example usage == | == Example usage == | ||
<pre> | <pre> | ||
{{Infobox world | {{Infobox world | ||
| title | | title = | ||
| universe | | universe = Otan / Will to Power Universe | ||
| image | | image = | ||
| caption | | caption = | ||
| type_of | | type_of = | ||
| plane | | plane = | ||
| genre | | genre = | ||
| inhabitants = | | capital = | ||
| | | inhabitants = | ||
| | | 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 =
}}