/* _____________________________________________________________________________
* | |
* | === 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.
*
* GUNAKAN [[Wikipedia:Geonotice/list.json]] UNTUK MENGONFIGURASI ACARA. Perubahan yang terdapat disana
* akan disinkornasikan oleh bot setiap lima menit. Suntingan langsung disini akan di tulis ulang bila botnya sudah memperbarui.
*
* If your changes were not synced, review [[User:MusikBot II/GeonoticeSync/Report]] for errors.
*/
/* Hilangkan awalan komentar ini bila ingin menambahkan acara
window.GeoNotice = {};
window.GeoNotice.notices = {
"[Nama acara]": {
"begin": " [Tanggal mulai] contoh -> 23 November 2025 12:00 UTC",
"end": "[Tanggal Berakhir] contoh -> 14 December 2025 20:00 UTC",
"country": "[Kode wilayah] contoh -> GB",
"text": "[Isi teks acara] contoh -> Interested in having a chat with fellow Wikipedians? There is an upcoming meetup in: <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/223\" class=\"extiw\" title=\"m:Meetup/London/223\">London, 14 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."
}, // Selalu tambahkan tanda koma bila ingin menambahkan acara lainnya di waktu yang bersamaan
* "SanDiegoDec2025": {
* "begin": "28 November 08:00 UTC",
* "end": "15 December 04:00 UTC",
* "corners": [
* [
* 33.429,
* -116.082
* ],
* [
* 32.524,
* -117.6
* ]
* ],
* "text": "Join fellow Wikimedians for a casual social event where we compete in <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/December_2025\" title=\"Wikipedia:Meetup/San Diego/December 2025\">pub trivia in North Park, San Diego</a></b>."
* },
{
// tambahkan detail acara lainnya dibaris ini bila ingin menambahkan dengan mengikuti format diatas
}
}
};
*/