Difference between revisions of "Template:Settlement"

Jump to navigation Jump to search
m
Text replacement - "{{translated title}}" to "{{PAGENAME}}"
m
m (Text replacement - "{{translated title}}" to "{{PAGENAME}}")
(14 intermediate revisions by 4 users not shown)
{{infobox
|title={{{name|{{PAGENAME}}|}}}|id=settlementSettlement|
<!-- map or image -->
{{#if:{{{map|}}} |{{row/image +artist |{{{map}}} |artist={{{map-artist|}}} }}|}}
{{#if:{{{image|}}} |{{row/image +artist |{{{image}}} |artist={{{image-artist|}}} }}|}}
<!-- information -->
{{#if:{{{eraruler|}}} |{{row/kv|Era Ruled by |{{{eraruler}}}<!-- -->}}|}}
{{#if:{{{occupied|}}} |{{row/kv| Occupied by |{{{occupied}}}<!-- -->}}|}}
{{#if:{{{era|}}} |{{row/kv| Era |{{{era}}}<!-- -->}}|}}
<!-- location -->
{{#if:{{{raw-state|}}} |{{row/kv| State |{{place tag|{{{raw-state}}}|}}<!-- -->}}|}}
{{#if:{{{'state|}}} |{{row/kv| State |{{place tag|{{{state}}}| {{raw/state}}<!-- -->}}|}}
{{#if:{{{dominanceraw-state|}}} |{{row/kv|Dominance State |{{tag|{{{dominanceraw-state}}} Dominance{{raw/state}}<!-- -->}}|}}
{{#if:{{{princedomdominance|}}} |{{row/kv|Princedom Dominance |{{tag|{{{princedomdominance}}} princedomDominance}}<!-- -->}}|}}
{{#if:{{{raw-regionprincedom|}}} |{{row/kv|Region Princedom |{{tag|{raw-region{{princedom}}} princedom}}<!-- -->}}|}}
{{#if:{{{region|}}} |{{row/kv| Region |{{place tag|{{{region}}}|}}<!-- -->}}|}}
{{#if:{{{raw-nation'region|}}} |{{row/kv|Nation Region |{{{'region}}} {{raw-nation}/region}}<!-- -->}}|}}
{{#if:{{{nationraw-region|}}} |{{row/kv|Nation Region |{{place tag|{{{nationraw-region}}}|{{raw/region}}<!-- -->}}|}}
{{#if:{{{raw-worldnation|}}} |{{row/kv|World Nation |{{place tag|{{{raw-worldnation}}}|}}<!-- -->}}|}}
{{#if:{{{earth'nation|}}} |{{row/kv|World Nation |{{earth tag|earth={{{earth'nation}}}|cat=Earth ({{{earth}}})raw/nation}}<!-- | -->}}|}}
{{#if:{{{worldraw-nation|}}} |{{row/kv|World Nation |{{place tag|{{{worldraw-nation}}}|{{raw/nation}}<!-- -->}}|}}
{{#if:{{{universeworld|}}} |{{row/kv|Universe World |{{place tag|{{{universeworld}}}|}}<!-- -->}}|}}
{{#if:{{{earth|}}} |{{row/kv| World |{{earth tag|earth={{{earth}}}|cat=Earth ({{{earth}}})}} |}}|}}
<!-- featured in -->{{row/kv|Featured In |''{{{books}}}''<!-- -->}}
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}} {{raw/world}}<!-- -->}}|}}
{{#if:{{{raw-world|}}} |{{row/kv| World |{{{raw-world}}}{{raw/world}}<!-- -->}}|}}
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
}}<includeonly><!--
 
-->[[Category: Settlements]]<!--
-->[[Category: Locations]]<!--
 
-->{{#if:{{{map-artist|}}}|[[category: redundant artist attribution]]}}<!--
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
 
-->{{#if:<!--
-->{{{state-raw|}}}{{{raw-state|}}}<!--
-->{{{region-raw|}}}{{{raw-region|}}}<!--
-->{{{nation-raw|}}}{{{raw-nation|}}}<!--
-->{{{world-raw|}}}{{{raw-world|}}}<!--
-->|[[category: depreciated raw parameters]]}}<!--
 
--></includeonly><noinclude>
This template allows you to include information about a city, town, village or other settlement on its article.
 
__TOC__
There are two required parameters, the {{{world}}} that the place inhabits, and the {{{books}}} or series the place is set upon.
 
A number of optional parameters allow you to pinpoint the location to a particular {{{region}}}, {{{country}}}.
=== Template ===
<pre class=mw-code>
{{settlement
|map= / image=
|ruler=
|occupied=
|era=
|state=
|dominance=
|princedom=
|region=
|nation=
|world= / earth=
|universe=
|books=
}}
</pre>
 
=== Parameters ===
Highlighted lines indicate '''mandatory''' parameters. On lines with multiple parameters (e.g. <code>|world= / earth=</code>) pick only the one most appropriate.
 
{{docs|title={{t|Settlement}} Parameters}}
 
<!-- ---------------- -->
<!-- ROW: map / image -->
<!-- ---------------- -->
{{docs/row/optional
|'param= <code>map</code> <br><small>or</small><br> <code>image</code>
|desc=Use this to display a relevant map or image hosted on the Coppermind.
<small>See [[Help:Infoboxes]] for further details.</small>
|eg=
<code><nowiki>|image=Locator Alethkar.png</nowiki></code>
}}
 
<!-- ---------- -->
<!-- ROW: ruler -->
<!-- ---------- -->
{{docs/row/optional
|param= ruler
|desc= Use this to specify the settlement's ruler(s). Include their primary title.
|eg=
<code><nowiki>|ruler=King [[Taravangian]]</nowiki></code>
}}
 
<!-- ------------- -->
<!-- ROW: occupied -->
<!-- ------------- -->
{{docs/row/optional
|param= occupied
|desc= If the settlement is occupied by an invading force, use this to indicate what that force is.
|eg=
<code><nowiki>|occupied=[[Singer]]s</nowiki></code>
}}
 
<!-- -------- -->
<!-- ROW: era -->
<!-- -------- -->
{{docs/row/optional
|param= era
|desc= Use to specify which era the settlement exists or existed in.<br>
<small>'''Note:''' Automatically generates a link.</small>
|eg=
<code><nowiki>|era=Classical Scadrial</nowiki></code><br>
<code><nowiki>|era=Silver Kingdoms</nowiki></code>
}}
 
<!-- ----------- -->
<!-- ROW: state -->
<!-- ----------- -->
{{docs/row/optional
|param= state
|desc= Use this to specify the [[Wode]] [[State]] where the settlement can be found.<br>
<small>'''Note:''' Automatically generates a link. To bypass this and the {{t|place tag}}, use <code>'state</code>.</small>
|eg=
<code><nowiki>|state=Alornia</nowiki></code>
}}
 
<!-- ----------- -->
<!-- ROW: dominance -->
<!-- ----------- -->
{{docs/row/optional
|param= dominance
|desc= Use this to specify the [[Final Empire]] [[Dominance]] where the settlement can be found.<br>
|eg=
<code><nowiki>|dominance=Terris Dominance</nowiki></code>
}}
 
<!-- ----------- -->
<!-- ROW: princedom -->
<!-- ----------- -->
{{docs/row/optional
|param= princedom
|desc= Use this to specify the [[Alethi]] Princedom where the settlement can be found.<br>
|eg=
<code><nowiki>|princedom=Sadeas</nowiki></code>
}}
 
<!-- ----------- -->
<!-- ROW: region -->
<!-- ----------- -->
{{docs/row/optional
|param= region
|desc= Use this to specify the region where the settlement can be found.<br>
<small>'''Note:''' Automatically generates a link. To bypass this and the {{t|place tag}}, use <code>'region</code>.</small>
|eg=
<code><nowiki>|region=Free Kingdoms</nowiki></code><br>
<code><nowiki>|region=Dayside</nowiki></code><br>
<code><nowiki>|'region=Sycla (Opelon)</nowiki></code>
}}
 
<!-- ----------- -->
<!-- ROW: nation -->
<!-- ----------- -->
{{docs/row/optional
|param= nation
|desc= Use this to specify the country where the settlement can be found.<br>
<small>'''Note:''' Automatically generates a link. To bypass this and the {{t|place tag}}, use <code>'nation</code>.</small>
|eg=
<code><nowiki>|nation=Jah Keved</nowiki></code><br>
<code><nowiki>|nation=Final Empire</nowiki></code>
}}
 
<!-- ------------------ -->
<!-- ROW: world / earth -->
<!-- ------------------ -->
{{docs/world}}
 
<!-- ------------- -->
<!-- ROW: universe -->
<!-- ------------- -->
{{docs/universe}}
 
<!-- ---------- -->
<!-- ROW: books -->
<!-- ---------- -->
{{docs/books}}
 
|}
 
=== Categories & Tags ===
Pages that make use of the ''{{t|Settlement}}'' template will be added to [[:Category: Settlements]] and [[:Category: Locations]].
 
[[category: infoboxes]]
 
== Articles using Template ==
[[Category: Infoboxes]]
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Navigation menu