MediaWiki:Common.js: Difference between revisions
From wikibase
Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { const endpoint = "https://query.bvh.univ-tours.fr"; const query = ` SELECT ?Categorie (COUNT(?item) AS ?Nombre) WHERE { VALUES (?type ?Categorie) { (wd:Q6 "Personnes") (wd:Q7 "Collectivités") (wd:Q8 "Familles") (wd:Q2 "Lieux") } ?item wdt:P1 ?type . } GROUP BY ?Categorie `; fetc..." |
Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: " Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
