Main public logs
From wikibase
Combined display of all available logs of wikibase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:29, 19 May 2026 Admin talk contribs created page Module:CountEntities (Created page with "local p = {} -- Fonction pour compter les entités d'un type donné (ex: Q2, Q5, etc.) function p.countSingle(frame) local entityId = frame.args[1] if not entityId then error("Erreur : Veuillez spécifier un ID d'entité (ex: {{#invoke:CountEntities|countSingle|Q2}}).") end local sparqlEndpoint = "https://query.bvh.univ-tours.fr/" -- Requête SPARQL pour compter les entités de type entityId local query = string.format([[ SEL...")
