मिडियाविकी:Gadget-geonotice-list.js

विकिपीडिया कडल्यान

चत्राय: सांबाळ्ळ्या उपरांत, तुका घडयेक तुज्या ब्रावसराचो कॅश कडसरावंक पडत बदल पळोंवचे खातीर.

  • Firefox / Safari: Shift > धर Reload क्लीक करताना, वा दाम Ctrl-F5 वा Ctrl-R (⌘-R मॅक-आचेर)
  • Google Chrome: Ctrl-Shift-R दाम (⌘-Shift-R एका मॅक-आचेर)
  • Internet Explorer: Ctrl dhor Refresh क्लीक करताना, वा दाम Ctrl-F5
  • Opera: हांगा वच: Menu → Settings (Opera → Preferences मॅक-आचेर) आनी उपरांत Privacy & security → Clear browsing data → Cached images and files.‎
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Defines the list of notices to be shown to registered users based on their location
 *
 * Format is:
 *
 * ID: {
 *   begin: 'date',
 *   end: 'date',
 *   corners: [ [ lat, lon ], [ lat, lon ] ],
 *   text: 'message'
 * }
 *
 * There also is an option to use country instead of corners. For example:
 * ID: {
 *   begin: 'date',
 *   end: 'date',
 *   country: 'US',
 *   text: 'message'
 * }
 *
 * See http://dev.maxmind.com/geoip/legacy/codes/iso3166 for full list of country codes
 *
 * - There must be commas between the notices, but not after the last one.
 * - BE SURE TO ESCAPE YOUR APOSTROPHES (put a backslash in front of it, like this: \')!
 * - Use [[meta:w:en:link|link]] format for internal links, so that they work properly
 * on the other projects where the geonotice is displayed.
 */

window.GeoNotice = {};
window.GeoNotice.notices = {
	
CISA2K2016:
{
	begin: '21 January 2016 00:00 UTC',
	end: '28 January 2016 17:00 UTC',
	country: 'IN',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

CISA2K2016NE:
{
	begin: '25 January 2016 00:00 UTC',
	end: '28 January 2016 00:00 UTC',
	country: 'NE',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

CISA2K2016BD:
{
	begin: '25 January 2016 00:00 UTC',
	end: '28 January 2016 00:00 UTC',
	country: 'BD',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

CISA2K2016SG:
{
	begin: '25 January 2016 00:00 UTC',
	end: '28 January 2016 00:00 UTC',
	country: 'SG',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

CISA2K2016MY:
{
	begin: '25 January 2016 00:00 UTC',
	end: '28 January 2016 00:00 UTC',
	country: 'MY',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

CISA2K2016AE:
{
	begin: '25 January 2016 00:00 UTC',
	end: '28 January 2016 00:00 UTC',
	country: 'AE',
	text: '70+ editors from 18 Wikipedias are participating in the <b>[[Wikipedia:WikiProject India/Events/Geographical Indications in India Edit-a-thon|Geographical Indications in India Edit-a-thon]]</b> (25—31 January 2015). Join now.'
},

NYCSchomburg:
{ begin : '22 January 2016 0:00 UTC',
  end : '7 February 2016 0:00 UTC',
  corners : [ [42,-76], [40,-72] ],
  text : "Join the [[Wikipedia:Meetup/NYC/Schomburg|Black Life Matters Edit-a-thon @ NYPL Schomburg]] in NYC on Saturday February 6!"
},

NYCFebwikiwed:
{ begin : '22 January 2016 0:00 UTC',
  end : '18 February 2016 0:00 UTC',
  corners : [ [42,-76], [40,-72] ],
  text : "Join the [[Wikipedia:Meetup/NYC/2016-02|WikiWednesday Salon and Skill-Share NYC]] by Union Square at 7PM on February 17!"
},
	
UK20160128: /* 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 */
{
   begin: '27 January 2016 17:00 UTC', /* yesterday's date - amend only if the ID was altered */
   end: '21 February 2016 17:00 UTC', /* set this to date of last meetup shown */
   corners:[ [60,-9], [50, 2] ],
   text: 'Interested in having a chat with fellow Wikipedians? There are forthcoming meetups in: [[m:Meetup/Cambridge/30|Cambridge, 30 Jan]]; [[Wikipedia:Meetup/Hitchin 1|Hitchin, 7 Feb]]; [[m:Meetup/London/102|London, 14 Feb]]; and [[m:Meetup/Oxford/36|Oxford, 21 Feb]]!'  /* try to limit this 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 */
}

/*******************************************
 *             End of list.
 *           Edit only above!
 *
 *******************************************/
};