DecodeURI
< DecodeURI | de
Description
Ermöglicht die Dekodierung von URI im neuen Quelltexteditor.
English (en) العربية (ar) Deutsch (de) Ελληνικά (el) español (es) français (fr) हिन्दी (hi) ქართული (ka) português do Brasil (pt-br) русский (ru) Türkçe (tr) українська (uk) 中文(简体) (zh-hans) 中文(繁體) (zh-hant) Translate! [
View ]
DecodeURI ist ein Skript für den neuen Quelltexteditor, das die einfache Dekodierung von URI ermöglicht.
Usage [ ]
Dieses Skript beseitigt die als Prozent-Kodierung bekannte Verschlüsselung. Es fügt eine neue Schaltfläche in den Editor ein. Ein Klick auf diese Schaltfläche konvertiert automatisch Links wie:
https://wikies.fandom.com/wiki/%D0%93%D0%B5%D0%B9%D0%BC%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F
zu:
https://wikies.fandom.com/wiki/Геймпедия
Installation [ ]
Add this to MediaWiki:ImportJS :
dev:DecodeURI/code.js
importArticles:
Add this JavaScript on your wiki (or add the highlighted text to your existing import statement):
importArticles ({ type : 'script' , articles : [ 'u:dev:MediaWiki:DecodeURI/code.js' , ] });
Local:
Special:MyPage/common.js
Importing multiple scripts? This quick guide shows how to combine the imports. For personal use, note that personal JS must be enabled for your account. If the script requires configuration through MediaWiki:Common.js for sitewide use, don't forget to contact Fandom Staff to get it enabled on your wiki, if it isn't already enabled.