Template:WikEd: Difference between revisions

Jump to navigation Jump to search
(New page: // define images var wikEdImagePathLocal = 'http://www.wikdioc.org/wikiEd/'; // disable auto update var wikEdAutoUpdate = false; // diff script URL var wikEdDiffScriptSrc = 'http://www.w...)
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
// define images
<noinclude>'''wikEd''' provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. Details are available [[http://en.wikipedia.org/wiki/User:Cacycle/wikEd here].
var wikEdImagePathLocal = 'http://www.wikdioc.org/wikiEd/';


// disable auto update
It was developed by [http://en.wikipedia.org/wiki/User:Cacycle User:Cacycle] for use in Wikipedia, but can also be used on '''Wiki''Doc'''''.
var wikEdAutoUpdate = false;


// diff script URL
Install '''wikEd''' by adding <nowiki>{{subst:wikEd}}</nowiki> to your ''User:USERNAME/monobook.js'' page, also accessible here : [[ Special:Mypage/monobook.js ]]
var wikEdDiffScriptSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/diff.js&action=raw&ctype=text/javascript';


// wikEdDiff script URL
==== Note: This template was updated in Jan 2011. To get to the latest version, paste the template again (replacing existing contents) ====
var wikEdDiffSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEdDiff.js&action=raw&ctype=text/javascript';


// InstaView script URL
</noinclude><includeonly>
var wikEdInstaViewSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/instaview.js&action=raw&ctype=text/javascript';
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
 
// install wikEd in-browser text editor
document.write('<script type="text/javascript" src="'
document.write('<script type="text/javascript" src="'
+ 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEd.js'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></' + 'script>');
+ '&action=raw&ctype=text/javascript"></' + 'script>');
</includeonly>

Latest revision as of 10:16, 24 January 2011

wikEd provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. Details are available [here.

It was developed by User:Cacycle for use in Wikipedia, but can also be used on WikiDoc.

Install wikEd by adding {{subst:wikEd}} to your User:USERNAME/monobook.js page, also accessible here : Special:Mypage/monobook.js

Note: This template was updated in Jan 2011. To get to the latest version, paste the template again (replacing existing contents)