Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// *****************************************************************
// Load various external scripts
// *****************************************************************
//mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/fastdelete.js&action=raw&ctype=text/javascript')

// *****************************************************************
// Custom automatic delete buttons
// *****************************************************************
// Adds customizable one-click deletion buttons to any deletable page.
// Requires w:User:Splarka/fastdelete.js in appendScript();
/*var fdButtons = [];
fdButtons[fdButtons.length] = {
	'summary': 'spam/vandalism',
	'label': '→maeh'
};
fdButtons[fdButtons.length] = {
	'summary': 'Test, please use the [[Meta:Sandbox|sandbox]]',
	'label': '→test'
};
fdButtons[fdButtons.length] = {
	'summary': 'Off-Topic: Please see [[WM:IP|Meta´s inclusion policy]]',
	'label': '→ot'
};*/

mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/altækt.js&action=raw&ctype=text/javascript');
//mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/quickcentralauth.js&action=raw&ctype=text/javascript');

/*/-------------test
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/mäh.js&action=raw&ctype=text/javascript');
var caButtons = [];
caButtons[caButtons.length] = {
	'summary': '',
	'label': '  ☉  '
};

//------------------------------------------------------------------------------------------------------------------------*/

/**
 * TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor.
 * @see https://meta.wikimedia.org/wiki/TemplateScript
 * @update-token [[File:pathoschild/templatescript.js]]
 */
// <nowiki>
$.ajax('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js', { dataType:'script', cache:true }).then(function() {
	pathoschild.TemplateScript.add([
		{ name:'unsigned', template:'{{unsigned||2=[ diff], --~~~~}}' },
		{ name:'sb', template:'{{subst:sb}}\nThanks, --~~~~', editSummary:'please use the sandbox' },
		{ name:'T1', template:'{{subst:test1}}\n--~~~~', editSummary:'please note' },
		{ name:'T2', template:'{{subst:test2}}\n--~~~~', editSummary:'please stop' },
		{ name:'T3', template:'{{subst:Test3}}\n--~~~~', editSummary:'stop please' },
		{ name:'scope', template:'{{subst:scope}}\n--~~~~', editSummary:'please note' },
		{ name:'wikipedia', template:'{{subst:welcome}}\n\n{{subst:not an encyclopedia}}\n--~~~~', editSummary:'welcome, +note' },
		//{ name:'BV', template:'{{subst:test4im|1=}}--~~~~', editSummary:'{{Test4im}}' },
		//{ name:'ad', template:'{{subst:advert|1=}}--~~~~', editSummary:'{{advert}}' },
		{ name:'SUL', template:':Hello, all those wikis have local bureaucrats, please ask for renames there (interwikilinks to the requestpages can be found on this page, or type <code style="background:steelblue;color:white">special:listusers/bureaucrat</code> into the searchfield on the local wiki), thanks. Please note that usurping might not be possible on some projects if the accounts have edits, best regards, --~~~~', editSummary:'+note' },
		{ name:'temp', template:':{{done}}, \'\'\'expires: -2009\'\'\' please remember to \'\'\'translate the interface at [[betawiki:]] only\'\'\' and to upload images preferably to [[commons:]], please come back a few days before the status expires to prolong it or hold a local voting if the community grows, thanks, best regards, --~~~~', editSummary:'status granted' },
		{ name:'mynd', template:'{{subst:welcome}}\n--~~~~\n==images==\n{{subst:upload warning}}\n--~~~~', editSummary:'welcome, +images' },
		{ name:'spam', template:'{{subst:spam|1=}}\n--~~~~', editSummary:'no advertising please' },
		{ name:'prueba', template:'{{subst:Prueba}}\n--~~~~', editSummary:'por favor usa la zona de pruebas' },
		{ name:'attack', template:'{{subst:attack|1=}}\n--~~~~', editSummary:'personal attacks are not accepted' }
	]);
});
// </nowiki>

// Favicon.js - Change favicon dynamically [http://ajaxify.com/run/favicon].
$.ajax('https://meta.wikimedia.org/wiki/User:Darkoneko/favicon.js', { dataType:'script', cache:true }).then(function() {
	favicon.change("http://members.chello.at/spacebirdy/ramsch/favicon.ico");
});