Difference between revisions of "User:Tigey"

From Wiki
Jump to: navigation, search
(Added the Character template page)
Line 8: 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==
Line 45: Line 25:
 
==Sandbox Links==
 
==Sandbox Links==
 
[[User:Tigey/Sandbox|Sandbox 1]]
 
[[User:Tigey/Sandbox|Sandbox 1]]
 
 
==Addition to Common.css==
 
<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;"
 

Revision as of 22:56, 17 June 2010

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. Look at revamping Alexandria:Shard shard page.
  2. Break out skill and skill gain related information in to skill classes
    1. Mage
    2. Fighter
    3. Rogue
    4. Crafting
    5. etc
  3. Improve layout of places of interest (also, add map screenshots)
  4. Make UserBoxes for in-game skills and info boxes for characters
    1. 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)
    2. 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 1