MediaWiki:Gadget-geonotice-list.js

Википедия — эркенаб энциклопедия сайталдасан материал

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите 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 = {
  "SanDiegoMay2024": {
    "begin": "29 April 2024 00:00 UTC",
    "end": "20 May 2024 23:59 UTC",
    "corners": [
      [
        35.0064,
        -114.1308
      ],
      [
        32.5295,
        -121.0038
      ]
    ],
    "text": "Everyone is invited to a <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/May_2024\" title=\"Wikipedia:Meetup/San Diego/May 2024\">Asian American and Pacific Islander Heritage Month</a></b> edit-a-thon on May 20th at the <a href=\"/wiki/San_Diego_Central_Library\" title=\"San Diego Central Library\">San Diego Central Library</a>."
  },
  "SanDiegoApr2024": {
    "begin": "1 April 2024 00:00 UTC",
    "end": "22 April 2024 23:59 UTC",
    "corners": [
      [
        35.0064,
        -114.1308
      ],
      [
        32.5295,
        -121.0038
      ]
    ],
    "text": "Everyone is invited to a <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/April_2024\" title=\"Wikipedia:Meetup/San Diego/April 2024\">National Volunteer Month</a></b> edit-a-thon on April 22nd at the <a href=\"/wiki/San_Diego_Central_Library\" title=\"San Diego Central Library\">San Diego Central Library</a>. Students seeking community service hours for school requirements will receive two hours for participation."
  },
  "SanDiegoMar2024": {
    "begin": "4 March 2024 00:00 UTC",
    "end": "25 March 2024 23:59 UTC",
    "corners": [
      [
        35.0064,
        -114.1308
      ],
      [
        32.5295,
        -121.0038
      ]
    ],
    "text": "Everyone is invited to a <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/March_2024\" title=\"Wikipedia:Meetup/San Diego/March 2024\">Women's History Month</a></b> edit-a-thon on March 25th at the <a href=\"/wiki/San_Diego_Central_Library\" title=\"San Diego Central Library\">San Diego Central Library</a>."
  },
  "SanDiegoFeb2024": {
    "begin": "5 February 2024 00:00 UTC",
    "end": "26 February 2024 23:59 UTC",
    "corners": [
      [
        35.0064,
        -114.1308
      ],
      [
        32.5295,
        -121.0038
      ]
    ],
    "text": "Everyone is invited to a <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/February_2024\" title=\"Wikipedia:Meetup/San Diego/February 2024\">Black History Month</a></b> edit-a-thon on February 26th at the <a href=\"/wiki/San_Diego_Central_Library\" title=\"San Diego Central Library\">San Diego Central Library</a>."
  },
  "UK20240224": {
    "begin": "24 February 2024 14:00 UTC",
    "end": "10 March 2024 15:00 UTC",
    "country": "GB",
    "text": "Interested in having a chat with fellow Wikipedians? There is an upcoming meetup in: <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/202\" class=\"extiw\" title=\"m:Meetup/London/202\">London, 10 March</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."
  }
};