|
|
Line 1: |
Line 1: |
− | ; Description
| |
− | : This template creates an infobox for a Militia
| |
| | | |
− | ; Usage
| |
− | : Copy and paste the code below into a militia page and complete the info.
| |
− | <pre>
| |
− | {{Infobox militia
| |
− | |corpname =
| |
− | |corplogo =
| |
− | |ticker =
| |
− | |faction =
| |
− | |ceo =
| |
− | |headquarters =
| |
− | |offices =
| |
− | |activity =
| |
− | |ally =
| |
− | |allylogo =
| |
− | |enemy =
| |
− | |enemylogo =
| |
− | }}
| |
− | </pre>
| |
− |
| |
− | ; Syntax parameters
| |
− | :; corpname : Name of the corporation
| |
− | :; corplogo : Name of the image of the militia logo. (Including the extension, jpg, png, etc.)
| |
− | :; ticker : The militia ticker.
| |
− | :; faction : Name of the faction the militia is part of.
| |
− | :; ceo : Name of the CEO.
| |
− | :; headquarters : Location of the militia's headquarters.
| |
− | :; offices : Number of offices and in how many systems
| |
− | :; activity : Activity type of the militia.
| |
− | :; ally : Allied faction of the militia
| |
− | :; allylogo: Name of the image of the allied faction's logo. (Including the extension, jpg, png, etc.)
| |
− | :; enemy : Enemy faction of the militia
| |
− | :; enemylogo : Name of the image of the enemy faction's logo. (Including the extension, jpg, png, etc.)
| |
− |
| |
− | ; Sample
| |
− | {{Infobox militia
| |
− | |corpname = State Protectorate
| |
− | |corplogo = State Protectorate (transparent).png
| |
− | |ticker = SPROT
| |
− | |faction = [[Caldari State]]
| |
− | |ceo = Mumara Kara
| |
− | |headquarters = Jita
| |
− | |offices = 16 in 16 systems
| |
− | |activity = Militia
| |
− | |ally = 24th Imperial Crusade
| |
− | |allylogo = 24th Imperial Crusade.png
| |
− | |enemy = [[Federal Defence Union]]
| |
− | |enemylogo = Federal Defense Union.png
| |
− | }}
| |
− |
| |
− | <pre>
| |
− | {{Infobox militia
| |
− | |corpname = State Protectorate
| |
− | |corplogo = State Protectorate (transparent).png
| |
− | |ticker = SPROT
| |
− | |faction = [[Caldari State]]
| |
− | |ceo = Mumara Kara
| |
− | |headquarters = Jita
| |
− | |offices = 16 in 16 systems
| |
− | |activity = Militia
| |
− | |ally = 24th Imperial Crusade
| |
− | |allylogo = 24th Imperial Crusade.png
| |
− | |enemy = [[Federal Defence Union]]
| |
− | |enemylogo = Federal Defense Union.png
| |
− | }}
| |
− | </pre>
| |
− |
| |
− | <includeonly>[[Category:Infobox templates]]</includeonly>
| |
− | <noinclude>[[Category:Template documentation]]</noinclude>
| |