Template:Structure: Difference between revisions
From Star Trek: Theurgy Wiki
Jreeves1701 (talk | contribs) (Created page with "<noinclude> This is the "Structure" template. It should be called in the following format: <pre> {{Structure }} </pre> Edit the page to see the template text. </noinclude><inc...") |
Jreeves1701 (talk | contribs) 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="#AE0A0A" style="color:#fff; font-size:larger;" |{{{name}}} | |||
|- | |||
! colspan=2 style="text-align:left; font-weight:normal; color:#fff; background:#CA0B0B;" | Location | |||
|- style="vertical-align:top;" | |||
| City | |||
| {{{city}}} | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Planet | |||
| {{{planet}}} | |||
|- style="vertical-align:top;" | |||
| System | |||
| {{{system}}} | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Region | |||
| {{{region}}} | |||
|- | |||
! colspan=2 style="text-align:left; font-weight:normal; color:#fff; background:#CA0B0B;" | 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;" | |||
| Purpose | |||
| {{{purpose}}} | |||
|- style="vertical-align:top;" | |||
| Features | |||
| {{{features}}} | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Primary Construction Materials | |||
| {{{priconmat}}} | |||
|- style="vertical-align:top;" | |||
| Shape | |||
| {{{shape}}} | |||
|- | |||
! colspan=2 style="text-align:left; font-weight:normal; color:#fff; background:#CA0B0B;" | Statistics | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Length | |||
| {{{length}}} | |||
|- style="vertical-align:top;" | |||
| Width | |||
| {{{width}}} | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Height | |||
| {{{height}}} | |||
|- style="vertical-align:top;" | |||
| Volume | |||
| {{{volume}}} | |||
|- style="vertical-align:top; background:#f0f0f0;" | |||
| Capacity: Standard | |||
| {{{capstandard}}} | |||
|- style="vertical-align:top;" | |||
| Capacity: Maximum | |||
| {{{capmax}}} | |||
|} | |||
<noinclude> | <noinclude> | ||
===Usage instructions=== | |||
Paste the following code into the top of an article, filling all known fields: | |||
<pre> | <pre><nowiki> | ||
{{ | {{structure | ||
}} | |name= | ||
</ | |image= | ||
|city= | |||
</ | |planet= | ||
|} | |system= | ||
</ | |region= | ||
|constructed= | |||
|destroyed= | |||
|builder= | |||
|purpose= | |||
|features= | |||
|priconmat= | |||
|shape= | |||
|length= | |||
|width= | |||
|height= | |||
|volume= | |||
|capstandard= | |||
|capmax= | |||
}}</nowiki></pre> | |||
[[Category:Infobox templates|{{PAGENAME}}]] | |||
</noinclude> |
Latest revision as of 04:41, 18 November 2021
{{{image}}} | |
{{{name}}} | |
---|---|
Location | |
City | {{{city}}} |
Planet | {{{planet}}} |
System | {{{system}}} |
Region | {{{region}}} |
General Information | |
Constructed | {{{constructed}}} |
Destroyed | {{{destroyed}}} |
Builder | {{{builder}}} |
Purpose | {{{purpose}}} |
Features | {{{features}}} |
Primary Construction Materials | {{{priconmat}}} |
Shape | {{{shape}}} |
Statistics | |
Length | {{{length}}} |
Width | {{{width}}} |
Height | {{{height}}} |
Volume | {{{volume}}} |
Capacity: Standard | {{{capstandard}}} |
Capacity: Maximum | {{{capmax}}} |
Usage instructions
Paste the following code into the top of an article, filling all known fields:
{{structure |name= |image= |city= |planet= |system= |region= |constructed= |destroyed= |builder= |purpose= |features= |priconmat= |shape= |length= |width= |height= |volume= |capstandard= |capmax= }}