Abrir menu principal

Mudanças

 

2 616 bytes adicionados ,  23h10min de 19 de julho de 2012
m
uma edição
<includeonly>{{Infobox
| above = {{{name|{{PAGENAME}}}}} {{#IF:{{{settlement_type|}}}|<br>{{{settlement_type}}}|}}
| abovestyle = background: #DEDEE2; text-align:center;
| image = {{#if:{{{image|}}}|{{{image}}}}}
| caption = {{#if:{{{image_caption|}}}|{{{image_caption}}}}}

| label4 = Location
| data4 = {{{location|}}}
| label5 = Government
| data5 = {{{seat|}}} {{#if:{{{seat_type|}}}|, {{{seat_type}}}.|}}

| label6 = Population
| data6 = {{{population|}}}
| label7 = Religion
| data7 = {{{religion|}}}
| label8 = Size
| data8 = {{{size|}}}

| label10 = Founded
| data10 = {{{founded|}}}
| label11 = Named for
| data11 = {{{named_for|}}}
| label12 = Destroyed
| data12 = {{{destroyed|}}}

| label15 = Notable places
| data15 = {{{places|}}}
| label16 = Organizations
| data16 = {{{organizations|}}}
}}</includeonly><noinclude>

<!-- The Example shown on the Right-->
{{Infobox Settlement
| name = name
| image = image
| image_caption = image_caption

| location = location
| settlement_type= settlement_type
| seat = seat
| seat_type = seat_type

| religion = religion
| population = population
| size = size
| founded = founded
| destroyed = destroyed
| named_for = named_for

| places = places
| organizations = organizations
}}

===Complete empty syntax===
Complete empty syntax for quick copy paste to Settlement entries without the infobox. All fields are optional and will not display, unless given value to it.
<pre>
{{Infobox Settlement
| name =
| image =
| image_caption =

| location =
| settlement_type=
| seat =
| seat_type =

| religion =
| population =
| size =
| founded =
| destroyed =
| named_for =

| places =
| organizations =
}}
</pre>

==Parameter names and descriptions==
{| class="wikitable"
| name
| Settlement name.
|-
| location
| Its geographic 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>