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

User:Rayanth/SandboxTestingCodes: Difference between revisions

From EVE University Wiki
Rayanth (talk | contribs)
No edit summary
Rayanth (talk | contribs)
No edit summary
Line 1: Line 1:
On this page, I shall perform the wonderful task of playing around with random wiki codes.
On this page, I shall perform the wonderful task of playing around with random wiki codes.


=NPC Tables=
=customized table=


{{#css:
{{#css:
table.headers_left tr th {text-align: left; }
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2){
table.complex {font-size: 0.9em; line-height: 1.1em; padding-bottom: 0;}
  height: 90px;
table.complex caption {padding: 0.25em; text-align:left; }
  width: 40px;
table.complex tr th {background-color: #222; padding: 0.35em;}
  min-width: 40px;
table.complex tr td {padding: 0.25em; }
  max-width: 40px;
table.complex tr td.icon {text-align: center; padding: 0; }
  position: relative;
h4, h5, h6 {line-height: 1; padding-top: 0; padding-bottom: 0;}
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2) > div{
  position: relative;
  top: 0px;
  left: 45px; /* 80 * tan(-45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2) span {
  -ms-transform:skew(45deg,0deg) rotate(-45deg);
  -moz-transform:skew(45deg,0deg) rotate(-45deg);
  -webkit-transform:skew(45deg,0deg) rotate(-45deg);
  -o-transform:skew(45deg,0deg) rotate(-45deg);
  transform:skew(45deg,0deg) rotate(-45deg);
  position: absolute;
  bottom: 30px; /* 40 cos(-45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 100%;
  width: 85px; /* 80 / cos(-45) - 40 cos (-45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: nowrap; /*whether to display in one line or not*/
}
 
.table-header-rotated tr:first-of-type th:first-of-type > div,
.table-header-rotated tr:last-of-type th:first-of-type > div {
  vertical-align: center;
  text-align: left;
  font-size: 24px;
}
 
.table-header-rotated tr:last-of-type th:nth-of-type(n+2){
  height: 100px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  padding: 0;
  font-size: 12px;
  line-height: 1; 
}
.table-header-rotated tr:last-of-type th:nth-of-type(n+2) > div{
  position: relative;
  top: 0px;
  left: -50px; /* 80 * tan(-45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.table-header-rotated tr:last-of-type th:nth-of-type(n+2) span {
  -ms-transform:skew(45deg,0deg) rotate(-45deg);
  -moz-transform:skew(45deg,0deg) rotate(-45deg);
  -webkit-transform:skew(45deg,0deg) rotate(-45deg);
  -o-transform:skew(45deg,0deg) rotate(-45deg);
  transform:skew(45deg,0deg) rotate(-45deg);
  position: absolute;
  bottom: 35px; /* 40 cos(-45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 100%;
  width: 85px; /* 80 / cos(-45) - 40 cos (-45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: right;
  white-space: nowrap; /*whether to display in one line or not*/ 
}
 
.table-header-rotated tr:nth-of-type(n+2) td:first-of-type {
  white-space: nowrap;
}
 
table.table-header-rotated tr:nth-of-type(n+2) td:nth-of-type(n+2) {
  text-align: center;
}
table.table-header-rotated td{
  border: 1px solid #CCCCCC;
  border-spacing: 0px;
}
table.table-header-rotated {
  border-spacing: 0px;
  border-collapse: collapse;
}
 


.wikitable.NPC {margin-top: 0px;}
.wikitable.NPC .head-first {min-width: 360px; }
.wikitable.NPC .head th p {display: none; }
.wikitable.NPC caption {text-align:left; margin-left: 0.5em; }
.wikitable.NPC th {background-color: #222; padding: 0.5em 0.5em 0.4em; }
.wikitable.NPC td {padding: 0.65em 0.5em 0.5em; line-height: 1; }
.wikitable.NPC td.icon {padding: 0.1em; text-align: center; width: 24px; white-space: nowrap; }
.wikitable.NPC td.icon a {padding: 0 0.2em; }
.wikitable.NPC td.icon a img {margin: -6px; }
.wikitable.NPC .mw-collapsible-toggle {position: absolute; left: 1em;}
}}
}}


<div style="margin-left: 0.5em; font-weight: bold;">Initial Group</div>
 
{| class="wikitable NPC mw-collapsible"
<br><br>
|- class="head"
{| class="table-header-rotated"  
! class="head-first" colspan=2 |
! <div><span>Material</span></div> !! <div><span>Atmospheric Gases</span></div> !! <div><span>Cadmium</span></div> !! <div><span>Caesium</span></div> !! <div><span>Chromium</span></div> !! <div><span>Cobalt</span></div> !! <div><span>Dysprosium</span></div> !! <div><span>Evaporite Deposits</span></div> !! <div><span>Hafnium</span></div> !! <div><span>Hydrocarbons</span></div> !! <div><span>Mercury</span></div> !! <div><span>Neodymium</span></div> !! <div><span>Platinum</span></div> !! <div><span>Promethium</span></div> !! <div><span>Scandium</span></div> !! <div><span>Silicates</span></div> !! <div><span>Technetium</span></div> !! <div><span>Thulium</span></div> !! <div><span>Titanium</span></div> !! <div><span>Tungsten</span></div> !! <div><span>Vanadium</span></div>
! <span style="cursor:help;" title="Warp disruption (point)">WD</span>
|-
! <span style="cursor:help;" title="Electronic warfare">EWAR</span>
| Caesarium Cadmide ||  || O || O ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
! <span style="cursor:help;" title="Notable loot or salvage">L</span>
|-
{{NPCTableRow|Sentry|2|Angel Heavy Missile Battery}}
| Carbon Polymers ||  ||  ||  ||  ||  ||  ||  ||  || He ||  ||  ||  ||  ||  || He ||  ||  ||  ||  ||
{{NPCTableRow|Cruiser|3-4|Gistum Liquidator/Marauder|trigger=Triggers Wave #2}}
|-
| Ceramic Powder ||  ||  ||  ||  ||  ||  || H ||  ||  ||  ||  ||  ||  ||  || H ||  ||  ||  ||  ||
|-
| Crystallite Alloy ||  || He ||  ||  || He ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Dysporite ||  ||  ||  ||  ||  || He ||  ||  ||  || He ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Fernite Alloy ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || H ||  ||  ||  ||  ||  || H
|-
| Ferrofluid ||  ||  ||  ||  ||  || H ||  || H ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Fluxed Condensates ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || O ||  ||  ||  ||  ||  || O ||  ||  ||
|-
| Hexite ||  ||  ||  || N ||  ||  ||  ||  ||  ||  ||  || N ||  ||  ||  ||  ||  ||  ||  ||
|-
| Hyperflurite ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || N ||  ||  ||  ||  ||  ||  || N
|-
| Neo Mercurite ||  ||  ||  ||  ||  ||  ||  ||  ||  || He || He ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Platinum Technite ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || N ||  ||  ||  || N ||  ||  ||  ||
|-
| Promethim Mercurite ||  ||  ||  ||  ||  ||  ||  ||  ||  || He ||  ||  || He ||  ||  ||  ||  ||  ||  ||
|-
| Prometium ||  || O ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || O ||  ||  ||  ||  ||  ||  ||
|-
| Rolled Tungsten Alloy ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || N ||  ||  ||  ||  ||  ||  || N ||
|-
| Silicon Diborite ||  ||  ||  ||  ||  ||  || O ||  ||  ||  ||  ||  ||  ||  || O ||  ||  ||  ||  ||
|-
| Solerium ||  ||  || O || O ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Sulfuric Acid || N ||  ||  ||  ||  ||  || N ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
|-
| Thulium Hafnite ||  ||  ||  ||  ||  ||  ||  || H ||  ||  ||  ||  ||  ||  ||  ||  || H ||  ||  ||
|-
| Titanium Chromide ||  ||  ||  || O ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || O ||  ||  
|-
| Vanadium Hafnite ||  ||  ||  ||  ||  ||  ||  || H ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || H
|-
| Max Security Found || All || L/N || L/N || L/N || L/N || L/N || All || L/N || All || L/N || L/N || L/N || L/N || L/N || All || L/N || L/N || L/N || L/N || L/N
|-
! <div><span>Ore</span></div> !! <div><span>Zeolite, Otavite,<br> Carnotite, Xenotime</span></div> !! <div><span>Otavite, Ytterbite</span></div> !! <div><span>Pollucite</span></div> !! <div><span>Chromite, Monazite</span></div> !! <div><span>Cobaltite, Carnotite, <br>Xenotime</span></div> !! <div><span>Xenotime</span></div> !! <div><span>Sylvite, Sperrylite, <br>Cinnabar, Monazite</span></div> !! <div><span>Zircon</span></div> !! <div><span>Bitumens, Chromite, <br>Pollucite, Loparite</span></div> !! <div><span>Cinnabar</span></div> !! <div><span>Monazite</span></div> !! <div><span>Sperrylite, Loparite</span></div> !! <div><span>Loparite</span></div> !! <div><span>Euxenite, Loparite, <br>Pollucite</span></div> !! <div><span>Coesite, Vanadinite, <br>Zircon, Ytterbite</span></div> !! <div><span>Carnotite</span></div> !! <div><span>Ytterbite</span></div> !! <div><span>Titanite, Zircon, <br>Monazite</span></div> !! <div><span>Scheelite, Cinnabar, <br>Monazite</span></div> !! <div><span>Vanadinite, Xenotime</span></div>
|}
|}
=Fittings Templates=
<div class="module high" data-typeid="19739" data-name="Cruise Missile Launcher II, Nova Fury Cruise Missile">https://image.eveonline.com/Type/19739_64.png</div>