Difference between revisions of "Template:Missiondetails/doc"
From EVE University Wiki
m (Reorder parameters in syntax to group information that belongs together. Cleanup samples.) |
m (Refactor doc.) |
||
Line 7: | Line 7: | ||
:: {{T|Damage to resist}} | :: {{T|Damage to resist}} | ||
− | + | ; Syntax | |
− | + | : Usage: At the beginning of the article add the following and fill the mission info to it. | |
<pre>{{Missiondetails | <pre>{{Missiondetails | ||
|Name= | |Name= | ||
Line 25: | Line 25: | ||
|Extra= | |Extra= | ||
}}</pre> | }}</pre> | ||
+ | :; Parameters | ||
+ | ::; Name : Name of the mission. Spelled and capitalized exactly as written in-game. Not intended to be used on mission articles. | ||
+ | ::; Level : Level of the mission. For standard missions this is the level of the agent. For storyline missions this is the level of the standard missions the mission is awarded for. <br>If the mission is a storyline mission add Storyline after the level. | ||
+ | ::; Type : Type of the mission (Courier, Encounter, Mining, Trade, Industry, Exploration, Travel, Branch). This can be found in the mission journal. | ||
+ | ::; Objective : Mission objective. Kill everything, retrieve X, do a thing etc. Can be found on the right side of the agent dialog window. | ||
+ | ::; Faction<''x''> : ''x'' is 1 to 4. Opposing faction (automatic damage when using a well known faction). | ||
+ | ::: {| class="wikitable collapsible collapsed" | ||
+ | |+ Well known Factions | ||
+ | |- | ||
+ | ! style="min-width: 10em | Full name !! Variations | ||
+ | |- | ||
+ | | Amarr Empire || Amarr | ||
+ | |- | ||
+ | | Ammatar | ||
+ | |- | ||
+ | | Angel Cartel || Angel | ||
+ | |- | ||
+ | | Blood Raider Covenant || Blood Raiders | ||
+ | |- | ||
+ | | Caldari State || Caldari | ||
+ | |- | ||
+ | | CONCORD | ||
+ | |- | ||
+ | | Equilibrium of Mankind || EOM | ||
+ | |- | ||
+ | | Gallente Federation || Gallente | ||
+ | |- | ||
+ | | Guristas pirates || Guristas | ||
+ | |- | ||
+ | | Khanid Kingdom || Khanid | ||
+ | |- | ||
+ | | Mercenaries | ||
+ | |- | ||
+ | | Minmatar Republic || Minmatar | ||
+ | |- | ||
+ | | Mordu's Legion || Mordu's | ||
+ | |- | ||
+ | | Rogue Drones | ||
+ | |- | ||
+ | | Sansha's Nation || Sansha's | ||
+ | |- | ||
+ | | Serpentis | ||
+ | |- | ||
+ | | The Syndicate ||Syndicate | ||
+ | |- | ||
+ | | Thukker Tribe | ||
+ | |} | ||
+ | ::; Faction : Overrides all <kbd>Faction<''x''></kbd> choices and does not align damage/resist profiles properly. use this if the faction need long explanations. | ||
+ | ::; DamageToDeal<''x''> : ''x'' is 1 to 4. The damage typ(s) to deal. Overrides default damage to deal for well known factions. Use {{Tl|Damagetype}}. | ||
+ | ::; DamageToDeal : Overrides all automatic damage info and does not align to many factions. Use if long explanation for best damage. | ||
+ | ::; DamageToResist<''x''> : ''x'' is 1 to 4. The damage type(s) to resist against. Overrides default damage to resist for well known factions. Use {{Tl|Damagetype}}. | ||
+ | ::; DamageToResist : Overrides all automatic resist info and does not align with multiple factions. Use if long explanation is needed. | ||
+ | ::; WebPoint : Points or scrams in the mission. Web is in name only due to historical reasons and webs should be in EWAR section. | ||
+ | ::; EWAR : [[EWAR]] in the mission. | ||
+ | ::; ShipSizeLimit : Limit on ship size. <em>Only</em> fill if mission has special limits (normal missions allow all subcapital ships). | ||
+ | ::; ShipSuggestion : Ship recommendations. <em>Only</em> fill this in if there is a <em>special reason</em> to use suggested ships instead of a normal mission-running ship. | ||
+ | ::; Rewards : Rewards. <em>Only</em> fill if mission has special rewards. Normal ISK and LP payouts are not constant and change over time. | ||
+ | ::; StandingLoss : <em>Only</em> use if a <em>significant</em> standing loss is incurred. Mainly for empire faction standing loss. | ||
+ | ::; Extra : Fill if there is something <strong>extra</strong> noteworthy. For example, a mission requiring a salvager, a mission with time limits, or unusual dangers. | ||
− | + | ; Sample | |
− | + | : Simple sample: Just put in the info for mission and leave damage and resist fields empty to use automatic info. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Simple sample: Just put in the info for mission and leave damage and resist fields empty to use automatic info. | ||
<pre>{{Missiondetails | <pre>{{Missiondetails | ||
|Level= 4 | |Level= 4 | ||
Line 98: | Line 101: | ||
|Extra= | |Extra= | ||
}}</pre> | }}</pre> | ||
− | + | Gives: | |
− | Gives | ||
{{Missiondetails | {{Missiondetails | ||
|Level= 4 | |Level= 4 | ||
Line 117: | Line 119: | ||
− | Example: Mixing manual and automatic info | + | : Example: Mixing manual and automatic info |
<pre>{{Missiondetails | <pre>{{Missiondetails | ||
|Level= 4 | |Level= 4 | ||
Line 138: | Line 140: | ||
|Extra= | |Extra= | ||
}}</pre> | }}</pre> | ||
− | + | Gives: | |
{{Missiondetails | {{Missiondetails | ||
|Level= 4 | |Level= 4 | ||
Line 161: | Line 163: | ||
− | Example: Complex factions and damage profiles | + | : Example: Complex factions and damage profiles |
− | |||
<pre>{{Missiondetails | <pre>{{Missiondetails | ||
|Level= | |Level= | ||
Line 177: | Line 178: | ||
|Extra= | |Extra= | ||
}}</pre> | }}</pre> | ||
− | + | Gives: | |
{{Missiondetails | {{Missiondetails | ||
|Level= | |Level= | ||
Line 192: | Line 193: | ||
|Extra= | |Extra= | ||
}} | }} | ||
− | |||
<includeonly>[[Category:Formatting templates]]<!-- Any categories for the template itself --></includeonly> | <includeonly>[[Category:Formatting templates]]<!-- Any categories for the template itself --></includeonly> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 11:17, 31 December 2022
- Description
- This template is meant for creating the short summary info for missions. It should be used at the beginning of all mission report articles.
- Dependencies
- Uses
- {{Damage to deal}}
- {{Damage to resist}}
- Syntax
- Usage: At the beginning of the article add the following and fill the mission info to it.
{{Missiondetails |Name= |Level= |Type= |Objective= |Faction1= |DamageToDeal1= |DamageToResist1= |WebPoint= |EWAR= |ShipSizeLimit= |ShipSuggestion= |Rewards= |StandingLoss= |Extra= }}
- Parameters
-
- Name
- Name of the mission. Spelled and capitalized exactly as written in-game. Not intended to be used on mission articles.
- Level
- Level of the mission. For standard missions this is the level of the agent. For storyline missions this is the level of the standard missions the mission is awarded for.
If the mission is a storyline mission add Storyline after the level. - Type
- Type of the mission (Courier, Encounter, Mining, Trade, Industry, Exploration, Travel, Branch). This can be found in the mission journal.
- Objective
- Mission objective. Kill everything, retrieve X, do a thing etc. Can be found on the right side of the agent dialog window.
- Faction<x>
- x is 1 to 4. Opposing faction (automatic damage when using a well known faction).
Well known Factions Full name Variations Amarr Empire Amarr Ammatar Angel Cartel Angel Blood Raider Covenant Blood Raiders Caldari State Caldari CONCORD Equilibrium of Mankind EOM Gallente Federation Gallente Guristas pirates Guristas Khanid Kingdom Khanid Mercenaries Minmatar Republic Minmatar Mordu's Legion Mordu's Rogue Drones Sansha's Nation Sansha's Serpentis The Syndicate Syndicate Thukker Tribe
- Faction
- Overrides all Faction<x> choices and does not align damage/resist profiles properly. use this if the faction need long explanations.
- DamageToDeal<x>
- x is 1 to 4. The damage typ(s) to deal. Overrides default damage to deal for well known factions. Use
{{Damagetype}}
. - DamageToDeal
- Overrides all automatic damage info and does not align to many factions. Use if long explanation for best damage.
- DamageToResist<x>
- x is 1 to 4. The damage type(s) to resist against. Overrides default damage to resist for well known factions. Use
{{Damagetype}}
. - DamageToResist
- Overrides all automatic resist info and does not align with multiple factions. Use if long explanation is needed.
- WebPoint
- Points or scrams in the mission. Web is in name only due to historical reasons and webs should be in EWAR section.
- EWAR
- EWAR in the mission.
- ShipSizeLimit
- Limit on ship size. Only fill if mission has special limits (normal missions allow all subcapital ships).
- ShipSuggestion
- Ship recommendations. Only fill this in if there is a special reason to use suggested ships instead of a normal mission-running ship.
- Rewards
- Rewards. Only fill if mission has special rewards. Normal ISK and LP payouts are not constant and change over time.
- StandingLoss
- Only use if a significant standing loss is incurred. Mainly for empire faction standing loss.
- Extra
- Fill if there is something extra noteworthy. For example, a mission requiring a salvager, a mission with time limits, or unusual dangers.
- Sample
- Simple sample: Just put in the info for mission and leave damage and resist fields empty to use automatic info.
{{Missiondetails |Level= 4 |Type= Encounter |Objective= Retrieve Damsel in Distress |Faction1= Mercenaries |DamageToDeal1= |DamageToResist1= |WebPoint= Elite frigates point |EWAR= |ShipSizeLimit= |ShipSuggestion= Battleship |Rewards= |Extra= }}
Gives:
Level | 4 |
Type | Encounter |
Objective | Retrieve Damsel in Distress |
Faction | Mercenaries |
Best damage to deal | Kin Th |
Damage to resist | Kin Th |
Warp disruption | Elite frigates point |
Ship suggestion | Battleship |
- Example: Mixing manual and automatic info
{{Missiondetails |Level= 4 |Type= Encounter |Objective= Retrieve Damsel in Distress |Faction1= Mercenaries |DamageToDeal1= |DamageToResist1= {{Damagetype|Em}} |Faction2= Serpentis |DamageToResist2= |DamageToDeal2= |Faction3= Local Pirates |DamageToDeal3= {{Damagetype|Em|th}} |DamageToResist3= {{Damagetype|Omni}} |WebPoint= |EWAR= |ShipSizeLimit= |ShipSuggestion= Battleship |Rewards= |Extra= }}
Gives:
- Example: Complex factions and damage profiles
{{Missiondetails |Level= |Type= Encounter |Objective= Retrieve The Ringmaster (1.0 m3) |Faction= Consumption Junkies and Lustadores (Serpentis ships), Sinful Saints (Angel ships) |DamageToDeal= {{Damagetype|Kin|th}} (Serpentis ships) and {{Damagetype|Ex|Kin}} (Angel ships) |DamageToResist= {{Damagetype|Ex|Kin|th}} |WebPoint= |EWAR= Target painters and very strong dampening |ShipSizeLimit= |ShipSuggestion= |Rewards= |Extra= }}
Gives: