Difference between revisions of "MediaWiki:Common.js"
From Oncopaedia
							 (Created page with "→Any JavaScript here will be loaded for all users on every page load.:   $.getJSON('https://oncopaedia.net/w/api.php?action=query&list=astats&format=json', function (data)...")  | 
			
(No difference) 
 | 
Revision as of 14:12, 1 May 2019
/* Any JavaScript here will be loaded for all users on every page load. */
 $.getJSON('https://oncopaedia.net/w/api.php?action=query&list=astats&format=json', function (data) {
 	arts =data['astats']['articles']['total']
 	alert(arts)
 })