Difference between revisions of "User:Luxxianna Seraph/Sandbox/MissionHoverBox/PVEBoxTooltip"
From EVE University Wiki
Line 1: | Line 1: | ||
− | < | + | <includeonly>{{#css: |
.PVEToolTip { | .PVEToolTip { | ||
− | width: | + | width: 100%; |
− | |||
} | } | ||
Line 63: | Line 62: | ||
.PVEToolTip .PVEToolTip-damage { | .PVEToolTip .PVEToolTip-damage { | ||
+ | white-space: nowrap; | ||
width: 190px; | width: 190px; | ||
text-align: left; | text-align: left; | ||
Line 68: | Line 68: | ||
.PVEToolTip .PVEToolTip-damage td + td { | .PVEToolTip .PVEToolTip-damage td + td { | ||
+ | white-space: nowrap; | ||
border-left: 1px solid #75849e | border-left: 1px solid #75849e | ||
padding-left: 3px; | padding-left: 3px; | ||
Line 73: | Line 74: | ||
.PVEToolTip .PVEToolTip-damage th { | .PVEToolTip .PVEToolTip-damage th { | ||
+ | white-space: nowrap; | ||
color: khaki; | color: khaki; | ||
font-size: 10px; | font-size: 10px; | ||
Line 92: | Line 94: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 11px; | line-height: 11px; | ||
− | margin- | + | margin-left: 2px; |
} | } | ||
Line 104: | Line 106: | ||
font-size: 10px; | font-size: 10px; | ||
line-height: 11px; | line-height: 11px; | ||
− | margin- | + | margin-left: 2px; |
} | } | ||
.PVEToolTip .PVEToolTip-extra-info span { | .PVEToolTip .PVEToolTip-extra-info span { | ||
− | height: | + | height: 11px; |
− | font-size: | + | font-size: 11px; |
− | line-height: | + | line-height: 13px; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 122: | Line 124: | ||
color: #A9A9A9; | color: #A9A9A9; | ||
} | } | ||
− | |||
− | |||
}}<!-- | }}<!-- | ||
-->{{Tooltip | -->{{Tooltip | ||
Line 208: | Line 208: | ||
</td> | </td> | ||
</tr>|}} | </tr>|}} | ||
− | </table>}}</ | + | </table>}}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 00:42, 7 June 2023
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- Do not use this Template Directly. Instead use {{PVE}}
- Dependencies
-
- Uses
- CSS
- {{RatResistance}}
- {{RatDamage}}
- See Also
- {{PVEArticle}}, {{PVEBox}}
- Used by
- {{PVE}}
- Syntax
- DO NOT USE THIS TEMPLATE DIRECTLY - Instead use {{PVE}} - but for proper documentation, here are the values used within.
- Parameters
- Optional Parameters will adjust the Tooltip accordingly. Leave blank if not using.
- Name (Required)
- Name of the Site
- TypeDetail (Required)
- For Missions, the level of the mission. For Anomaly Sites, the Rating and Level `Rating 4 Level 2`
- Location (Required)
- The location of the site. Low, Null, Hi Sec, Low Null (Not specific - just uses this value directly)
- AccelerationGate (Optional)
- Leave blank if there is no AccelGate at this site. Put anything (Y, True, X, any value) here if there is one
- TotalExpFrigates (Optional)
- Total number of Frigates
- TotalExpDestroyers (Optional)
- # Destroyers
- TotalExpCruisers (Optional)
- # Cruisers
- TotalExpBattlecruisers (Optional)
- # Battlecruisers
- TotalExpCapitals (Optional)
- # Capitals
- TotalExpSentries (Optional)
- # Sentries
- NumberOfWaves (Optional)
- The number of waves that will spawn after triggers are destroyed | reached. Leave blank if everything starts on grid
- Number of Rooms (Optional)
- The number of rooms beyond the initial acceleration gate. Leave blank if there is no acceleration gate. If AccelerationGate is blank this property is ignored.
- Faction (Optional)
- The main faction of ships that will be faced in this site. Has several common varieties of names, ie: Angel, Angel Cartel, Angels.
- This field uses {{RatDamage}} and {{RatResistance}} to auto populate based on the faction name the damage and resistance values.
- Faction2 (Optional)
- If a second faction exists. Leave blank if none. Also Auto populates the damage and resistance values.
- TODO: Enable custom damage fields
- HighestAverageDPS (Optional)
- The Highest possible DPS value of an individual ship in all the waves; i.e. the worst threat.
- HighestAlphaStrike (Optional)
- The Highest Alpha Strike damage in total for the wave, of all waves; i.e. the wave with the most threat.
- HighestIndividualEHP (Optional)
- The largest EHP value of an individual ship in all the waves; i.e. the tankiest ship.
- HighestWaveEHP (Optional)
- The wave with the largest total EHP, of all the waves; i.e. the wave that is the tankiest.
- EWAR (Optional)
- Web | Webs
- (case in-sensitive) will add a warning to the tooltip (Other values ignored): ! Webs Present !
- WarpDisrupt (Optional)
- Any value present here will add a warning to the tooltip: !! Scrams Present !!
- RatsOnLandingBeacon (Optional)
- Any value present here will add a warning to the tooltip: Rats Present on Beacon
- MissionObjective (Optional)
- For Missions - The Objective to accomplish
- MissionBlitz (Optional)
- For Missions - How to blitz the mission (complete quickly)
- Timer (Optional)
- Any specific timer information. i.e. 30 Mins before site is destroyed. or 2 mins before Rats arrive after warpin.
- See also
- * {{PVEArticle}}
- * {{PVE}}
Visit User:Luxxianna Seraph/Sandbox/MissionHoverBox/PVEBoxTooltip/doc to edit this text! (How does this work?) (Refresh this text - why?)