User:ExclusiveEditor/sandbox
https://copyvios.toolforge.org/ https://en.wikipedia.org/wiki/Category:Wikipedians_looking_for_help
Wikipedia:List of policies and guidelines ExclusiveEditor2
Wikipedia:Manual of Style/Contents
Wikipedia:Essay directory
For Purge, use ?action=purge
https://cse.google.com/cse?cx=007734830908295939403:galkqgoksq0#gsc.tab=0
To Submit an Draft for review on Wikipedia-17:43, 4 May 2025 UTC [refresh]
{{subst:submit}}
ExclusiveEditor Notify Me! 16:49, 10 May 2021 (UTC) Pötsch, W. R.; Fischer, Annelore; Müller, Wolfgang (1988). Lexikon bedeutender Chemiker. Special contribution by Heinz Cassebaum. Leipzig: Bibliographisches Institut. p. 82. doi:10.1002/zfch.19890290929. ISBN 3-323-00185-0. {{cite book}}
: Check |title=
value (help)
{{Subst:AfC submission/draftnew}}
- ^ Example
WikiBreak
[edit]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