User:Js urldecoder
| urldecoder | |
|---|---|
| Browsers | * |
| Skins | * |
| Code | urldecoder.js |
| Released | April 24, 2009 |
| Updated | March 7, 2015 |
| Developer | AlexSm |
urldecoder is a userscript for easy pasting of links into wikicode.
How to use it:
http://de.wikipedia.org/wiki/Ding this page|[[:de:Ding|this page]]The script will:
a %26 b → a & b
%D1%EB%F3%E6…The script will simplify all URLs inside the text you select; it is not limited to processing a single url.
Add this to your js file:
// [[user:js/urldecoder]]
importScript('user:js/urldecoder.js');
For other MediaWiki projects:
mw.loader.load('//en.wikipedia.org/w/index.php?title=user:js/urldecoder.js&action=raw&ctype=text/javascript');
urlDecoderKey = 'c' //accesskey (works only in old toolbar)
urlDecoderIntLinks = true //also try to simplify existing [[internal links]] in selected text
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.