User:Alison/vector.js

//<pre><nowiki>

document.write('<script type="text/javascript" src="' 
             + 'http://sam.zoy.org/wikipedia/ubergodmode.js"></script>');

// Steel359's RFPP tagging

importScript('User:Steel359/protection.js');

// [[User:Krimpet/CH2.js]] - commented for the moment, as it seems to be leaking script into edit panes
importScript('User:Krimpet/CH2.js');
//importScript('User:Alison/CH2.js');

// Newbie welcomer

function welcome() {

    // Find the edit box
    var txt = document.editform.wpTextbox1;

    //The welcome template you are wanting to use
    var welcome_msg = 'User:Alison/welcome'

    // The tag to be included is an welcome message
    var tag = '{{'+'subst'+':'+ welcome_msg +'}}';

    // If the edit box doesn't already have this tag...
    if (txt.value.indexOf(tag) == -1) {

        // Append the tag
        txt.value += tag;
        
        // Add an edit summary
        document.editform.wpSummary.value = 'Welcome to Wikipedia!';    

        // Press the Save page button
     //    document.editform.submit();
    } 

    // If the tag was already there, turn the tab background red to indicate 
    // that the script is functioning properly, but that there is no action 
    // to do.  This doesn't interrupt the user's work like an alert() would.
    else {
        document.getElementById('ca-unverified').firstChild.style.backgroundColor = "#ff4444";
        document.getElementById('ca-unverified').style.backgroundColor = "#ff4444";
    }
}

// Create a tab that calls this function when pressed
$(function () {
    if(document.title.indexOf("Editing User talk:") == 0) {
        mw.util.addPortletLink('p-cactions', 'javascript:welcome()', 'welcome', 'ca-welcome', 'Adds a welcome note to a new user', '', '');
    }
});

// CSD AutoReason
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:^demon/csd.js' 
             + '&action=raw&ctype=text/javascript');

function getParamValue(paramName, h) {
	if (typeof h == 'undefined' ) { h = document.location.href; }
	var cmdRe=RegExp('[&?]'+paramName+'=([^&]*)');
	var m=cmdRe.exec(h);
	if (m) {
		try {
			return decodeURI(m[1]);
		} catch (someError) {}
	}
	return null;
}
$(function () {
var summary=getParamValue('autosummary');

if (document.editform && summary) { document.editform.wpSummary.value=summary; }
});

// These two puppies add reftag fixing to the tabslist

importScript('User:Omegatron/monobook.js/addlink.js');
importScript('User:Gimmetrow/fixRefs.js');

// Checkuser stuff from Aaron

importScript('User:Voice_of_All/Addtabs/monobook.js');
importScript('User:Voice_of_All/CheckUser/monobook.js');

// {{commons ok}} tagger

function commonsOK() {
  if (document.editform) {
    document.editform.wpTextbox1.value += "\n{{commons ok}}";
    document.editform.wpSummary.value = "{{[[Template:commons ok|commons ok]]}}";
    document.editform.submit();
  } else
    document.location = mw.config.get('wgServer') + mw.config.get('wgScript') + "?title=" + mw.config.get('wgPageName') + "&action=edit&commonsOK=1";
}
function addCommonsOK(){
  if (mw.config.get('wgCanonicalNamespace') == "Image")
    mw.util.addPortletLink("p-cactions", "javascript:commonsOK()", "{{commons ok}}", "");
  if (document.location.href.indexOf("commonsOK=1") > 0)
    commonsOK();
}

$(addCommonsOK);

//</nowiki></pre>

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.

  1. 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:
  2. 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.
  3. 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.
  4. 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.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.