DecodeURI
Description
Allows to decode URI in the new source editor.
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 is a script for the new source editor that allows to easily decode URI.
Usage
This script eliminates encoding known as percent-encoding. It adds a new button to the editor. Clicking this button will automatically convert links like:
https://wikies.fandom.com/wiki/%D0%93%D0%B5%D0%B9%D0%BC%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F
to:
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.
Text above can be found
here (edit )