Difference between revisions of "User:Ezra Salaz/Sandbox"

From EVE University Wiki
Jump to: navigation, search
m
m (Undo revision 187930 by Ezra Salaz (talk))
Tag: Undo
Line 1: Line 1:
{{Infobox
+
{{User:Ezra Salaz/Template:SideNavBar}}
| name        = <!-- left empty, to NOT have edit links at the bottom of the box.-->
 
  
| labelstyle  =
+
== About This Page ==
  border-radius: 4px;
 
  text-align: center;
 
  
| datastyle  =
+
This is where I experiment with formatting, templating, etc.
  border-radius: 4px;
 
  text-align: justify;
 
  overflow:auto; 
 
  
| abovestyle  =
+
'''''Please ignore if anything looks out of place.'''''
  border-radius: 4px;
 
  background: {{{color}}}; <!-- Pick your color. Dont forget to change it under headerstyle. Feel free to use: https://imagecolorpicker.com/ -->
 
  background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}}));
 
  background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%);
 
  color: #000000; <!-- Text color. Default is Black. -->
 
  
| above          = {{#if: {{{class name|}}}
+
=== Other "Fun" Pages of Mine ===
                    | {{#if: {{{class page name|}}}
+
*[[User:Ezra Salaz/Notes]]
                      | [[{{{class page name}}}|{{{class name}}}]]
+
*[[User:Ezra Salaz/Template:TopNavBar]]
                      | Class page name ?
+
*[[User:Ezra Salaz/Template:SideNavBar]]
                      }}
+
*[[User:Ezra Salaz/Sandbox/Template:Ship]]
                    | Class name ?
+
*[[User:Ezra Salaz/Sandbox/Gnosis]]
                  }}
+
*[[User:Ezra Salaz/Sandbox/Porpoise]]
  
| image      = {{#if: {{{image|}}}
+
== Tables Testing ==
                | [[File:{{{image}}}|{{#if: {{{size|}}}
 
                                      | {{{size}}}
 
                                      | 250px
 
                                      }}|link={{{class page name}}}]]
 
                                      }}
 
                {{#if: {{{imagecorp|}}}
 
                | <br>[[{{{imagecorp}}}|top|64px]]
 
                }}
 
| caption    = {{{caption|}}}
 
  
| headerstyle =
+
Weird stuff past here. Scroll at your own risk.
  border-radius: 4px;
 
  background: {{{color}}}; <!-- Pick your color. Dont forget to change it under abovestyle. Feel free to use: https://imagecolorpicker.com/ -->
 
  background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}}));
 
  background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);
 
  background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%);
 
  color: #000000; <!-- Text color. Default is Black. -->
 
  
| header1    = Details
+
----
  
|  label2    = About Me
+
=== Template Calls ===
|  data2    = {{{about me|}}}
+
Used on callout bellow:<br>
 +
Modded: Template:Ship, Gnosis<br>
 +
Unchanged: None<br>
 +
Option passed: tooltip<br>
 +
Expected behaviour: box
  
|  label3    = Experience
+
{{User:Ezra Salaz/Sandbox/Template:Ship|User:Ezra_Salaz/Sandbox/Gnosis|tooltip}
|  data3    = {{{experience|}}}
 
  
|  label4    = Skillset
+
Used on callout bellow:<br>
|  data4    = {{{skillset|}}}
+
Modded: Gnosis<br>
 +
Unchanged: Template:Ship<br>
 +
Option passed: small<br>
 +
Expected behaviour: box
  
|  label5    = Playtimes
+
{{Ship|User:Ezra_Salaz/Sandbox/Gnosis|small}
|  data5    = {{{playtimes|}}}
 
  
|  label6    = Biography
+
Used on callout bellow:<br>
|  data6    = {{{biography|}}}
+
Modded: Template:Ship, Porpoise.<br>
 +
Unchanged: None<br>
 +
Option passed: box<br>
 +
Expected behaviour: box
  
}}<noinclude>
+
{{User:Ezra Salaz/Sandbox/Template:Ship|User:Ezra_Salaz/Sandbox/Porpoise|box}
{{documentation}}
+
 
</noinclude>
+
Used on callout bellow:<br>
 +
Modded: Gnosis<br>
 +
Unchanged: Template:Ship<br>
 +
Option passed: tooltip<br>
 +
Expected behaviour: box
 +
 
 +
{{Ship|User:Ezra_Salaz/Sandbox/Gnosis|tooltip}
 +
 
 +
=== Verification ===
 +
Last two calls are unchanged. They serve as confirmation that the templates are working as intended.<br>
 +
Used on callout bellow:<br>
 +
Modded: None<br>
 +
Unchanged: Template:Ship, Osprey.<br>
 +
Option passed: box<br>
 +
Expected behaviour: box
 +
 
 +
{{Ship|Osprey|box}
 +
 
 +
Used on callout bellow:<br>
 +
Modded: None<br>
 +
Unchanged: Template:Ship, Breacher.<br>
 +
Option passed: tooltip<br>
 +
Expected behaviour: tooltip
 +
 
 +
{{Ship|Breacher|tooltip}
 +
 
 +
----
 +
 
 +
== Code Testing ==
 +
 
 +
=== This code... ===
 +
 
 +
<pre>
 +
{| class="wikitable sortable" style="text-align: center;"
 +
|-
 +
! scope="col" | Date
 +
! scope="col" class="unsortable" | Type
 +
! scope="col" class="unsortable" | Title
 +
! scope="col" | Host
 +
|-
 +
| 2021-11-16 || Event || Beautify the Wiki || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=122433 Link]
 +
|-
 +
| 2022-03-31 || Event || Beautify the Wiki: EVE University Anniversary Edition || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=123454 Link]
 +
|}
 +
</pre>
 +
 
 +
=== Produces this... ===
 +
 
 +
{| class="wikitable sortable" style="text-align: center;"
 +
|-
 +
! scope="col" | Date
 +
! scope="col" class="unsortable" | Type
 +
! scope="col" class="unsortable" | Title
 +
! scope="col" | Host
 +
|-
 +
| 2021-11-16 || Event || Beautify the Wiki || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=122433 Link]
 +
|-
 +
| 2022-03-31 || Event || Beautify the Wiki: EVE University Anniversary Edition || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=123454 Link]
 +
|}
 +
 
 +
{{User:Ezra_Salaz/Sandbox/Template:Management_Rules_Services_Navbox}}

