Games:  Legacy Online | Legacy Dev Hunted Cow Studios 



Difference between revisions of "User:Steven"

To Login to the wiki, use your username for Legacy and then go here to get your temporary password. - Will (talk)

From Legacy Wiki

Jump to: navigation, search
Line 5: Line 5:
  
 
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg">
 
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg">
 +
 +
 +
var Wiky = {
 +
  rules: { // wiki to html
 +
    pre: [],
 +
    post: [],
 +
    nonwikiblocks: [],
 +
    wikiblocks: [],
 +
    nonwikiinlines: [],
 +
    wikiinlines: [],
 +
    escapes: [],
 +
    shortcuts: [],
 +
    code: [],
 +
    lang: [],
 +
  },
 +
  inverse: { // html to wiki
 +
  /* ... */
 +
  }
 +
};

Revision as of 20:47, 5 February 2009

File:Http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpgyoyo test


Insert non-formatted text here

<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg">


var Wiky = {

 rules: { // wiki to html
   pre: [],
   post: [],
   nonwikiblocks: [],
   wikiblocks: [],
   nonwikiinlines: [],
   wikiinlines: [],
   escapes: [],
   shortcuts: [],
   code: [],
   lang: [],
 },
 inverse: { // html to wiki
 /* ... */
 }

};