Difference between revisions of "User:Rayanth/WIP"

From EVE University Wiki
Jump to: navigation, search
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__toc__
 +
In addition to my WIP pages below, which are used primarily to maintain my work on various articles, I have published a [[User:Rayanth/Manifesto|Manifesto]] of things I plan to improve on the UniWiki overall.
  
 +
I also have a page where you can make [[User:Rayanth/Requests|Requests]] for things you would like to see added to or changed with the Wiki.
 +
 +
 +
==General WIP==
 
[[User:Rayanth/Sandbox]] For New Player Experience (Tutorial)
 
[[User:Rayanth/Sandbox]] For New Player Experience (Tutorial)
 
6/1/2019 Update : Due to several changes in the Agency in the May expansion, and a loss of data from when I started this, I need to start over.
 
6/1/2019 Update : Due to several changes in the Agency in the May expansion, and a loss of data from when I started this, I need to start over.
  
[[User:Rayanth/SandboxTestingCodes]] where I test wiki markup code - can just ignore this thing.
+
[[User:Rayanth/Sandbox2]] Notes for starting a section on ESI and SSO
 +
 
 +
[[User:Rayanth/SSO]] Beginnings of a page on using SSO to authenticate a character for ESI
 +
 
 +
[[User:Rayanth/SandboxTestingCodes]] where I test wiki markup code - you can just ignore this thing.
  
 
[[User:Rayanth/SandboxNavBars]] lining up all the navbars to see if they are uniform
 
[[User:Rayanth/SandboxNavBars]] lining up all the navbars to see if they are uniform
 +
 +
[[User:Rayanth/SandboxMoS]] Developing a new, streamlined Manual of Style
 +
 +
[[User:Rayanth/MissionReports]] An idea for a restructuring of the Mission Reports page, to add more info and break it up by level/type
 +
 +
 +
  
 
https://docs.esi.evetech.net/docs/image_server.html
 
https://docs.esi.evetech.net/docs/image_server.html
Line 11: Line 28:
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
  
==OVERALL WIKI WORKS IN PROGRESS==
+
==Useful References for Future WIP==
 +
Structure timers/mechanics: https://support.eveonline.com/hc/en-us/articles/208289385-Upwell-Structures-Vulnerability-States
  
Change Hyperlink colors for Preference page: (In screen.css for Skin)<br>
+
==Works In Progress for the Overall Wiki==
{{code|<nowiki>#</nowiki>preftoc a,
+
===Navbars===
<nowiki>#</nowiki>preftoc a:active {
+
Normalizing the right-floated topic navbars, possibly converting them to a template of their own that can be derived from. See [[User:Rayanth/SandboxNavBars]]
display: inline-block;
 
position: relative;
 
color: orange;  // Was <nowiki>#</nowiki>0645ad - a blue. hard to see on black.
 
padding: 0.5em;
 
text-decoration: none;
 
background-image: none;
 
font-size: 0.9em;
 
}
 
<nowiki>#</nowiki>preftoc a:hover,
 
<nowiki>#</nowiki>preftoc a:focus {
 
text-decoration: underline;
 
}
 
<nowiki>#</nowiki>preftoc li.selected a {
 
/* @embed */
 
background-image: url(images/preferences-fade.png);
 
background-position: bottom;
 
background-repeat: repeat-x;
 
color: #888888;  // Was <nowiki>#</nowiki>333333 - too dark.
 
text-decoration: none;
 
}
 
}}
 

Revision as of 21:12, 18 January 2020

In addition to my WIP pages below, which are used primarily to maintain my work on various articles, I have published a Manifesto of things I plan to improve on the UniWiki overall.

I also have a page where you can make Requests for things you would like to see added to or changed with the Wiki.


General WIP

User:Rayanth/Sandbox For New Player Experience (Tutorial) 6/1/2019 Update : Due to several changes in the Agency in the May expansion, and a loss of data from when I started this, I need to start over.

User:Rayanth/Sandbox2 Notes for starting a section on ESI and SSO

User:Rayanth/SSO Beginnings of a page on using SSO to authenticate a character for ESI

User:Rayanth/SandboxTestingCodes where I test wiki markup code - you can just ignore this thing.

User:Rayanth/SandboxNavBars lining up all the navbars to see if they are uniform

User:Rayanth/SandboxMoS Developing a new, streamlined Manual of Style

User:Rayanth/MissionReports An idea for a restructuring of the Mission Reports page, to add more info and break it up by level/type



https://docs.esi.evetech.net/docs/image_server.html

169240841_512.jpg

Useful References for Future WIP

Structure timers/mechanics: https://support.eveonline.com/hc/en-us/articles/208289385-Upwell-Structures-Vulnerability-States

Works In Progress for the Overall Wiki

Navbars

Normalizing the right-floated topic navbars, possibly converting them to a template of their own that can be derived from. See User:Rayanth/SandboxNavBars