Difference between revisions of "User:Tigey"

From Wiki
Jump to: navigation, search
(testing category page Alexandria:Skills)
(added about box)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{User:Tigey/char}}
 
==Tigey==
 
==Tigey==
 
Greetings!  I play on Alexandria shard (Off and On for about 2 years now) and it is great!   
 
Greetings!  I play on Alexandria shard (Off and On for about 2 years now) and it is great!   
Line 7: Line 8:
 
# Jack Lumber, a Crafter (Carpentry)
 
# Jack Lumber, a Crafter (Carpentry)
 
# Nesbit, a Crafter (Blacksmithy)
 
# Nesbit, a Crafter (Blacksmithy)
 
==Pages I can't edit (yet)==
 
 
[[Alexandria:Shard]]
 
 
[[Alexandria:Points of Interest]]
 
 
[[Alexandria:Skill gain]]
 
 
[[Alexandria:Current Caps]]
 
 
[[Alexandria:Tree Growth]]
 
 
[[Alexandria:Fishing]]
 
 
[[Alexandria:Darksoul Hauberk]]
 
 
[[MediaWiki:Common.js]]
 
 
[[MediaWiki:Common.css]]
 
  
 
==To Do==
 
==To Do==
  
# Look at revamping [[Alexandria:Shard]] shard page.
+
# Add or image the following Items:
# Break out skill and skill gain related information in to skill classes
+
##[[Strangling Collar]]
## Mage
+
##[[Truths Light]]
## Fighter
+
##[[Clarity of the Mind]]
## Rogue
+
##[[Windlash]]
## Crafting
+
##[[Schala]]
## etc
+
##[[Rogue's Silk]]
 +
##[[Beast Scale Pavise]]
 +
##[[Warblade Of R'lyeh]]
 +
##[[Dream Shank Of Vhoorl]]
 +
##[[Frames of Darksight]]
 +
# Add new screenshots of the following Items:
 
# Improve layout of places of interest (also, add map screenshots)
 
# Improve layout of places of interest (also, add map screenshots)
# Make UserBoxes for in-game skills and info boxes for characters
 
## Character infoboxes will hold multiple skill UserBoxes and each skill box can be specified as GMed (or Legendary?) via a border color (Gold?, Silver, etc)
 
## This may allow users of the forums to display their characters out of game, and let others know who they are. (I would not recommend users of OSI shards using this feature in the event they can be matched up with OSI accounts...)
 
  
 
==Sandbox Links==
 
==Sandbox Links==
Line 46: Line 29:
  
  
==Addition to Common.css==
+
{{Alexandria:About}}
<pre>
+
/* Standard Navigationsleisten, aka box hiding thingy
+
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
div.NavFrame {
+
    margin: 0;
+
    padding: 4px;
+
    border: 1px solid #aaa;
+
    text-align: center;
+
    border-collapse: collapse;
+
    font-size: 95%;
+
}
+
div.NavFrame + div.NavFrame {
+
    border-top-style: none;
+
    border-top-style: hidden;
+
}
+
div.NavPic {
+
    background-color: #fff;
+
    margin: 0;
+
    padding: 2px;
+
    float: left;
+
}
+
div.NavFrame div.NavHead {
+
    height: 1.6em;
+
    font-weight: bold;
+
    background-color: #ccf;
+
    position: relative;
+
}
+
div.NavFrame p,
+
div.NavFrame div.NavContent,
+
div.NavFrame div.NavContent p {
+
    font-size: 100%;
+
}
+
div.NavEnd {
+
    margin: 0;
+
    padding: 0;
+
    line-height: 1px;
+
    clear: both;
+
}
+
a.NavToggle {
+
    position: absolute;
+
    top: 0;
+
    right: 3px;
+
    font-weight: normal;
+
    font-size: 90%;
+
}
+
</pre>
+
 
+
==Addition to Common.js==
+
<pre>
+
/** Test if an element has a certain class **************************************
+
*
+
* Description: Uses regular expressions and caching for better performance.
+
* Maintainers: [[User:Mike Dillon]], [[User:R. Koot]], [[User:SG]]
+
*/
+
 
+
var hasClass = (function() {
+
var reCache = {};
+
return function( element, className ) {
+
return (reCache[className] ? reCache[className] : (reCache[className] = new RegExp("(?:\\s|^)" + className + "(?:\\s|$)"))).test(element.className);
+
};
+
})();
+
</pre>
+
 
+
==Setting up image uploads and display==
+
#In LocalSettings.php, set "$wgEnableUploads = true; #Uploads are enabled"
+
#To keep regular users from uploading files, set "$wgGroupPermissions['user']['upload'] = false;" (add lines for each group you do not wish to grant permissions for.
+
#To set File-type allowance, set "$wgFileExtensions = array('png', 'gif', 'jpg', 'jpeg', 'svg', 'tiff', 'bmp', 'tif');"
+
#To allow loading images from URL, set "$wgAllowCopyUploads = true;"
+
 
+
[[Category:Alexandria:Skills]]
+

Latest revision as of 13:54, 27 June 2011

Mountain Man
MountainMan.png
Skills:
Animal Taming.gif
Animal Lore.gif
Veterinary.gif
Anatomy.gif
Magery.gif
Meditation.gif

Tigey

Greetings! I play on Alexandria shard (Off and On for about 2 years now) and it is great!

My characters are below:

  1. Mountain Man, a Tamer
  2. Alaria, a Paladin
  3. Jack Lumber, a Crafter (Carpentry)
  4. Nesbit, a Crafter (Blacksmithy)

To Do

  1. Add or image the following Items:
    1. Strangling Collar
    2. Truths Light
    3. Clarity of the Mind
    4. Windlash
    5. Schala
    6. Rogue's Silk
    7. Beast Scale Pavise
    8. Warblade Of R'lyeh
    9. Dream Shank Of Vhoorl
    10. Frames of Darksight
  2. Add new screenshots of the following Items:
  3. Improve layout of places of interest (also, add map screenshots)

Sandbox Links

Sandbox 1