Difference between revisions of "Template:Infobox corporation"

From EVE University Wiki
Jump to: navigation, search
m
m (float right)
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="clear:both;width:300px;color:white;font-size:11px;" align="right"
+
{| cellspacing="0" cellpadding="0" style="clear:left;width:300px;color:white;font-size:11px;float:right;margin-left:1em; margin-bottom:1em;"
 
|+  '''{{{corpname}}}'''
 
|+  '''{{{corpname}}}'''
 
|-
 
|-
Line 39: Line 39:
 
| style="background:#101010;border-bottom:1px #000000 solid; padding: 0.5em;" | {{{prevceos}}}
 
| style="background:#101010;border-bottom:1px #000000 solid; padding: 0.5em;" | {{{prevceos}}}
 
|-
 
|-
|}
+
|}<noinclude>
 
+
<div style="clear:both"></div>
<noinclude>
 
 
 
 
==Usage==
 
==Usage==
 
Copy and paste the code below into a corporation page and complete the info.  
 
Copy and paste the code below into a corporation page and complete the info.  
Line 69: Line 67:
  
 
Note that you can add an additional entry to a new line if you separate the new entries with <nowiki><br></nowiki>.
 
Note that you can add an additional entry to a new line if you separate the new entries with <nowiki><br></nowiki>.
 
  
 
<pre>
 
<pre>
Line 90: Line 87:
 
}}
 
}}
 
</pre>
 
</pre>
 
+
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Revision as of 15:04, 31 July 2014

{{{corpname}}}
[[Image:{{{corplogo}}}|center|280px|{{{caption}}}]]
Ticker {{{ticker}}}
Alliance {{{alliance}}}
CEO {{{ceo}}}
Director(s) {{{director}}}
Founded on {{{founded}}}
Status {{{status}}}
Headquarters {{{headquarters}}}
Public Channel {{{publicchannel}}}
Website [{{{website}}} {{{webnicename}}}]
History
Alliances {{{prevalliances}}}
Former CEOs {{{prevceos}}}

Usage

Copy and paste the code below into a corporation page and complete the info.

{{Infobox corporation
|corplogo=
|caption=
|corpname=
|ticker=
|alliance=
|ceo=
|director=
|founded=
|status=
|headquarters=
|publicchannel=
|website=
|webnicename=
|prevalliances=
|prevceos=
}}

Example

Note that you can add an additional entry to a new line if you separate the new entries with <br>.

{{Infobox corporation
|corplogo=NoPilotPicture.jpg
|caption=Text to go under logo, can be empty
|corpname=Your Corp Name Here
|ticker=YCNH
|alliance=Your Alliance Name Here
|ceo=Your CEO
|director=Director1<br>director2<br>director3<br>etc....
|founded=December 15th, 2008
|status=Active or closed
|headquarters=System or station your headquarters is based at
|publicchannel=Our public ingame chatchannel
|website=http://wwww.yourcorpnamehere.com
|webnicename=Our fancy corp website
|prevalliances=first alliance corp was in<br>second alliance corp was in<br>etc... alliance<br>
|prevceos=Your Former CEO<br>Itookyourcorpwallet<br>
}}