A bookmarklet to add the current URL into the Wiki

The following bookmarklet adds the current URL into the ESW wiki, under the page hardcoded into the bookmarklet, the title for the wiki is obtained from the title of the page being bookmarked, modify JibberJim to change to another page. javascript:_is=document.createElement('iframe');_is.setAttribute('src','http://esw.w3.org/2003/09/wiki-bookmarklet.html#'+location.href+'||JibberJim||'+document.title);_is.setAttribute('height','0');_is.setAttribute('width','0');_is.setAttribute('style','border:0;');document.body.appendChild(_is);void 0

Alternatively, you can be prompted for a page:

javascript:_is=document.createElement('iframe');_is.setAttribute('src','http://esw.w3.org/2003/09/wiki-bookmarklet.html#'+location.href+'||'+prompt('ESW Wiki Page?','JibberJim')+'||'+document.title);_is.setAttribute('height','0');_is.setAttribute('width','0');_is.setAttribute('style','border:0;');document.body.appendChild(_is);void 0

Alternatively, you can be prompted for a page and a title:

javascript:_is=document.createElement('iframe');_is.setAttribute('src','http://esw.w3.org/2003/09/wiki-bookmarklet.html#'+location.href+'||'+prompt('Page','JibberJim')+'||'+prompt('Title',document.title));_is.setAttribute('height','0');_is.setAttribute('width','0');_is.setAttribute('style','border:0;');document.body.appendChild(_is);void 0

Questions, etc. Mail me