Revision as of 21:47, 9 June 2022

E-UNI Emblem.png
My Useful Links
Main Pages

Ezra Salaz
Natalia Base
My Sandbox
My Notes

General

zKillboard.com
Dotlan Maps
Gate Checker
UedamaScout
EVE Tycoon
EVE Marketer

Teaching

Classes
Teaching Department
Teaching a Class
Good teaching guide
Scheduling a class
EVE University Calendar

EVE Uni Wiki

Main Page
Editing Guide
Manual of Style
Combat Sites
Exploration
HTML Tables
WikiMedia: RefCard

EVE Uni Forums

UniForum
Forum Profile
Open Staff Positions
Guide: Title Applications
PvP: Doctrines
Hi and Bye Forum
Work2Own: Barges

Industry

Industry
Janice: Appraisal
Fuzzwork: Ore
Fuzzwork: Gas
Fuzzwork: Ice
Adam4EVE: PI
EVE Tycoon

Wormholes

PathFinder
WH DB - anoik.is
Guide: WH PvE
EVE Scout
Tripwire
Wormholes

Missions

Missions
Mission reports
Mission Data Base
EVE-Survival
Darkblads' Links
NPC Damage Types

Other Personal Pages

Template:TopNavBar
Template:SideNavBar
Template:Ship
Sandbox/Gnosis
Sandbox/Porpoise




About This Page

This is where I experiment with formatting, templating, etc.

Please ignore if anything looks out of place.

Other "Fun" Pages of Mine

Tables Testing

Weird stuff past here. Scroll at your own risk.


Template Calls

Used on callout bellow:
Modded: Template:Ship, Gnosis
Unchanged: None
Option passed: tooltip
Expected behaviour: box

{{User:Ezra Salaz/Sandbox/Template:Ship|User:Ezra_Salaz/Sandbox/Gnosis|tooltip}

Used on callout bellow:
Modded: Gnosis
Unchanged: Template:Ship
Option passed: small
Expected behaviour: box

{{Ship|User:Ezra_Salaz/Sandbox/Gnosis|small}

Used on callout bellow:
Modded: Template:Ship, Porpoise.
Unchanged: None
Option passed: box
Expected behaviour: box

{{User:Ezra Salaz/Sandbox/Template:Ship|User:Ezra_Salaz/Sandbox/Porpoise|box}

Used on callout bellow:
Modded: Gnosis
Unchanged: Template:Ship
Option passed: tooltip
Expected behaviour: box

{{Ship|User:Ezra_Salaz/Sandbox/Gnosis|tooltip}

Verification

Last two calls are unchanged. They serve as confirmation that the templates are working as intended.
Used on callout bellow:
Modded: None
Unchanged: Template:Ship, Osprey.
Option passed: box
Expected behaviour: box

{{Ship|Osprey|box}

Used on callout bellow:
Modded: None
Unchanged: Template:Ship, Breacher.
Option passed: tooltip
Expected behaviour: tooltip

{{Ship|Breacher|tooltip}


Code Testing

This code...

{| class="wikitable sortable" style="text-align: center;"
|-
! scope="col" | Date
! scope="col" class="unsortable" | Type
! scope="col" class="unsortable" | Title
! scope="col" | Host
|-
| 2021-11-16 || Event || Beautify the Wiki || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=122433 Link]
|-
| 2022-03-31 || Event || Beautify the Wiki: EVE University Anniversary Edition || [https://forum.eveuniversity.org/viewtopic.php?f=104&t=123454 Link]
|}

Produces this...

Date Type Title Host
2021-11-16 Event Beautify the Wiki Link
2022-03-31 Event Beautify the Wiki: EVE University Anniversary Edition Link