MediaWiki:Gadget-geonotice-list.js
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.
/* _____________________________________________________________________________ * | | * | === WARNING: GLOBAL GADGET FILE === | * | Changes to this page affect many users. | * |_____________________________________________________________________________| * * Defines the list of notices to be shown to registered users based on their location. * * USE [[Wikipedia:Geonotice/list.json]] TO CONFIGURE YOUR NOTICES. Changes there will be * synced here by a bot every five minutes. Edits directly to this page will be overriden. * * If your changes were not synced, review [[User:MusikBot II/GeonoticeSync/Report]] for errors. */ window.GeoNotice = {}; window.GeoNotice.notices = { "UK20240922": { "begin": "22 September 2024 13:00 UTC", "end": "13 October 2024 20:00 UTC", "country": "GB", "text": "Interested in having a chat with fellow Wikipedians? There are upcoming meetups in: <a href=\"https://meta.wikimedia.org/wiki/Meetup/Brixton/3\" class=\"extiw\" title=\"m:Meetup/Brixton/3\">Brixton, 24 September</a>; and <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/209\" class=\"extiw\" title=\"m:Meetup/London/209\">Central London, 13 October</a>!", "comments": "Last 8 chars of ID is date of last amendment in CCYYMMDD format - change this if making major amendment or adding a meetup; leave alone if minor amendment or removing a meetup. Set the 'begin' parameter to yesterday's date - amend only if the ID was altered. Set the 'end' parameter to the date of last meetup shown. Try to limit 'text' to four meetups, no more than one per town/city, and no more than four weeks in advance; shorten month names to three letters if four meetups are shown." }, "NYCElection24": { "begin": "3 September 2024 00:00 UTC", "end": "26 September 2024 00:00 UTC", "corners": [ [ 40.5, -72.0 ], [ 42.0, -75.0 ] ], "text": "Join <a href=\"/wiki/Wikipedia:Meetup/NYC/Election_2024\" title=\"Wikipedia:Meetup/NYC/Election 2024\">Wikimedia NYC Annual Election/Members Meeting</a> @ Prime Produce (and hybrid) at 7-9PM on September 25!" }, "SanBernardinoSep2024": { "begin": "8 September 2024 00:00 UTC", "end": "29 September 2024 21:30 UTC", "corners": [ [ 35.99, -114.13 ], [ 32.53, -124.48 ] ], "text": "Join Wikimedians in <b><a href=\"/wiki/Wikipedia:Meetup/San_Bernardino_1\" title=\"Wikipedia:Meetup/San Bernardino 1\">San Bernardino</a></b> on Sunday September 29th at the first ever meetup in San Bernardino for Wikipedia!" }, "WMCACommonsWorkshop": { "begin": "18 September 2024 00:00 UTC", "end": "3 October 2024 23:00 UTC", "country": "CA", "text": "Join Wikimedia Canada for a Commons 101 workshop on October 10! See the <a href=\"https://meta.wikimedia.org/wiki/Event:Wikimedia_Canada/Wikimedia_Commons_Workshop\" class=\"extiw\" title=\"m:Event:Wikimedia Canada/Wikimedia Commons Workshop\">event page</a> for more details." } };