Участник:Gangleri/monobook.js: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Gangleri changing the directionality of the edit box; java script made by meta:user:Brion VIBBER |
imported>Ladsgroup м Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879) |
||
| Строка 1: | Строка 1: | ||
// Live Preview customization, | |||
// edit this to your own liking. | |||
wpUserName = 'Gangleri'; // User name to display in signatures | |||
wpShowImages = true; // Enable downloading and displaying of images | |||
// Include Live Preview... | |||
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Pilaf/livepreview.js&action=raw&ctype=text/javascript'); | |||
// Now set everything up | |||
window.onload = Main; | |||
function | function Main() | ||
{ | |||
LivePreviewInstall(); | |||
// You may include here other "extensions" | |||
} | } | ||
/* This is to keep track of who is using the Live Preview: [[User:Pilaf/livepreview.js]] */ | |||
Текущая версия от 16:44, 16 мая 2022
// Live Preview customization,
// edit this to your own liking.
wpUserName = 'Gangleri'; // User name to display in signatures
wpShowImages = true; // Enable downloading and displaying of images
// Include Live Preview...
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Pilaf/livepreview.js&action=raw&ctype=text/javascript');
// Now set everything up
window.onload = Main;
function Main()
{
LivePreviewInstall();
// You may include here other "extensions"
}
/* This is to keep track of who is using the Live Preview: [[User:Pilaf/livepreview.js]] */