User:Joshua Issac/common.js
importScript('User:Lupin/recent2.js');
importScript('User:AWeenieMan/furme.js');
importScript('Wikipedia:AutoEd/complete.js');
autoEdClick = false;
importScript('User:Joshua Issac/Scripts/Advisor.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Logs link');
importScript('User:Joshua Issac/Scripts/votesymbols.js');
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]]
importScript('User:Mr.Z-man/rollbackSummary.js');
/**
* ajaxPreview
* [[user:js/ajaxPreview]]
*
* Adds "preview" and "changes" Ajax buttons.
**/
importScript('User:Js/ajaxPreview.js')
// Code to execute after each preview update
window.ajaxPreviewExec = function(previewArea) {
if (window.setupTooltips) { // enable NavPopups
setupTooltips(previewArea);
previewArea.ranSetupTooltipsAlready = false;
}
mw.loader.using( [ // make sortables and collapsibles work correctly
'jquery.tablesorter',
'jquery.makeCollapsible'
], function(){
$( 'table.sortable' ).tablesorter();
$( '#wikiPreview .collapsible' ).makeCollapsible();
} );
}
/**
* Status Check
* [[User:Ale_jrb/Scripts#Status Check]]
*
* A small script that displays whether a user is on- or offline when
* viewing their user page, user talk page and contributions. Based
* on most recent action (edit or log).
* Vars:
*
* var offlineAfter = [integer];
* the number of seconds after which someone is considered 'offline'
* default: 15 * 60 seconds = 15 minutes
*
* var statCloseOnClick = true/false;
* whether the on/offline message should disappear when clicked on
* default: true
*
* var statPosition = new Array(left as [integer],
* top as [integer], [optional] right as [integer],
* [optional] bottom as [integer]);
* position of the status message on the screen. If provided, right
* will supercede left and bottom will supercede top.
* default: left: 20, top: 600
**/
importScript('User:Ale_jrb/Scripts/statusCheck.js'); //[[User:Ale_jrb/Scripts]]
/**
* XTools gadget
* @see https://meta.wikimedia.org/wiki/User:Hedonil/XTools
*/
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript');
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.