|
|
Line 1: |
Line 1: |
− | ; Description
| |
− | : This template creates an infobox for a [[faction]]
| |
| | | |
− | ; Usage
| |
− | : Copy and paste the code below into a corporation page and complete the info.
| |
− | <pre>
| |
− | {{Infobox corporation
| |
− | |corpname =
| |
− | |corplogo =
| |
− | |caption =
| |
− | |ticker =
| |
− | |alliance =
| |
− | |ceo =
| |
− | |director =
| |
− | |founded =
| |
− | |status =
| |
− | |headquarters =
| |
− | |publicchannel =
| |
− | |website =
| |
− | |webnicename =
| |
− | |prevalliances =
| |
− | |prevceos =
| |
− | }}
| |
− | </pre>
| |
− |
| |
− | ; Syntax parameters
| |
− | :; corpname : Name of the corporation
| |
− | :; corplogo : Name of the image of the corporations logo. (Including the extension, jpg, png, etc.)
| |
− | :; caption : Caption to go with the corporation logo.
| |
− | :; ticker : The corporations ticker.
| |
− | :; alliance : Name of the alliance the corporation is part of.
| |
− | :; ceo : Name of the current CEO.
| |
− | :; director : Name of the director(s). When entering more than one, separate them with <nowiki><br></nowiki>.
| |
− | :; founded : The date the corporation was founded.
| |
− | :; status : Staus of the corporation, Active or Closed.
| |
− | :; headquarters : System or station the corporations headquarters is based at.
| |
− | :; publicchannel : Name of the corporations in-game public chat channel.
| |
− | :; webbsite : URL of the corporations website.
| |
− | ::; webnicename : The visible name of he website in the infobox. When omitted the website will be visible as a number between square brackets, (e.g. {{Co|orange|<nowiki>[1]</nowiki>}}|
| |
− | :; prevalliances : Name or names of alliances the corporation has previously been part of. When entering more than one, separate them with <nowiki><br></nowiki>.
| |
− | :; prevceos : Name(s) of previous CEO's. When entering more than one, separate them with <nowiki><br></nowiki>.
| |
− |
| |
− | : Unused parameters will not show.
| |
− |
| |
− | ; Sample
| |
− | {{Infobox corporation
| |
− | |corpname = EVE University
| |
− | |corplogo = E-UNI.png
| |
− | |caption =
| |
− | |ticker = E-UNI
| |
− | |alliance = Ivy League
| |
− | |ceo = Jilokari Kurvora
| |
− | |director = Kai-Alon Deninard<br>Dairek Alamari<br>...
| |
− | |founded = 15 March 2004
| |
− | |status = Active
| |
− | |headquarters = Stacmon
| |
− | |publicchannel = EVE University
| |
− | |website = https://wiki.eveuniversity.org
| |
− | |webnicename = UniWiki
| |
− | |prevalliances =
| |
− | |prevceos = Morning Maniac<br>Laura Karpinski
| |
− | }}
| |
− |
| |
− | <pre>
| |
− | {{Infobox corporation
| |
− | |corpname = EVE University
| |
− | |corplogo = E-UNI.png
| |
− | |caption =
| |
− | |ticker = E-UNI
| |
− | |alliance = Ivy League
| |
− | |ceo = Jilokari Kurvora
| |
− | |director = Kai-Alon Deninard<br>Dairek Alamari<br>...
| |
− | |founded = 15 March 2004
| |
− | |status = Active
| |
− | |headquarters = Stacmon
| |
− | |publicchannel = EVE University
| |
− | |website = https://wiki.eveuniversity.org
| |
− | |webnicename = UniWiki
| |
− | |prevalliances =
| |
− | |prevceos = Morning Maniac<br>Laura Karpinski
| |
− | }}
| |
− | </pre>
| |
− |
| |
− | <!-- <includeonly>[[Category:Infobox templates]]</includeonly>
| |
− | <noinclude>[[Category:Template documentation]]</noinclude> -->
| |