MediaWiki:Gadget-wikEd.js
Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"
(Различия между версиями)
Ariely (Обсуждение | вклад)
(Новая страница: «// <pre><nowiki> // _________________________________________________________________________________________ // | …»)
(Новая страница: «// <pre><nowiki> // _________________________________________________________________________________________ // | …»)
Текущая версия на 04:55, 22 июля 2011
// <pre><nowiki> // _________________________________________________________________________________________ // | | // | === WARNING: GLOBAL GADGET FILE === | // | Changes to this page affect many users. | // | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. | // |_________________________________________________________________________________________| // // Imports [[User:Cacycle/wikEd.js]] // wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]] // disable loading for IE, not needed, but might save a few milliseconds if (navigator.appName != 'Microsoft Internet Explorer') { // install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javascript'); // </nowiki></pre>