Template:WikEd: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Updated wikEd code)
Line 5: Line 5:
Install '''wikEd''' simply by adding <nowiki>{{subst:wikEd}}</nowiki> to your ''User:USERNAME/monobook.js'' page.
Install '''wikEd''' simply by adding <nowiki>{{subst:wikEd}}</nowiki> to your ''User:USERNAME/monobook.js'' page.


==== Note: due to some compatibility bugs, '''wikEd''' may not work on IE (though not yet tested on IE8). We apologize for this .. ====
==== Note: This template has been recently updated. To update to the latest code from '''wikEd''', and get continuous updates, paste the template again (replacing existing contents) ====


If you are using IE8, you are welcome to try it out. Please let us know if it is successful!
</noinclude><includeonly>
</noinclude><includeonly>
// define images
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
var wikEdUseLocalImages = true;
document.write('<script type="text/javascript" src="'
var wikEdImagePathLocal = 'http://www.wikidoc.org/wikiEd/';
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
 
+ '&action=raw&ctype=text/javascript"></' + 'script>');
// disable auto update
var wikEdAutoUpdate = false;
 
// diff script URL
var wikEdDiffScriptSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/diff.js&action=raw&ctype=text/javascript';
 
// wikEdDiff script URL
var wikEdDiffSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEdDiff.js&action=raw&ctype=text/javascript';


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

Revision as of 10:06, 24 January 2011

wikEd provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. It will also allow you to paste formatted text into the edit window (such as from MS word), then click a [W] button to convert the text to wikicode.

It was developed by User:Cacycle for use in Wikipedia, but has been installed locally on WikiDoc to ease the burden of editing.

Install wikEd simply by adding {{subst:wikEd}} to your User:USERNAME/monobook.js page.

Note: This template has been recently updated. To update to the latest code from wikEd, and get continuous updates, paste the template again (replacing existing contents)