Template:City: Difference between revisions

From Star Trek: Theurgy Wiki

(Created page with "<noinclude> This is the "City" template. It should be called in the following format: <pre> {{City }} </pre> Edit the page to see the template text. </noinclude><includeonly>{...")
 
No edit summary
 
Line 1: Line 1:
{| class="toccolours" style="clear:left; float:right; margin:0 0 0.5em 1em; width:22em; font-size:smaller;"
|-
|colspan=2 style="text-align:center;" | {{{image}}}
|-
!colspan=2 bgcolor="#AC8751" style="color:#fff; font-size:larger;" |{{{name}}}
|-
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''Location'''
|- style="vertical-align:top;"
| Planet
| {{{planet}}}
|- style="vertical-align:top; background:#f0f0f0;"
| System
| {{{system}}}
|- style="vertical-align:top;"
| Region
| {{{region}}}
|-
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''General Information'''
|- style="vertical-align:top;"
| Constructed
| {{{constructed}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Destroyed
| {{{destroyed}}}
|- style="vertical-align:top;"
| Builder
| {{{builder}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Climate
| {{{climate}}}
|- style="vertical-align:top;"
| Points of interest
| {{{points}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Primary Construction Materials
| {{{priconmat}}}
|-
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''Societal Information'''
|- style="vertical-align:top; background:#f0f0f0;"
| Population
| {{{population}}}
|- style="vertical-align:top;"
| Affiliation
| {{{affiliation}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Predominant Species
| {{{species}}}
|}
<noinclude>
<noinclude>
This is the "City" template.
===Usage instructions===
It should be called in the following format:
Paste the following code into the top of an article, filling all known fields:
<pre>
<pre><nowiki>
{{City
{{city
}}
|name=
</pre>
|image=
Edit the page to see the template text.
|planet=
</noinclude><includeonly>{| class="wikitable"
|system=
|}
|region=
</includeonly>
|constructed=
|destroyed=
|builder=
|climate=
|points=
|priconmat=
|population=
|affiliation=
|species=
}}</nowiki></pre>
 
[[Category:Infobox templates|{{PAGENAME}}]]
</noinclude>

Latest revision as of 13:10, 19 November 2021

{{{image}}}
{{{name}}}
Location
Planet {{{planet}}}
System {{{system}}}
Region {{{region}}}
General Information
Constructed {{{constructed}}}
Destroyed {{{destroyed}}}
Builder {{{builder}}}
Climate {{{climate}}}
Points of interest {{{points}}}
Primary Construction Materials {{{priconmat}}}
Societal Information
Population {{{population}}}
Affiliation {{{affiliation}}}
Predominant Species {{{species}}}

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{city
|name=
|image=
|planet=
|system=
|region=
|constructed=
|destroyed=
|builder=
|climate=
|points=
|priconmat=
|population=
|affiliation=
|species=
}}