Difference between revisions of "Template:Infobox Location"

From Siglerpedia
Jump to: navigation, search
 
Line 1: Line 1:
<table class="infobox" style="width: 260px; font-size: 90%; border: 1px solid #aaa; background-color: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em;">
+
<includeonly>{| class="infobox"
  <tr><th>Type</th><td>{{{location_type|Unknown}}}</td></tr>
+
|+ '''{{{title|{{PAGENAME}}}}}'''
  <tr><th>Location</th><td>{{{location|Unknown}}}</td></tr>
+
|-
  <tr><th>Status</th><td>{{{status|Unknown}}}</td></tr>
+
! Location
  <tr><th>Affiliation</th><td>{{{affiliation|None}}}</td></tr>
+
| {{{location|Unknown}}}
  <tr><th>First Appearance</th><td>{{{first_appearance|Unknown}}}</td></tr>
+
|-
</table>
+
! Type
 +
| {{{type|Unknown}}}
 +
|-
 +
! Notable Features
 +
| {{{features|}}}
 +
|-
 +
! Status
 +
| {{{status|Active}}}
 +
|}</includeonly><noinclude>
 +
This is the `Infobox_Location` template. Use it on location pages like so:
 +
 
 +
<pre>
 +
{{Infobox_Location
 +
| title = Codexium Infinitae
 +
| location = Cordis, The Patchwork
 +
| type = Library, Pre-Civilization Archive
 +
| features =
 +
* 30 floors above ground
 +
* 50+ floors below ground
 +
* Holds over 240 million known volumes
 +
* Equal number of unknown/pre-human tomes
 +
* Staffed by Whispering Lamplighters
 +
| status = Mostly abandoned (above ground); subterranean levels restricted or mythic
 +
}}
 +
</pre>
 +
</noinclude>

Latest revision as of 19:25, 14 July 2025

This is the `Infobox_Location` template. Use it on location pages like so:

{{Infobox_Location
| title = Codexium Infinitae
| location = Cordis, The Patchwork
| type = Library, Pre-Civilization Archive
| features = 
* 30 floors above ground
* 50+ floors below ground
* Holds over 240 million known volumes
* Equal number of unknown/pre-human tomes
* Staffed by Whispering Lamplighters
| status = Mostly abandoned (above ground); subterranean levels restricted or mythic
}}