WARNING: This is the _old_ Lustre wiki, and it is in the process of being retired. The information found here is all likely to be out of date. Please search the new wiki for more up to date information.

Difference between revisions of "User:Abond"

From Obsolete Lustre Wiki
Jump to navigationJump to search
 
Line 3: Line 3:
 
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :
 
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :
  
=== wiki.lustre.org version ===
+
'''wiki.lustre.org version'''
  
 
1. Log in under your username
 
1. Log in under your username
Line 11: Line 11:
 
3. Add the following code to that edit page:
 
3. Add the following code to that edit page:
  
// install [[User:Cacycle/wikEd]] in-browser text editor
+
<pre>
 
+
// install [[User:Cacycle/wikEd]] in-browser text editor
 
+
document.write('<script type="text/javascript" src="'
+
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></script>');
+
+ '&action=raw&ctype=text/javascript"></script>');
 +
</pre>
  
 
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.
 
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.

Revision as of 10:38, 6 May 2007

How to set up wikEd

(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :

wiki.lustre.org version

1. Log in under your username

2. Click the following link to edit your [User:YourUsername/cfslustre.js http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&action=edit%7CSpecial:Mypage/cfslustre.js] page. , otherwise open the respective page by hand

3. Add the following code to that edit page:

 // install [[User:Cacycle/wikEd]] in-browser text editor
 
 document.write('<script type="text/javascript" src="'
 + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
 + '&action=raw&ctype=text/javascript"></script>');

If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.

5. Save the page

6. Refresh your browser's cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)

7. The wikEd logo should now be displayed on top of every page next to the log out link