Difference between revisions of "Template: Infobox Settlement"

From A Wiki of Ice and Fire
Jump to: navigation, search
m
Line 1: Line 1:
 
<includeonly>{{Infobox  
 
<includeonly>{{Infobox  
| above        = {{{name|{{PAGENAME}}}}}
+
| above        = {{{name|{{PAGENAME}}}}} {{#IF:{{{settlement_type|}}}|<br>{{{settlement_type}}}|}}
 
| abovestyle    = background: #DEDEE2; text-align:center;  
 
| abovestyle    = background: #DEDEE2; text-align:center;  
 
| image = {{#if:{{{image|}}}|{{{image}}}}}
 
| image = {{#if:{{{image|}}}|{{{image}}}}}
 
| caption = {{#if:{{{image_caption|}}}|{{{image_caption}}}}}
 
| caption = {{#if:{{{image_caption|}}}|{{{image_caption}}}}}
  
| label3 = Type
+
| label4 = Location
| data3 = {{{type|}}}
+
| data4 = {{{location|}}}
| label4 = Region
+
| label5 = Government
| data4 = {{{region|}}}
+
| data5 = {{{seat|}}} {{{seat_type|}}}
| label5 = Population
 
| data5 = {{{population|}}}
 
| label6 = Religion
 
| data6 = {{{religion|}}}
 
| label7 = Ruler
 
| data7 = {{{ruler|}}}
 
  
| label10 = Founder
+
| label6 = Population
 +
| data6 = {{{population|}}}
 +
| label7 = Religion
 +
| data7 = {{{religion|}}}
 +
| label7 = Size
 +
| data7 = {{{size|}}}
 +
 
 +
| label10 = Founded
 
| data10 = {{{founder|}}}
 
| data10 = {{{founder|}}}
| label11 = Founded
+
| label11 = Named for
| data11 = {{{founded|}}}
+
| data11 = {{{named_for|}}}
  
 
| label15 = Notable places
 
| label15 = Notable places
| data15 = {{{locations|}}}
+
| data15 = {{{places|}}}
 
| label16 = Organizations
 
| label16 = Organizations
 
| data16 = {{{organizations|}}}
 
| data16 = {{{organizations|}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
  
{{Settlement
+
{{Infobox Settlement
| name = City name
+
| name =
| image = [[Image:King's_Landing.jpg|200px]]
+
| image =
| type = Major city/Capital/?
+
| image_caption =
| region = [[Crownlands]], [[Westeros]].
+
 
| ruler = ruler
+
| location =
| religion = Dominant religion
+
| settlement_type=
| population = XXXX
+
| seat =
| founder = Me
+
| seat_type =
| founded = Just now
+
| locations = Red Keep
+
| religion =
| organizations = Pyromancers
+
| population =
 +
| size =
 +
| founded =
 +
| named_for =
 +
 
 +
| places =
 +
| organizations =
 
}}
 
}}
  
===Usage===
+
===Complete empty syntax===
Quick copy paste code:
+
Complete empty syntax for quick copy paste to Settlement entries without the infobox.
 
<pre>
 
<pre>
{{Settlement
+
{{Infobox Settlement
 
| name =
 
| name =
 
| image =
 
| image =
 
| image_caption =
 
| image_caption =
| type =
+
 
| region =
+
| location =
| ruler =
+
| settlement_type=
 +
| seat =
 +
| seat_type =
 +
 
| religion =
 
| religion =
 
| population =
 
| population =
| founder =
+
| size =
 
| founded =
 
| founded =
| locations =
+
| named_for =
 +
 
 +
| places =
 
| organizations =
 
| organizations =
 
}}
 
}}
 
</pre>
 
</pre>
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
+
 
 +
==Parameter names and descriptions==
 +
{| class="wikitable"
 +
| name
 +
| Settlement name.
 +
|-
 +
| location
 +
| Its location: Region, Continent and or very short Free text description.
 +
|-
 +
| settlement_type
 +
| Any type can be entered, such as City, Town, Village, etc. Specific can be added to distinguish it for example City State, Port city etc.
 +
|-
 +
| seat
 +
| The local seat of government and/or who rule here.
 +
|-
 +
| seat_type
 +
| Type of government
 +
|-
 +
| founder
 +
| The name of the settlement's founder
 +
|-
 +
| named_for
 +
| The source of the name of the settlement (a person, a place, et cetera)
 +
|-
 +
| religion
 +
| Mixed or its dominant religion.
 +
|-
 +
| places
 +
| List of the most notable locations. NOT a list of all the locations in the city.
 +
|-
 +
| organizations
 +
| List of the most notable organizations based or working in the city. NOT a list of all the organizations in the city.
 +
|}
 +
 
 +
 
 +
[[Category:Infobox templates|Settlement]]</noinclude>

Revision as of 04:32, 27 April 2012


Complete empty syntax

Complete empty syntax for quick copy paste to Settlement entries without the infobox.

{{Infobox Settlement
| name		=
| image		=
| image_caption	=

| location	=
| settlement_type=
| seat		=
| seat_type	=
 
| religion	=
| population	=
| size		=
| founded	=
| named_for	=

| places	=
| organizations	=
}}

Parameter names and descriptions

name Settlement name.
location Its location: Region, Continent and or very short Free text description.
settlement_type Any type can be entered, such as City, Town, Village, etc. Specific can be added to distinguish it for example City State, Port city etc.
seat The local seat of government and/or who rule here.
seat_type Type of government
founder The name of the settlement's founder
named_for The source of the name of the settlement (a person, a place, et cetera)
religion Mixed or its dominant religion.
places List of the most notable locations. NOT a list of all the locations in the city.
organizations List of the most notable organizations based or working in the city. NOT a list of all the organizations in the city.