Leaftidewiki:User Guide: Difference between revisions

From leaftidewiki
Jump to navigation Jump to search
imported>An Adventurer
No edit summary
imported>An Adventurer
(Removing the "Altering the look of the Wiki" section, as this is no longer relevant with the base fandom skin and themes and css that have been applied.)
Line 17: Line 17:
* Fandom: [[Help:Contents]]
* Fandom: [[Help:Contents]]
* Wikimedia's Meta wiki: [http://meta.wikimedia.org/wiki/Help:Editing Help:Editing]
* Wikimedia's Meta wiki: [http://meta.wikimedia.org/wiki/Help:Editing Help:Editing]
== Altering the look of the Wiki ==
=== Disabling tooltips ===
If you prefer not to view the tooltips that appear when hovering over item links found on patch pages, quest guides and some other pages, add the following code to your personal [[Special:Mypage/common.js|js page]].
<pre>
var tooltipsOn = false;
</pre>
'''Note:''' After saving, you have to bypass your browser's cache to see the changes. You may have the bypass the cache twice (once for the js page and a second time for any other page you're viewing at the time).
* Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
* Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
* Opera users have to clear their caches through Tools→Preferences
* Konqueror and Safari users can just click the Reload button.
* Chrome: press Ctrl+F5 or Shift+F5
=== Changing section colors ===
You can change the section colors used on the home page and in the relevant templates by using your personal [[Special:Mypage/common.css|css page]]. Copy the following code into your personal css page and change the hexadecimal value after each hash (see [http://www.w3schools.com/cssref/css_colorsfull.asp here] for a list of colors and their HEX values.)
<pre>
.accwikibgc {background: #99b6ec}
.characterbgc {background: #bceca9}
.gameplaybgc {background: #fffaa6}
.newsbgc {background: #a79aec}
.questsbgc {background: #eca9bc}
.itemsbgc {background: #a9deec}
.craftingbgc {background: #ecd8a9}
.worldbgc {background: #ecb7a9}
.lorebgc {background: #b1897e}
.gettingstartedbgc {background: #d7a9ec}
.mediabgc {background: #ffcea6}
</pre>
=== Editing other elements (advanced) ===
If you wish to change the styling of other templates used on the the wiki, copy the contents of the [[Mediawiki:common.css]] into your personal [[Special:Mypage/common.css|css page]] and edit the declarations there. Please do not edit the Mediawiki page without speaking to an [[ACCWiki:Administrators|admin]] first.
See http://www.w3schools.com/css/css_intro.asp for a guide to CSS.


[[Category:Wiki]][[Category:Help]]
[[Category:Wiki]][[Category:Help]]

Revision as of 10:29, 14 April 2021

Finding Information

Account Creation

Before you can make changes on the wiki, you will need to create a user account. Visit https://www.fandom.com/register to create an account.

Editing

For content guidelines and help files, see:

For external help resources, see: