Difference between revisions of "Template:Infobox city"

From AetoliaWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
{{infobox
{{infobox
|bodystyle=width:30em;
  | abovestyle = background-color: {{{headcolor}}};
|above={{{name}}}
  | above = {{{name}}}
  | headerstyle = background-color: {{{subcolor}}};


|abovestyle={{#if:{{{color|}}}|background-color:{{{color}}}|}};
  | label2  = Tether
  | data2    = [[{{{tether|}}}]]


|label2=Tether
  | label3  = Continent
|data2={{{tether}}}
  | data3    = [[{{{continent|}}}]]


|label4=Divine Patron
  | label4   = Tutor
|data4={{{patron}}}
  | data4   = {{{tutor|}}}


|label5=Divine Advisory
  | label6  = Guilds
|data5=
  | data6    = {{{guilds|}}}
{{{advisory}}}
 
|label7=Tutor
|data7={{{tutor}}}
 
|label9=Guilds
|data9=
{{{guilds}}}
}}<noinclude>
This is a custom template infobox for [[cities]]. Use it as such:


  | header10 = Divines
  | label11  = Patron
  | data11  = {{{patron|}}}
  | label12  = Advisory
  | data12  = {{{advisory|}}}
}}</includeonly>
<noinclude>
This template is for [[Cities|city]] pages infoboxes. All fields except '''headcolor''', '''subcolor''' and '''name''' are optional. This template will also add the appropriate categories for cities and tethers.
==Example==
{{infobox city
| headcolor = #AED581
| subcolor  = #DCEDC8
| name      = Duiran
| tether    = Spirit
| continent = Sapience
| tutor    = [[Raest]]
| guilds    = [[Sentaari]], [[Sentinels]], [[Shamans]]
| patron    = [[Haern]]
| advisory  = [[Haern]], [[Slyphe]], [[Dhar]], [[Omei]]
}}
<pre>
<pre>
{{infobox city
{{infobox city
|color=
| headcolor = #AED581
|name=
| subcolor  = #DCEDC8
|tether=
| name     = Duiran
|patron=
| tether   = Spirit
|advisory=
| continent = Sapience
|guilds=
| tutor    = [[Raest]]
| guilds   = [[Sentaari]], [[Sentinels]], [[Shamans]]
| patron    = [[Haern]]
| advisory  = [[Haern]], [[Slyphe]], [[Dhar]], [[Omei]]
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 15:05, 11 July 2017


This template is for city pages infoboxes. All fields except headcolor, subcolor and name are optional. This template will also add the appropriate categories for cities and tethers.

Example

Duiran
TetherSpirit
ContinentSapience
TutorRaest
GuildsSentaari, Sentinels, Shamans
Divines
PatronHaern
AdvisoryHaern, Slyphe, Dhar, Omei
{{infobox city
 | headcolor = #AED581
 | subcolor  = #DCEDC8
 | name      = Duiran
 | tether    = Spirit
 | continent = Sapience
 | tutor     = [[Raest]]
 | guilds    = [[Sentaari]], [[Sentinels]], [[Shamans]]
 | patron    = [[Haern]]
 | advisory  = [[Haern]], [[Slyphe]], [[Dhar]], [[Omei]]
}}