Difference between revisions of "User:Rayanth/SandboxTestingCodes"

From EVE University Wiki
Jump to: navigation, search
Tag: Replaced
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.
 +
 +
{{#css:
 +
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2){
 +
  height: 90px;
 +
  width: 40px;
 +
  min-width: 40px;
 +
  max-width: 40px;
 +
  position: relative;
 +
  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;
 +
}
 +
 +
.ln {
 +
  color: #D77700;
 +
}
 +
 +
.all {
 +
  color: #EFEF00;
 +
}
 +
 +
}}
 +
 +
 +
<br><br>
 +
{| class="table-header-rotated"
 +
! <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>
 +
|-
 +
| Caesarium Cadmide ||  || O || O ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 +
|-
 +
| Carbon Polymers ||  ||  ||  ||  ||  ||  ||  ||  || He ||  ||  ||  ||  ||  || He ||  ||  ||  ||  ||
 +
|-
 +
| 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 || <span class="all">All</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="all">All</span> || <span class="ln">L/N</span> || <span class="all">All</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="all">All</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span> || <span class="ln">L/N</span>
 +
|-
 +
! <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>
 +
|}
 +
  
 
= post-upgrade Table cleanup list for align="center" =  
 
= post-upgrade Table cleanup list for align="center" =  

Revision as of 07:45, 24 November 2019

On this page, I shall perform the wonderful task of playing around with random wiki codes.





Material
Atmospheric Gases
Cadmium
Caesium
Chromium
Cobalt
Dysprosium
Evaporite Deposits
Hafnium
Hydrocarbons
Mercury
Neodymium
Platinum
Promethium
Scandium
Silicates
Technetium
Thulium
Titanium
Tungsten
Vanadium
Caesarium Cadmide O O
Carbon Polymers He He
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
Ore
Zeolite, Otavite,
Carnotite, Xenotime
Otavite, Ytterbite
Pollucite
Chromite, Monazite
Cobaltite, Carnotite,
Xenotime
Xenotime
Sylvite, Sperrylite,
Cinnabar, Monazite
Zircon
Bitumens, Chromite,
Pollucite, Loparite
Cinnabar
Monazite
Sperrylite, Loparite
Loparite
Euxenite, Loparite,
Pollucite
Coesite, Vanadinite,
Zircon, Ytterbite
Carnotite
Ytterbite
Titanite, Zircon,
Monazite
Scheelite, Cinnabar,
Monazite
Vanadinite, Xenotime


post-upgrade Table cleanup list for align="center"

This list compiled by an API search for:

wikitable align center

- it returns a lot of false positives and we're only worried about pages that have it set on the actual Table tag, not cells, etc.

https://wiki.eveuniversity.org/Special:ApiSandbox#action=query&format=json&prop=&meta=&revids=&generator=search&gsrsearch=%7B%7C%20wikitable%20align%20center&gsrnamespace=10&gsrlimit=max&gsrwhat=text&gsrinfo=totalhits&gsrprop=size%7Cwordcount%7Ctimestamp%7Csnippet

Note: I have checked everything up to the line.

   AMC Search & Rescue Operations
   Abyssal modules
   Alliance Tournament
   Amarr COSMOS
   Anatomy of Incursions
   Angel COSMOS
   Average Frontier Deposit
   Average Hedbergite, Hemorphite, and Jaspet Deposit
   Average Hemorphite, Jaspet, and Kernite Deposit
   Average Jaspet, Kernite and Omber Deposit
   Average Kernite and Omber Deposit
   Average Omber Deposit
   Blockade Runners
   CORE classes
   Caldari COSMOS
   Capacitor
   Capital ships
   Clone states
   Colony management
   Combat sites
   Command Bursts
   Common Perimeter Deposit
   Distress Beacon
   Distribution mission reports
   Distribution missions
   Drone-capable ships
   Drone mechanics
   Drones
   EVE University Rules
   Electronic Countermeasures
   Electronic warfare
   Entosis Link
   Events Department
   Exceptional Core Deposit
   Faction warfare
   Faction warfare missions
   Faction warfare standings
   Factions
   Fighters
   Fitting missile launchers
   Fitting upwell structures
   Fleet setup in Incursions
   Forward Reconnaissance Outpost
   Gallente COSMOS
   --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
   Gas cloud harvesting
   Guristas COSMOS
   IVY Defense Status
   Ice harvesting
   Incursion fitting principles
   Incursions
   Incursions checklist
   Infrequent Core Deposit
   Invention
   Isolated Core Deposit
   Large Hedbergite, Hemorphite, and Jaspet Deposit
   Large Hemorphite, Jaspet, and Kernite Deposit
   Large Jaspet, Kernite and Omber Deposit
   Large Kernite and Omber Deposit
   Large Omber Deposit
   List of shattered systems
   Logistics
   Lyavite in Incursions
   Medical boosters
   Mining Primer for Complete Beginners
   Mining mission reports
   Minmatar COSMOS
   Missile mechanics
   Mission Hubs
   Mission Mining/Level 1 Missions
   Mission mining
   Mission reports
   Mumble
   NPC damage types
   NSC Skill Recommendations
   NSC Sponsored Shipping
   Nation Commander Outpost
   Nation Commander Stronghold
   Nation Consolidation Network
   Nation Industrial Proxy
   Nation Mining Colony
   Natural resistances
   NullSec Ratting
   ORE Basic Ship and Skill Overview
   Ordinary Perimeter Deposit
   Orientation Department
   Override Transfer Array
   Overwhelmed Civilian Facility
   POS Setup
   POS Warfare
   Passive shield tanking
   Personnel Department
   Planetary Interaction
   Planetary Interaction at the NSC
   Planetary buildings
   Preparing for Incursions
   Propaganda Cluster
   Rarified Core Deposit
   Reactions
   Relic and data sites
   Reprocessing
   Retired third-party tools
   Salvaging
   Scanning
   Scripts
   Security status
   Shadow of the Serpent
   Shattered Debris Field
   Shattered Ice Field
   Showdown Invitational
   Skill Hardwiring
   Skill trading
   Skillbook Program/Seeded Price
   Skills and learning
   Small Dark Ochre and Gneiss Deposit
   Small Hedbergite, Hemorphite, and Jaspet Deposit
   Small Hemorphite, Jaspet, and Kernite Deposit
   Small Jaspet, Kernite, and Omber Deposit
   Small Kernite and Omber Deposit
   Small Omber Deposit
   Smartbombs
   Stacking penalties
   Stealth Bombers
   Superior Sleeper Cache
   Teams
   The Explorers Shadow 004
   The Explorers Shadow 005
   The Explorers Shadow 006
   The Explorers Shadow 014
   The Explorers Shadow 017
   The Explorers Shadow 020
   Third-party tools
   Titles Department
   True Power Provisional Headquarters
   Turrets
   Uncommon Core Deposit
   Unexceptional Frontier Deposit
   Unusual Core Deposit
   Upwell structures
   Visual wormhole identification
   Vulnerability
   WHC Bookmark Naming Scheme
   Wormhole scouting
   Wormhole space
   Wormholes