Difference between revisions of "Template:Missioninfo"

From EVE RP Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
</includeonly>
 
</includeonly>
 
{| class="wikitable"
 
{| class="wikitable"
|+{{{missionname}}}
+
|+ style="border-left: 1px solid white; border-right: 1px solid white; border-top: 1px solid white; "|{{{missionname}}}
 
+
!Level
 
+
|{{{missionlevel}}}
 +
|-
 +
!Faction
 +
|{{{missionfaction}}}
 +
|-
 +
!Damage to Resist
 +
|{{{primarydmgtoresist}}}/{{{secondarydmgtoresist}}}
 +
|-
 +
!Damage to Deal
 +
|{{{primarydmgtodeal}}}/{{{secondarydmgtodeal}}}
 +
|-
 +
!EWAR
 +
|{{{ewartypes}}}
 +
|-
 +
!Recommended Ship
 +
|{{{shipsuggestion}}}
 +
|-
 +
!Notes
 +
|{{{additionalnotes}}}
 
|}
 
|}
  

Latest revision as of 04:09, 19 January 2018

{{{missionname}}}
Level {{{missionlevel}}}
Faction {{{missionfaction}}}
Damage to Resist {{{primarydmgtoresist}}}/{{{secondarydmgtoresist}}}
Damage to Deal {{{primarydmgtodeal}}}/{{{secondarydmgtodeal}}}
EWAR {{{ewartypes}}}
Recommended Ship {{{shipsuggestion}}}
Notes {{{additionalnotes}}}


Mission Information Template

This template is for listing mission information, such as damage types, levels, factions, etc. It will automatically include the page in the correct category based on mission level.

Copy and paste this code to use it.

{{Missioninfo
|missionname=
|missionlevel=
|missionfaction=
|primarydmgtoresist=
|secondarydmgtoresist=
|primarydmgtodeal=
|secondarydmgtodeal=
|ewartypes=
|shipsuggestion=
|additionalnotes=
}}

Example

Missiony McMissionFace
Level 5
Faction Gallente
Damage to Resist Thermal/Kinetic
Damage to Deal EM/Explosive
EWAR Scram/Web/Disruptor/ECM/Damps
Recommended Ship Friendship
Notes The best ship.


{{Missioninfo
|missionname=Missiony McMissionFace
|missionlevel=5
|missionfaction=Gallente
|primarydmgtoresist=Thermal
|secondarydmgtoresist=Kinetic
|primarydmgtodeal=EM
|secondarydmgtodeal=Explosive
|ewartypes=Scram/Web/Disruptor/ECM/Damps
|shipsuggestion=Friendship
|additionalnotes=The best ship.
}}