Jump to content

MediaWiki:Gadget-geonotice-list.js

Kufuma Wikipedia

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)
  • Edge: Hold Ctrl while clicking Refresh, or 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 = {
  "UpstateNYDec2023": {
    "begin": "26 November 2023 00:00 UTC",
    "end": "10 December 2023 00:00 UTC",
    "corners": [
      [
        45.0,
        -73.0
      ],
      [
        41.0,
        -80.0
      ]
    ],
    "text": "Wikipedians in Upstate New York are invited to an <a href=\"/wiki/Wikipedia:Meetup/Upstate_NY\" title=\"Wikipedia:Meetup/Upstate NY\">online meeting</a> on December 9."
  },
  "UK20231125": {
    "begin": "25 November 2023 23:00 UTC",
    "end": "10 December 2023 15:00 UTC",
    "country": "GB",
    "text": "Interested in having a chat with fellow Wikipedians? There are upcoming meetups: <a href=\"https://meta.wikimedia.org/wiki/Meetup/UK_virtual/20\" class=\"extiw\" title=\"m:Meetup/UK virtual/20\">Online, 6 December</a> and <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/199\" class=\"extiw\" title=\"m:Meetup/London/199\">London, 10 December</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."
  },
  "WMUKNov2023": {
    "begin": "29 October 2023 22:00 UTC",
    "end": "26 November 2023 12:00 UTC",
    "country": "GB",
    "text": "Wikimedia UK invites you to an online celebration of our community's achievements over the past year. <a rel=\"nofollow\" class=\"external text\" href=\"https://www.eventbrite.co.uk/e/741584056877\">Register</a> to join us on 26 November."
  },
  "NYCDecWW": {
    "begin": "23 November 2023 00:00 UTC",
    "end": "7 December 2023 00:00 UTC",
    "corners": [
      [
        40.5,
        -72.0
      ],
      [
        42.0,
        -75.0
      ]
    ],
    "text": "Join <a href=\"/wiki/Wikipedia:Meetup/NYC/Hacking_Night_2023\" title=\"Wikipedia:Meetup/NYC/Hacking Night 2023\">Wikimedia NYC Hacking Night</a> @ Prime Produce at 7-10PM on Wed December 6!"
  },
  "SanDiegoNov2023": {
    "begin": "10 November 2023 00:00 UTC",
    "end": "27 November 2023 23:59 UTC",
    "corners": [
      [
        35.8001,
        -114.1308
      ],
      [
        32.5295,
        -121.6602
      ]
    ],
    "text": "Everyone is invited to a <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/November_2023\" title=\"Wikipedia:Meetup/San Diego/November 2023\">National American Indian Heritage Month edit-a-thon</a></b> at the <a href=\"/wiki/San_Diego_Central_Library\" title=\"San Diego Central Library\">San Diego Central Library</a>."
  }
};