Difference between revisions of "Template:Infobox Faction"

From Tresario Archives
Jump to: navigation, search
(Created page with "{| style="border: 1px solid black; background:#232730; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;" | width="100%" colspan="2" style="border: 1px so...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| style="border: 1px solid black; background:#232730; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
+
{| class="infobox" cellspacing="9"
width="100%" colspan="2" style="border: 1px solid grey; background-color: #CC9900; font-size: 16px; text-align: center;" | <font color=black>'''{{{name}}}'''</font>
+
|-
 +
! colspan="2" class="infoboxHOM-section" style="font-size: 16px;" | '''{{{name}}}'''
 +
 
 
|-  
 
|-  
width="100%" colspan="2" style="text-align: center;" | {{{image}}}
+
|  colspan="2" class="infobox-image" | {{{image}}}
 +
 
 
|-  
 
|-  
width="100%" colspan="2" style="border: 1px solid grey; background-color: #CC9900;" | <font color=black>'''General Information'''</font>
+
|  colspan="2" class="infoboxHOM-section" | '''General Information'''
 +
 
 +
|- {{#if: {{{motto|}}} | | style="display: none" }}
 +
!  Motto
 +
|  {{{motto}}}
 +
 
 
|-
 
|-
|  width="31%"  | Motto
+
! Status
|  width="69%"  |  {{{motto}}}
+
|  {{{status}}}
 +
 
 
|-
 
|-
width="31%"  |  Status
+
!  Leader
width="69%"  |  {{{status}}}
+
|  {{{leader}}}
 +
 
 +
|- {{#if: {{{2ic|}}} | | style="display: none" }}
 +
!  2IC
 +
{{{2ic}}}
 +
 
 +
|- {{#if: {{{owner|}}} | | style="display: none" }}
 +
!  Owner
 +
| {{{owner}}}
 +
 
 +
|- {{#if: {{{industry|}}} | | style="display: none" }}
 +
! Industry
 +
{{{industry}}}
 +
 
 +
|- {{#if: {{{holosite|}}} | | style="display: none" }}
 +
! Holosite
 +
|  {{{holosite}}}
 +
 
 
|-
 
|-
width="31%"  |  Leader
+
colspan="2" class="infoboxHOM-section" | '''Historical Information'''
width="69%"  |  {{{leader}}}
+
 
 +
|- {{#if: {{{founder|}}} | | style="display: none" }}
 +
! Founder
 +
{{{founder}}}
 +
 
 +
|-
 +
!  Founded
 +
{{{founded}}}
 +
 
 +
|- {{#if: {{{dissolved|}}} | | style="display: none" }}
 +
! Dissolved
 +
|  {{{dissolved}}}
 +
 
 
|-
 
|-
width="31%"  |  2IC
+
|  colspan="2" class="infoboxHOM-section" | '''Political Information'''
|  width="69%"  |  {{{2ic}}}
+
 
|-
 
|  width="31%"  |  Owner
 
|  width="69%"  |  {{{owner}}}
 
|-
 
|  width="100%" colspan="2" style="border: 1px solid grey; background-color: #CC9900;" | <font color=black>'''Historical Information'''</font>
 
|-
 
|  width="31%"  |  Founder
 
|  width="69%"  |  {{{founder}}}
 
|-
 
|  width="31%"  |  Founded
 
|  width="69%"  |  {{{founded}}}
 
|-
 
|  width="31%"  |  Dissolved
 
|  width="69%"  |  {{{dissolved}}}
 
|-
 
|  width="100%" colspan="2" style="border: 1px solid grey; background-color: #CC9900;" | <font color=black>'''Political Information'''</font>
 
|-
 
|  width="31%"  |  Affiliation
 
|  width="69%"  |  {{{affiliation}}}
 
|-
 
|  width="31%"  |  Industry
 
|  width="69%"  |  {{{industry}}}
 
 
|-
 
|-
|  width="31%"  | Holosite
+
! Affiliation
width="69%"  | {{{holosite}}}
+
|  {{{affiliation}}}
 
|}<noinclude>
 
|}<noinclude>
 
===Usage===
 
===Usage===
Line 65: Line 81:
 
</nowiki></pre>
 
</nowiki></pre>
  
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
+
[[Category:Infobox templates|{{PAGENAME}}]][[Category:Template]]</noinclude>

Latest revision as of 04:32, 20 September 2018

{{{name}}}
{{{image}}}
General Information
Motto {{{motto}}}
Status {{{status}}}
Leader {{{leader}}}
2IC {{{2ic}}}
Owner {{{owner}}}
Industry {{{industry}}}
Holosite {{{holosite}}}
Historical Information
Founder {{{founder}}}
Founded {{{founded}}}
Dissolved {{{dissolved}}}
Political Information
Affiliation {{{affiliation}}}

Usage

The Infobox Faction Box template is used for faction pages only, to describe the faction. Paste the following code into the top of an article, filling all known fields:

{{Infobox Faction
| name = 
| image = 
| motto =
| status = 
| leader = 
| 2ic = 
| owner = 
| founder = 
| founded = 
| dissolved = 
| affiliation = 
| industry = 
| holosite =
}}