Difference between revisions of "Template:ShipArticle"
m |
|||
Line 18: | Line 18: | ||
.ship-article h2 .mw-headline | .ship-article h2 .mw-headline | ||
{ | { | ||
− | color: # | + | color: #656565; |
display: inline-block; | display: inline-block; | ||
− | font-size: | + | font-size: 16px; |
padding: 0 5px; | padding: 0 5px; | ||
} | } | ||
Line 85: | Line 85: | ||
{ | { | ||
+ | } | ||
+ | .ship-article .main .left-col | ||
+ | { | ||
+ | background-color: #231C0F; | ||
+ | border-color: #2D2413 #19140B #19140B #2D2413; | ||
+ | border-style: solid; | ||
+ | border-width: 2px; | ||
+ | padding: 5px; | ||
+ | width: 256px; | ||
} | } | ||
.ship-article .main .box-line | .ship-article .main .box-line | ||
Line 105: | Line 114: | ||
margin: 0 10px; | margin: 0 10px; | ||
position: relative; | position: relative; | ||
− | } | + | } |
+ | .ship-article .main .box-info | ||
+ | { | ||
+ | margin-top: 5px; | ||
+ | padding: 0; | ||
+ | } | ||
.attributes | .attributes | ||
{ | { | ||
− | + | margin-left: 5px; | |
} | } | ||
.attributes h3 | .attributes h3 | ||
Line 188: | Line 202: | ||
text-align: center; | text-align: center; | ||
width: 50px; | width: 50px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .ship-article .main .box-info .ecm-info | ||
+ | { | ||
+ | background-color: transparent; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info tr,.ship-article .main .box-info .ecm-info td | ||
+ | { | ||
+ | line-height: 110%; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .faction-img | ||
+ | { | ||
+ | width: 60px; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .faction | ||
+ | { | ||
+ | color: white; | ||
+ | font-family: helvetica; | ||
+ | font-size: 120%; | ||
+ | font-variant: small-caps; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | vertical-align: bottom; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority | ||
+ | { | ||
+ | background-color: black; | ||
+ | border: 1px solid #323931; | ||
+ | position: relative; | ||
+ | width: 70px; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority:hover .ecm-desc, | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority.hover .ecm-desc | ||
+ | { | ||
+ | display: block; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .ecm-desc | ||
+ | { | ||
+ | background-color: black; | ||
+ | border: 2px dashed #582806; | ||
+ | display: none; | ||
+ | font-size: 80%; | ||
+ | left: 75px; | ||
+ | padding: 5px; | ||
+ | position: absolute; | ||
+ | top: -1px; | ||
+ | width: 300px; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .ecm-desc p | ||
+ | { | ||
+ | font-family: arial; | ||
+ | line-height: 110%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | text-align: left; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .label | ||
+ | { | ||
+ | background-color: #582806; | ||
+ | font-family: trebuchet MS; | ||
+ | font-size: 80%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .value | ||
+ | { | ||
+ | font-size: 32px; | ||
+ | line-height: 30px; | ||
+ | padding: 3px 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .none { color:gray; } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .low { color:#9C6825; } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .normal { color:orange; } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .high { color:yellow; } | ||
+ | .ship-article .main .box-info .ecm-info .ecm-priority .veryhigh { color:red; } | ||
+ | |||
+ | .ship-article .main .box-info .ecm-info .hull-type | ||
+ | { | ||
+ | text-align: center; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .sensor-type | ||
+ | { | ||
+ | font-size: 12px; | ||
+ | font-variant: small-caps; | ||
+ | text-align: center; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | .ship-article .main .box-info .ecm-info .type-gravimetric { color: #B2C4DA; } | ||
+ | .ship-article .main .box-info .ecm-info .type-magnetometric { color: #5AD3C9; } | ||
+ | .ship-article .main .box-info .ecm-info .type-ladar { color: #CD5B56; } | ||
+ | .ship-article .main .box-info .ecm-info .type-radar { color: #DCC69B; } | ||
+ | |||
+ | .ship-article .main .box-awards | ||
+ | { | ||
+ | margin-left: -6px; | ||
+ | margin-right: -6px; | ||
+ | padding: 5px 0; | ||
+ | position: relative; | ||
+ | } | ||
+ | .ship-article .main .box-awards .award | ||
+ | { | ||
+ | background-color: #1A1100; | ||
+ | border-color: #393734 black; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-bottom: 2px; | ||
+ | padding: 2px 5px; | ||
+ | } | ||
+ | .ship-article .main .box-awards .award .award-img | ||
+ | { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .ship-article .main .box-awards .award .award-label | ||
+ | { | ||
+ | color: #B89964; | ||
+ | display: inline-block; | ||
+ | font-family: trebuchet MS; | ||
+ | font-size: 90%; | ||
+ | font-variant: small-caps; | ||
+ | height: 20px; | ||
+ | line-height: 20px; | ||
+ | } | ||
+ | .ship-article .main .box-awards .award .award-bgr | ||
+ | { | ||
+ | color: #4C4C4C; | ||
+ | float: right; | ||
+ | font-family: trebuchet MS; | ||
+ | font-size: 80%; | ||
+ | } | ||
+ | |||
+ | .ship-article .main .box-discussion | ||
+ | { | ||
+ | background-color: #1A1100; | ||
+ | border-bottom: 1px solid #393734; | ||
+ | border-top: 1px solid #393734; | ||
+ | margin-left: -6px; | ||
+ | margin-right: -6px; | ||
+ | margin-top: 5px; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | .ship-article .main .box-discussion .discussion-bgr | ||
+ | { | ||
+ | color: #4C4C4C; | ||
+ | font-family: trebuchet MS; | ||
+ | font-size: 90%; | ||
+ | } | ||
+ | .ship-article .main .box-discussion .linkname | ||
+ | { | ||
+ | font-size: 90%; | ||
+ | padding: 0 5px; | ||
} | } | ||
}} | }} | ||
Line 197: | Line 365: | ||
<div class='shipname'>Drake</div> | <div class='shipname'>Drake</div> | ||
</div> | </div> | ||
− | <div class='breadcrumbs'>[[:Category:Database|Database]]<span class='separator'>▸</span>[[:Category:Ship Database|Ship Database]]<span class='separator'>▸</span>[[:Category:Battlecruiser|Battlecruiser]]</div> | + | <div class='breadcrumbs'>[[:Category:Database|Database]]<span class='separator'>▸</span>[[:Category:Ship Database|Ship Database]]<span class='separator'>▸</span>[[:Category:Battlecruiser|Battlecruiser]]<span class='separator'>▸</span>[[Drake|Drake]]</div> |
<div class='main'> | <div class='main'> | ||
<table cellspacing='0' cellpadding='0' style='width:100%'> | <table cellspacing='0' cellpadding='0' style='width:100%'> | ||
<tr> | <tr> | ||
− | <td valign='top' | + | <td valign='top' class='left-col'> |
<div style='border:1px solid #323931'>[[Image:Drake.jpg|center|256x256px|Drake]]</div> | <div style='border:1px solid #323931'>[[Image:Drake.jpg|center|256x256px|Drake]]</div> | ||
− | <div class='box-line box- | + | <div class='box-line box-info'> |
− | < | + | <table class='ecm-info' cellspacing='0' cellpadding='0'> |
− | + | <tr> | |
+ | <td rowspan='3' class='faction-img'>[[Image:Logo_faction_caldari_state.png|center|60x60px|Caldari State]]</td> | ||
+ | <td class='faction'>Caldari State</td> | ||
+ | <td rowspan='3' style='width:70px'> | ||
+ | <div class='ecm-priority'> | ||
+ | <div class='label'>ECM PRIORITY</div> | ||
+ | <div class='value normal'>4</div> | ||
+ | <div class='ecm-desc'> | ||
+ | <p> | ||
+ | ECM Priority number stated on the left box meant to be a basic guideline for ECM pilots to prioritize the targeting of this type of ship. Higher numbers are considered to be a higher priority, with detailed color legend listed below : | ||
+ | <ul> | ||
+ | <li><span class='none'>0</span> : Don't bother jamming this ship</li> | ||
+ | <li><span class='low'>1-3</span> : Low priority, jam only if no higher priority in range or found</li> | ||
+ | <li><span class='normal'>4-6</span> : Normal priority</li> | ||
+ | <li><span class='high'>7-9</span> : High priority target, unless instructed otherwise by FC</li> | ||
+ | <li><span class='veryhigh'>10</span> : Highest priority target, always jam first if found, unless instructed otherwise</li> | ||
+ | </ul> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class='hull-type'>[[:Category:Battlecruiser|Battlecruiser]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class='sensor-type type-gravimetric'>Gravimetric Sensor</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <div class='box-line box-awards'> | ||
+ | <div class='award'> | ||
+ | <div class='award-img'>[[Image:UNIGradMedal.PNG|20x20px|middle|structure hitpoints]]</div> | ||
+ | <div class='award-label'>#1 Highest Potential Tank in Eve</div> | ||
+ | <div class='award-bgr'>AWARDS</div> | ||
+ | </div> | ||
+ | <div class='award'> | ||
+ | <div class='award-img'>[[Image:UNIGradMedal.PNG|20x20px|middle|structure hitpoints]]</div> | ||
+ | <div class='award-label'>#1 Highest Potential Tank in Caldari</div> | ||
+ | <div class='award-bgr'>AWARDS</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class='box-line box-discussion'> | ||
+ | <div class='discussion-bgr'>FORUM DISCUSSION</div> | ||
+ | <div class='linkname'>{{#if:{{{forumlinks}}}|{{{forumlinks|[http://forum.eveuniversity.org/viewforum.php?f=128 <i>none</i>, start one now!]}}}|[http://forum.eveuniversity.org/viewforum.php?f=128 <i>none</i>, start one now!]}}</div> | ||
</div> | </div> | ||
</td> | </td> |
Revision as of 09:23, 19 September 2011
FORUM DISCUSSION
|
The Drake is the most commonly flown ship in all of EVE, effective in both PvE and PvP combat. PvE load-outs sport an insane passive regeneration shield tank while in PvP the Drake is fitted with a huge buffer tank (sometimes achieving a number of effective hit points equal to Battleships). While its DPS is not as effective as those of other races Battlecruisers its awesome tank means that it will often be the last ship standing on a battlefield. Enemy commanders are unlikely to call a Drake primary. This fact coupled with its tanking abilities as well as the possibility to fit a Warfare Link make it a very good command ship for fleet commanders (FC, WC and SC). It also makes for a great if very obvious bait ship, sucking up enemy fire until the main fleet arrives. Ship Bonuses Battlecruiser Skill Bonus: Ship Attributes
|