Difference between revisions of "User:Evon R'al/Sandbox template/doc"
From EVE University Wiki
m (Blank page for next project.) Tag: Blanking |
m (Update doc.) |
||
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> |
Revision as of 11:41, 30 May 2022
- Description
- This template creates an infobox for a Militia
- Usage
- Copy and paste the code below into a militia page and complete the info.
{{Infobox militia |corpname = |corplogo = |ticker = |faction = |ceo = |headquarters = |offices = |activity = |ally = |allylogo = |enemy = |enemylogo = }}
- 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
State Protectorate | |
---|---|
Ticker | SPROT |
Faction | Caldari State |
CEO | Mumara Kara |
Headquarters(s) | Jita |
Offices | 16 in 16 systems |
Activity | Militia |
Allied Faction | 24th Imperial Crusade |
Enemy | Federal Defence Union |
{{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 }}