Jump to content

User:ExclusiveEditor/sandbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ExclusiveEditor (talk | contribs) at 12:50, 10 October 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

https://copyvios.toolforge.org/

Wikipedia:List of policies and guidelines ExclusiveEditor2[1]

Wikipedia:Manual of Style/Contents

Wikipedia:Essay directory

Category:Wikipedia information pages

Important Code Lines of Wikipedia[a]

To Submit an Draft for review on Wikipedia-20:34, 7 November 2024 UTC [refresh]

{{subst:submit}} ExclusiveEditor Notify Me! 16:49, 10 May 2021 (UTC)

{{Subst:AfC submission/draftnew}}

  1. ^ Example

WikiBreak

Put in User:ExclusiveEditor/common.js for enforcement. ExclusiveEditor Notify Me!

/*** BEGIN WIKIBREAK ENFORCER ***/
$(document).ready(function() 
{

	/*** Start editing here ***/

	// When you want to end your break?
	// no leading zeroes. (example: 9 - correct, 09 - incorrect)

	var date = { year: YYYY, month: M, day: DD};
	var time = { hours: HH, minutes: MM, seconds: S };

	/*** Stop editing here ***/
	
	var currentDate = new Date();
	var enforcedBreakEnd = new Date(
		date.year,date.month-1,date.day,time.hours,time.minutes,time.seconds);
	if (currentDate <= enforcedBreakEnd) 
	{
		alert("Enforced wikibreak until "+enforcedBreakEnd.toLocaleString()
			+ "\n(now is "+currentDate.toLocaleString()+")\n\nBye!");
		mw.loader.using(["mediawiki.api", "mediawiki.user"]).then(function ()
		{
			new mw.Api().post(
			{
				action: 'logout',
				token: mw.user.tokens.get('csrfToken')
			}).done(function (data)
			{
				location = "//" + location.host + "/w/index.php?title="
					 + "Special:Userlogin&returnto=Main_Page";
			}).fail(function ()
			{
				console.log("logout failed")
			});
		});
	}
});
/*** END WIKIBREAK ENFORCER ***/

Credit: Wikipedia:WikiProject User scripts/Scripts/WikiBreak Enforcer, Wikipedia:WikiProject User scripts/Scripts/WikiBreak Enforcer/script.js

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy