Difference between revisions of "Template:Infobox GM Entity"

From Rebel Alliance Wiki
Jump to: navigation, search
m
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"><tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"> '''{{{Name}}}'''
+
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"><tr><td width="100%" colspan="2" style="background-color: #A30900; font-size: 16px; text-align: center;"> '''Entity Information'''
 
</td></tr>
 
</td></tr>
 
<tr>
 
<tr>
<td width="100%" colspan="2" style="text-align: center;"> {{{Identifier}}}
+
<td width="50%" valign="top"> '''Name:'''
 +
</td><td width="50%"> {{{Name}}}
 
</td></tr>
 
</td></tr>
 
<tr>
 
<tr>
<td width="100%" colspan="2" style="background-color: #21314c;"> '''General Information'''
+
<td width="50%" valign="top"> '''Identifier:'''
 +
</td><td width="50%"> {{{Identifier}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{motto|}}}|<tr>
 
<td width="31%" valign="top"> Motto
 
</td><td width="69%"> {{{motto}}}
 
</td></tr>}}
 
 
<tr>
 
<tr>
<td width="31%" valign="top"> Status
+
<td width="50%" valign="top"> '''Date of Manufacture:'''
</td><td width="69%"> {{{status}}}
+
</td><td width="50%"> {{{Date of Manufacture}}}
 
</td></tr>
 
</td></tr>
 
<tr>
 
<tr>
<td width="31%" valign="top"> Leader
+
<td width="50%" valign="top"> '''Date of Acquisition:'''
</td><td width="69%"> {{{leader}}}
+
</td><td width="50%"> {{{Date of Acquisition}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{2ic|}}}|<tr>
 
<td width="31%" valign="top"> 2IC
 
</td><td width="69%"> {{{2ic}}}
 
</td></tr>}}
 
{{#if:{{{owner|}}}|<tr>
 
<td width="31%" valign="top"> Owner
 
</td><td width="69%"> {{{owner}}}
 
</td></tr>}}
 
{{#if:{{{headquarters|}}}|<tr>
 
<td width="31%" valign="top"> Headquarters
 
</td><td width="69%"> {{{headquarters}}}
 
</td></tr>}}
 
 
<tr>
 
<tr>
<td width="100%" colspan="2" style="background-color: #21314c;"> '''Historical Information'''
+
<td width="50%" valign="top"> '''Acquisition Method:'''
 +
</td><td width="50%"> {{{Acquisition Method}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{formed|}}}|<tr>
 
<td width="31%" valign="top"> Formed from
 
</td><td width="69%"> {{{formed}}}
 
</td></tr>}}
 
{{#if:{{{founder|}}}|<tr>
 
<td width="31%" valign="top"> Founder
 
</td><td width="69%"> {{{founder}}}
 
</td></tr>}}
 
 
<tr>
 
<tr>
<td width="31%" valign="top"> Founded
+
<td width="50%" valign="top"> '''Acquisition Source:'''
</td><td width="69%"> {{{founded}}}
+
</td><td width="50%"> {{{Acquisition Source}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{dissolved|}}}|<tr>
 
<td width="31%" valign="top"> Dissolved
 
</td><td width="69%"> {{{dissolved}}}
 
</td></tr>}}
 
 
<tr>
 
<tr>
<td width="100%" colspan="2" style="background-color: #21314c;"> '''Political Information'''
+
<td width="50%" valign="top"> '''Location:'''
 +
</td><td width="50%"> {{{Location}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{affiliation|}}}|<tr>
 
<td width="31%" valign="top"> Affiliation
 
</td><td width="69%"> {{{affiliation}}}
 
</td></tr>}}
 
 
<tr>
 
<tr>
<td width="31%" valign="top"> Industry
+
<td width="50%" valign="top"> '''Collection:'''
</td><td width="69%"> {{{industry}}}
+
</td><td width="50%"> {{{Collection}}}
 
</td></tr>
 
</td></tr>
{{#if:{{{holosite|}}}|
 
<td width="31%" valign="top"> Holosite
 
</td><td width="69%"> {{{holosite}}}
 
</td>}}
 
 
</table><noinclude>
 
</table><noinclude>
 
===Usage===
 
===Usage===
  
The Infobox GM Entity Box template is used for entities hosted in the Museum only, to describe the information about them. Paste the following code into the top of an article, filling all known fields:
+
The Infobox GM Entity Box template is used to describe the information about entities hosted in the Museum. Paste the following code into the top of an article, filling all fields:
  
 
<pre><nowiki>
 
<pre><nowiki>
{{Infobox GM_Entity
+
{{Infobox GM Entity
 
| Name =  
 
| Name =  
 
| Identifier =  
 
| Identifier =  

Latest revision as of 07:41, 10 June 2016

Entity Information
Name: {{{Name}}}
Identifier: {{{Identifier}}}
Date of Manufacture: {{{Date of Manufacture}}}
Date of Acquisition: {{{Date of Acquisition}}}
Acquisition Method: {{{Acquisition Method}}}
Acquisition Source: {{{Acquisition Source}}}
Location: {{{Location}}}
Collection: {{{Collection}}}

Usage

The Infobox GM Entity Box template is used to describe the information about entities hosted in the Museum. Paste the following code into the top of an article, filling all fields:

{{Infobox GM Entity
| Name = 
| Identifier = 
| Date of Manufacture =
| Date of Acquisition = 
| Acquisition Method = 
| Acquisition Source = 
| Location = 
| Collection = 
}}