User:Calaka/monobook.js
Appearance
(Redirected from User:Petze/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 can be added at User:Calaka/monobook.css. |
// [[User:Outriggr/metadatatest.js]] <nowiki>
importScript('User:Outriggr/metadatatest.js');
assessmentMyTemplateCode = ["{{WPMED|class=|importance=}}", "{{WPAN|class=|importance=}}", "{{WPBIO|class=|priority|=}}" ];
assessmentDefaultProject = "{{WPMED|class=|importance=}}";
// </nowiki>
/* Script: wikiEd
* Author: Cacycle
* A full-featured in-browser text editor for Wikipedia edit pages. Provides wikicode syntax highlighting, regular expression search and replace, MS Word and HTML to wikicode conversion, server-independent Show preview and Show changes, fullscreen editing mode, and single-click fixing of common mistakes.
*/
//Begin wikiEd script
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript');
var wikEdUseWikEdPreset = true;
//End wikiEd script
/* Script: Popups
* Author: Lupin
* Displays a popup over internal wiki links with a preview of the page and a menu of options to edit the page
*/
//Begin Popup Script
importScript('User:Lupin/popups.js');
//End Popup Script
/* Script: addPurge
* Author: ABCD, Ilmari Karonen, and others
* Creates a tab next to watch that purges the cached page currently being viewed
*/
//Begin addPurge script
$(function () {
var hist; var url;
if (!(hist = document.getElementById('ca-history') )) return;
if (!(url = hist.getElementsByTagName('a')[0] )) return;
if (!(url = url.href )) return;
mw.util.addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'),
'purge', 'ca-purge', 'Purge server cache for this page', '0');
});
//End addPurge script
/* Script: Twinkle
* Author: AzaToth
* Twinkle gives non-administrators (and administrators, for that matter) three types of rollback functions. Other functions include a full library of speedy deletion functions, user warnings, pseudoautomagical reporting of vandals, and more
*/
//Begin Twinkle script
importScript('User:AzaToth/morebits.js');
importScript('User:AzaToth/twinklefluff.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinklewarn.js');
importScript('User:AzaToth/twinklearv.js');
importScript('User:AzaToth/twinklespeedy.js');
importScript('User:AzaToth/twinklediff.js');
importScript('User:AzaToth/twinkleprotect.js');
importScript('User:AzaToth/twinkleprod.js');
//End Twinkle script
importScript('User:The_Earwig/afc-helper.js'); // AfC Redirect Helper script.