Difference between revisions of "Template:Architecture"

Jump to navigation Jump to search
m
update with new 'raw style
m (update with new 'raw style)
{{#if:{{{era|}}} |{{row/kv| Era |{{{era}}}{{era/{{{era}}}|}}<!-- -->}}|}}
<!-- location -->
{{#if:{{{raw-city|}}} |{{row/kv| City |{{{raw-city}}}{{raw/city}}<!-- -->}}|}}
{{#if:{{{city|}}} |{{row/kv| City |{{place tag|{{{city}}}|}}<!-- -->}}|}}
{{#if:{{{raw-state'city|}}} |{{row/kv| StateCity |{{{raw-state'city}}} {{raw/statecity}}<!-- -->}}|}}
{{#if:{{{raw-city|}}} |{{row/kv| City |{{{raw-city}}}{{raw/city}}<!-- -->}}|}}
{{#if:{{{state|}}} |{{row/kv| State |{{place tag|{{{state}}}|}}<!-- -->}}|}}
{{#if:{{{'state|}}} |{{row/kv| State |{{{'state}}} {{raw/state}}<!-- -->}}|}}
{{#if:{{{raw-state|}}} |{{row/kv| State |{{{raw-state}}}{{raw/state}}<!-- -->}}|}}
{{#if:{{{dominance|}}} |{{row/kv| Dominance |{{tag|{{{dominance}}} Dominance}}<!-- -->}}|}}
{{#if:{{{princedom|}}} |{{row/kv| Princedom |{{tag|{{{princedom}}} princedom}}<!-- -->}}|}}
{{#if:{{{raw-region|}}}|{{row/kv| Region |{{{raw-region}}}{{raw/region}}<!-- -->}}|}}
{{#if:{{{region|}}} |{{row/kv| Region |{{place tag|{{{region}}}|}}<!-- -->}}|}}
{{#if:{{{raw-nation'region|}}} |{{row/kv| NationRegion |{{{raw-nation'region}}} {{raw/nationregion}}<!-- -->}}|}}
{{#if:{{{raw-region|}}}|{{row/kv| Region |{{{raw-region}}}{{raw/region}}<!-- -->}}|}}
{{#if:{{{nation|}}} |{{row/kv| Nation |{{place tag|{{{nation}}}|}}<!-- -->}}|}}
{{#if:{{{raw-world'nation|}}} |{{row/kv| World Nation |{{{raw-world'nation}}} {{raw/worldnation}}<!-- -->}}|}}
{{#if:{{{earthraw-nation|}}} |{{row/kv| World Nation |[[Earth ({{{earthraw-nation}}})]][[Category: {{{earth}raw/nation}}<!-- architecture]]-->}}|}}
{{#if:{{{world|}}} |{{row/kv| World |{{place tag|{{{world}}}|}}<!-- -->}}|}}
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]][[Category: {{{earth}}} architecture]]}}|}}
{{#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><!--
 
-->[[Categorycategory: Structuresstructures]]<!--
-->[[Categorycategory: Locationslocations]]<!--
 
-->{{#if:<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world-raw|}}}<!-- -->{{{universe|}}}<!--
-->||{{infobox/no-world}}<!--
-->}}<!--
 
{{#if:<!--
 
-->{{{city-raw|}}}{{{raw-city|}}}<!--
-->{{{state-raw|}}}{{{raw-state|}}}<!--
-->{{{region-raw|}}}{{{raw-region|}}}<!--
-->{{{nation-raw|}}}{{{raw-nation|}}}<!--
-->{{{world-raw|}}}{{{raw-world|}}}<!--
 
-->|[[category: depreciated raw parameters]]}}
 
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
Highlighted lines indicate '''mandatory''' parameters.
 
{{docs}}
{| class="wikitable" width=100%
{{docs/image}}
<!-- ------------- -->
<!-- TABLE CAPTION -->
<!-- ------------- -->
|+ {{t|Architecture}} Parameters
 
<!-- -------------- -->
<!-- COLUMN HEADERS -->
<!-- -------------- -->
|-
! scope="col" style="font-weight: bold;" | Parameter
! scope="col" style="font-weight: bold;" | Description
! scope="col" style="font-weight: bold;" | Examples
 
<!-- ---------- -->
<!-- ROW: image -->
<!-- ---------- -->
|-
| style="text-align: center;" | <code>image</code>
| Use this to display a relevant image hosted on the Coppermind.<br>
<small>See [[Help:Infoboxes]] for further details.</small>
| style="white-space: nowrap;" |
<code><nowiki>|image=Kholinar.jpg</nowiki></code>
 
<!-- ------------------- -->
<!-- ROW: owner / owners -->
<!-- ------------------- -->
|-
| style="text-align: center;" | <code>owner</code> <br><small>or</small><br> <code>owners</code>
| Use one of these describe ownership.
In the case of [[Kredik Shaw]]:<br>
:<code><nowiki>|owner=[[Lord Ruler]]</nowiki></code>
|-
 
<!-- ---------- -->
<!-- ROW: usage -->
<!-- ---------- -->
|-
| style="text-align: center;" | <code>usage</code>
| Use this to describe the function of the architecture. Try applying a [[:Special:Categories|category]] to it if there is one that's relevant.
<code><nowiki>|usage={{cat tag|Palaces|Palace}}</nowiki></code><br>
<code><nowiki>|usage={{cat tag|Academic institutions|Academy}}</nowiki></code>
|-
 
<!-- -------- -->
<!-- ROW: era -->
<!-- -------- -->
|-
| style="text-align: center;" | <code>era</code>
| Deprecated?
| style="white-space: nowrap;" |
|-
 
<!-- --------- -->
<!-- ROW: city -->
<!-- --------- -->
|-
| style="text-align: center;" | <code>city</code>
| Use this to indicate the city where the architecture can be found. The value here is passed to the {{t|place tag}}, which means it should be a value valid for the {{t|toponym}} template.<br>
'''Warning:''': Do not specify <code>state</code>, <code>region</code>, or <code>nation</code> if <code>city</code> is present.<br>
<small>'''Note:''' Automatically generates a link. To bypass the {{t|place tag}} and link generation, use <code>raw-'city</code>.</small>
| style="white-space: nowrap;" |
<code><nowiki>|city=Elendel</nowiki></code><br>
<code><nowiki>|raw-'city=[[Rashekin]]</nowiki></code>
|-
 
<!-- ---------- -->
<!-- ROW: state -->
<!-- ---------- -->
|-
| style="text-align: center;" | <code>state</code>
| Use this to indicate the state where the architecture can be found. The value here is passed to the {{t|place tag}}, which means it should be a value valid for the {{t|toponym}} template.<br>
'''Warning:''': Do not specify <code>region</code> or <code>nation</code> if <code>state</code> is present.<br>
<small>'''Note:''' Automatically generates a link. To bypass the {{t|place tag}} and link generation, use <code>raw-'state</code>.</small>
| style="white-space: nowrap;" |
<code><nowiki>|state=Denver</nowiki></code><br>
<code><nowiki>|raw-'state=[[Nightingale124]]</nowiki></code><br>
<code><nowiki>|raw-'state=Iowa</nowiki></code>
|-
 
<!-- -------------- -->
<!-- ROW: dominance -->
<!-- -------------- -->
|-
| style="text-align: center;" | <code>dominance</code>
| Use this to indicate the [[Final Empire]] [[Dominance]] where the architecture can be found.<br>
| style="white-space: nowrap;" |
<code><nowiki>|dominance=Central</nowiki></code>
|-
 
<!-- -------------- -->
<!-- ROW: princedom -->
<!-- -------------- -->
|-
| style="text-align: center;" | <code>princedom</code>
| Use this to indicate the [[Alethi]] or [[Veden]] princedom where the architecture can be found.<br>
<code><nowiki>|princedom=Sadeas</nowiki></code><br>
<code><nowiki>|princedom=Valam</nowiki></code>
|-
 
<!-- ----------- -->
<!-- ROW: region -->
<!-- ----------- -->
|-
| style="text-align: center;" | <code>region</code>
| Use this to indicate the region where the architecture can be found. The value here is passed to the {{t|place tag}}, which means it should be a value valid for the {{t|toponym}} template.<br>
'''Warning:''': Do not specify <code>nation</code> if <code>region</code> is present.<br>
<small>'''Note:''' Automatically generates a link. To bypass the {{t|place tag}} and link generation, use <code>raw-'region</code>.</small>
| style="white-space: nowrap;" |
<code><nowiki>|region=Forests of Hell</nowiki></code><br>
<code><nowiki>|raw-'region=Border between {{tag|Jah Keved}} & {{tag|Alethkar}}</nowiki></code>
|-
 
<!-- ----------- -->
<!-- ROW: nation -->
<!-- ----------- -->
|-
| style="text-align: center;" | <code>nation</code>
| Use this to indicate the nation where the architecture can be found. The value here is passed to the {{t|place tag}}, which means it should be a value valid for the {{t|toponym}} template.<br>
<small>'''Note:''' Automatically generates a link. To bypass the {{t|place tag}} and link generation, use <code>raw-'nation</code>.</small>
| style="white-space: nowrap;" |
<code><nowiki>|nation=Arelon</nowiki></code><br>
<code><nowiki>|raw-'nation=[[Mokia]]</nowiki></code><br>
<code><nowiki>|raw-'nation=The Kingdom of Eddie</nowiki></code>
|-
 
{{docs/world}}
<!-- ------------------ -->
{{docs/universe}}
<!-- ROW: world / earth -->
{{docs/books}}
<!-- ------------------ -->
|- style="background:#FFDEAD;"
| style="text-align: center;" | <code>world</code> <br><small>or</small><br> <code>earth</code>
| Use this to specify the planet where the architecture can be found.<br>
<small>'''Note:''' Automatically generates a link. To bypass this, use <code>raw-world</code>.</small><br>
<small>See [[Help:Infoboxes]] for further details.</small>
| style="white-space: nowrap;" |
<code><nowiki>|world=Roshar</nowiki></code><br>
<code><nowiki>|earth=Reckoners</nowiki></code><br>
<code><nowiki>|raw-world=Mars</nowiki></code><br>
 
<!-- ------------- -->
<!-- ROW: universe -->
<!-- ------------- -->
|- style="background:#FFDEAD;"
| style="text-align: center;" | <code>universe</code>
| Use this to indicate the (connected) universe where the architecture can be found. <br>
<small>See [[Help:Infoboxes]] for further details.</small>
| style="white-space: nowrap;" |
<code><nowiki>|universe=[[Cosmere]]</nowiki></code><br>
<code><nowiki>|universe=Skyward universe</nowiki></code><br>
<code><nowiki>|universe=''Standalone''</nowiki></code>
 
<!-- ---------- -->
<!-- ROW: books -->
<!-- ---------- -->
|- style="background:#FFDEAD;"
| style="text-align: center;" | <code>books</code>
| Use this to indicate which book or series the architecture is featured in.<br>
<small>See [[Help:Infoboxes]] for further details.</small>
| style="white-space: nowrap;" |
<code><nowiki>|books=[[Mistborn Era 1]]</nowiki></code><br>
<code><nowiki>|books=[[The Stormlight Archive]]</nowiki></code><br>
<code><nowiki>|books=[[Firefight]]</nowiki></code><br>
 
|}
40,275

edits

Navigation menu