query-c83ec53aaf2c11c95965d4ed0df582c3
Template creation 09:46, 14 August 2016 (UTC) Jura--- such sitelinks, and any of them must not be one of /doc, /sandbox, /testcases or /TemplateData subpages. Items for non-subpages can be created with 1 sitelink, but shouldn't be created in great numbers.". at least two as follows: "If a link is a template, the item must contain Wikidata:Notability, I updated Wikidata:Project_chat/Archive/2016/07#Notability_of_items_for_templatesFollowing the discussion at and with only 1 sitelink.(Q11266439)Wikimedia template =(P31)instance of ;) Actually we have 716527 item with 09:59, 14 August 2016 (UTC) Jura--- has to spend an afternoon deleting them because arwiki cleaned-up, then it was in great number ;) ValterVBWell, here we had 400,000 (at least measured by the increase in P31 values over the last month). Maybe 1000? Let's say if 09:53, 14 August 2016 (UTC)) talk (Edgars2007People "will complain" about great number — how much is that? :) --
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item (COUNT(DISTINCT ?sitelink) AS ?count)
WHERE
{
?item wdt:P31 wd:Q11266439.
?sitelink schema:about ?item.
}
GROUP BY ?item
HAVING (?count = 1)