DecodeURI
< DecodeURI | tr
Description
Yeni kaynak düzenleyicide URI kodunun çözülmesine izin verir.
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 , URI kodunun kolayca çözülmesine izin veren yeni kaynak düzenleyici için bir betiktir.
Usage
Bu betik, yüzde kodlaması olarak bilinen kodlamayı ortadan kaldırır. Düzenleyiciye yeni bir düğme ekler. Bu düğmeye tıklamak, aşağıdaki gibi bağlantıları otomatik olarak dönüştürür:
https://wikies.fandom.com/wiki/%D0%93%D0%B5%D0%B9%D0%BC%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F
şunu işlenecek:
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.