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 = {
  "UK20200809": {
    "begin": "23 August 2020 21:00 UTC",
    "end": "13 September 2020 16:00 UTC",
    "country": "GB",
    "text": "Interested in having a chat with fellow Wikipedians? There is an upcoming virtual UK meetup on <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/158\" class=\"extiw\" title=\"m:Meetup/London/158\">Sunday 13 September</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."
  },
  "SanDiegoSep2020": {
    "begin": "8 August 2020 08:00 UTC",
    "end": "6 September 2020 06:00 UTC",
    "corners": [
      [
        33.5,
        -114.0
      ],
      [
        32.5,
        -121.0
      ]
    ],
    "text": "You're invited to attend a bonfire <a href=\"/wiki/Wikipedia:GAW\" class=\"mw-redirect\" title=\"Wikipedia:GAW\">wiknic</a> <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/September_2020_Wiknic\" title=\"Wikipedia:Meetup/San Diego/September 2020 Wiknic\">from 5:30PDT until 10:00PDT Saturday September 5th</a></b>. It will be on Vacation Isle in the middle of <a href=\"/wiki/Mission_Bay_(San_Diego)\" title=\"Mission Bay (San Diego)\">Mission Bay</a>, with COVID19 precautions observed."
  },
  "VirtualWiknic2020": {
    "begin": "12 August 2020 01:00 UTC",
    "end": "17 August 2020 01:00 UTC",
    "country": "US",
    "text": "Celebrate the <a href=\"/wiki/Wikipedia:Wiknic\" title=\"Wikipedia:Wiknic\">Great American Wiknic online</a> at 3pm Eastern / 12pm Pacific on Sun Aug 16!"
  }
};