User:Peter M Gerdes/monobook.js
Appearance
(Redirected from User:Logicnazi/monobook.js)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:Peter M Gerdes/monobook.css. |
/* Twinkle tool for wikipedia http://wiki.riteme.site/wiki/Wikipedia:WikiProject_User_scripts/Scripts/Twinkle */
// importScript('User:AzaToth/twinkle.js');
// Instead just part of twinkle
//revert functionality
// importScript('User:AzaToth/morebits.js');
// importScript('User:AzaToth/twinklefluff.js');
/*
***********
Prefs for wikiEd
*************
http://wiki.riteme.site/wiki/User:Cacycle/wikEd_customization
*/
var wikEdRegExTypoFix = true;
var wikEdShowSourceButton = true;
// Random Tools
//Ajax edit
//importScript('User:Sander Säde/quickpreview.js');
//Inline section edit
importScript('User:Supadawg/secedit.js');
// Shortcuts
// Load shortcut code
// [[User:Jsimlo/shortcuts.js]]
mw.loader.load('https://wiki.riteme.site/w/index.php?title=User:Jsimlo/shortcuts.js'
+ '&action=raw&ctype=text/javascript');
// My shortcuts ... to be executed by the included template
/* Add link using following
shortcutsAddLink ( 'name', 'article' );
Start new section by
shortcutsStartSection ( 'name' );
*/
function shortcutsInit ()
{
shortcutsStartSection ( 'Editing' );
shortcutsAddLink('Template Help','Help:Template');
shortcutsAddLink('Link Help','Help:Link');
shortcutsAddLink('Footnotes','Wikipedia:Footnotes');
shortcutsAddLink('Citation Templates','Wikipedia:Citation_Templates');
shortcutsStartSection ( 'Customization' );
shortcutsAddLink ( 'Monobook.js', 'Special:Mypage/monobook.js' );
shortcutsAddLink ( 'Monobook.css', 'Special:Mypage/monobook.css' );
shortcutsAddLink ( 'Scripts', 'Wikipedia:WikiProject User scripts/Scripts' );
shortcutsAddLink ( 'wikEd', 'User:Cacycle/wikEd' );
shortcutsAddLink ( 'Twinkle', 'Wikipedia:WikiProject User scripts/Scripts/Twinkle' );
shortcutsAddLink ( 'Friendly', 'Wikipedia:WikiProject User scripts/Scripts/Friendly' );
shortcutsAddLink ( 'New pages', 'Special:Newpages' );
shortcutsAddLink ( 'AIV', 'Wikipedia:Administrator intervention against vandalism' );
shortcutsAddLink ( 'Help desk', 'Wikipedia:Help desk' );
}