Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Luxxianna Seraph/Sandbox/MissionHoverBox/PVEArticle/doc: Difference between revisions

From EVE University Wiki
No edit summary
m Fix broken link.
 
(8 intermediate revisions by 2 users not shown)
Line 23: Line 23:
         | Faction    =
         | Faction    =
         | Name      =
         | Name      =
        | SiteType  =
         | TypeDetail =
         | TypeDetail =
        | SiteType  =
         | Rating    =
         | Rating    =
         | Location  =
         | Location  =
Line 46: Line 46:
         | HighestIndividualEHP      =  
         | HighestIndividualEHP      =  
         | WarpDisrupt                =
         | WarpDisrupt                =
        | Webs                      =
         | EWAR                      =
         | EWAR                      =
        | EWARQuickTip              =
        | EWAR2                      =
        | EWARQuickTip2              =
        | EWAR3                      =
        | EWARQuickTip3              =
         | Timer                      =  
         | Timer                      =  
         | MissionRewards            =
         | MissionRewards            =
         | MissionObjective          =
         | MissionObjective          =
         | MissionBlitz              =
         | MissionBlitz              =
        | StandingLoss              =
        | Walkthrough                =
}}
}}
</pre>
</pre>
Line 61: Line 69:
::; Faction2  
::; Faction2  
::: Any secondary Faction. Same rules as above.
::: Any secondary Faction. Same rules as above.
::; SiteType  ''(Required)''
::: The Type of site (case in-sensitive): Combat | Mission | Data | Relic
::; TypeDetail ''(Required)''
::; TypeDetail ''(Required)''
::: The Type of site (case in-sensitive): Combat | Mission | Data | Relic
::: This parameter produces a link to the relative article. The parameter is not case-sensitive.
::; SiteType ''(Optional if Mission)''
::: If Combat Site: anomaly, chemical, COSMOS, DED, expedition or unrated.  
::: One of anomaly, chemical, COSMOS, DED, expedition or unrated. This parameter produces a link to the relative article for combat sites. The parameter is not case-sensitive.
::: If Mission: Courier, Encounter, Mining, Trade, Industry, Exploration, Travel, Branch
::: If Data or Relic: pirate, drone, AEGIS, sleeper cache, ghost, sleeper wormhole, silent, event, special
::; Rating
::; Rating
::: The Rating of the Signal (i.e. Class 4 Level 2) or the level of the mission (i.e. 3). If a mission, just put the number.
::: The Rating of the Signal (i.e. Class 4 Level 2) or the level of the mission (i.e. 3). If a mission, just put the number.
Line 106: Line 117:
::; HighestWaveEHP
::; HighestWaveEHP
::: The wave with the largest ''total'' EHP, of all the waves; i.e. the wave that is the tankiest.
::: The wave with the largest ''total'' EHP, of all the waves; i.e. the wave that is the tankiest.
::; EWAR
::; EWAR 1,2, 3
::: Values: TP, ECM, WEAP
::: If there is EWAR present - use Web or Webs only to trigger special tooltips, otherwise include things such as Target Painter, Weapon Disrupt
::: If there is EWAR present - use Web or Webs only to trigger special tooltips, otherwise include things such as Target Painter, Weapon Disrupt
::; WarpDisrupt
::; WarpDisrupt
::: Any Value will trigger special tooltips - if possible include the total number of points possible at any given time, otherwise leave blank if 0.
::: Any Value will trigger special tooltips - if possible include the total number of points possible at any given time, otherwise leave blank if 0.
::; Webs
::: Any value will trigger special tooltips.


::; Damage
::; Damage
::; The damage type dealt by Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the damage dealt differs from the standard for that Faction (or is specific for a site where the Faction usually varies)
::: The damage type dealt by Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the damage dealt differs from the standard for that Faction (or is specific for a site where the Faction usually varies)
::; Resist
::; Resist
::: The resist values of the Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the resistances differ from the standard for that Faction (or is specific for a site where the Faction usually varies)
::: The resist values of the Faction. Auto populated by Faction value, only include (and use {{T|Damagetype}} ) if the resistances differ from the standard for that Faction (or is specific for a site where the Faction usually varies)
Line 131: Line 145:
::; Extra
::; Extra
::: Any extra notes for Missions
::: Any extra notes for Missions
:; Wiki Code Editable
::; Walkthrough
::: Use Walkthrough to put ... anything. Tables are a potential issue, so use {{T|NPCTableHead}} {{T|NPCTableSeparator}} {{T|NPCTableRow}} {{T|EndTable}} or similar. Always use {{T|EndTable}} and not <nowiki>|}</nowiki> because that will mess up tables. {{T|EndTable}} is generic and will work for any Table set of templates


; Boilerplate
; Boilerplate
: This template is designed to work in concert with {{T|PVE}}, {{T|PVEBoxTooltip}}, and {{T|PVEBoxLarge}} as the base page that the others will draw from. (In the same manner as {{T|ShipArticle}} and the Ship Database)
: This template is designed to work in concert with {{T|PVE}}, {{T|PVEBoxTooltip}}, and {{T|PVEBoxLarge}} as the base page that the others will draw from. (In the same manner as {{T|ShipArticle}} and the Ship Database)
: As such, the following boilerplate should be used on every page that implements this template as its primary (ie: all individual pages for Anomaly Sites and Missions)
: As such, the following boilerplate should be used on every page that implements this template as its primary (ie: all individual pages for Anomaly Sites and Missions)
<pre>
<pre><! Checked with ShipArticle/doc these noinclude markup-set needs escaping -->
<onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{lc: {{{mode}}}}}|box=PVEBoxLarge|#default=PVEBoxTooltip}}|/PVEArticle}} <!--  Template marker : DON'T EDIT LINE -->
&lt;onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{lc: {{{mode}}}}}|box=PVEBoxLarge|#default=PVEBoxTooltip}}|<!--/ is this the reason doc doesn't work? partly. -->PVEArticle}} <!--  Template marker : DON'T EDIT LINE -->


  <!-----------------------------------------------------------
  <!-----------------------------------------------------------
Line 149: Line 167:
   | Rating  =  
   | Rating  =  
... all the attributes used  
... all the attributes used  
}}</onlyinclude> <!-- Template marker : DON'T EDIT LINE -->
}}&lt;/onlyinclude> <!-- Template marker : DON'T EDIT LINE -->
 
... all walkthrough and additional tables/information/ect goes here


{{PVEFooter|Type}}
</pre>
</pre>