Template talk:Wikidata list
This is the talk page for discussing improvements to the Wikidata list template. |
|
Archives: 1Auto-archiving period: 28 days |
This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||
|
|
|
This page has archives. Sections older than 28 days may be automatically archived by Lowercase sigmabot III when more than 3 sections are present. |
More examples
editCould we have example's for other lists? For example, when I am improving a group of people of things I like to have a listeria on a talk page so I can see what's missing
for example
Members of the conservative party in the UK
edit ?item wdt:P102 wd:Q9626.
?item p:P2171 ?statement0.
?statement0 (ps:P2171) _:anyValueP2171.
} LIMIT 100
|columns=label:Article,description,P214,P213,P102,P10849,P10632,p6213,P4527,P4789,P646,p2671,P10849,P5297,P11619
All the series of a given television franchise
edit{{Wikidata list
|sparql=SELECT ?item WHERE {
?item wdt:P179 wd:Q556444
}
|columns=label:Article,description,P580,P582,P276,P625,P18,P1346,P646,P2671,P371,P364,P1113,P6262
Statements
editIs it possible to use Listeria bot to return statements? It would be very useful if it was possible :-) As an example, I am currently trying to reformulate a sparql question for use with Listeria that list people that has been member of a sports club (currently there are a lot of these type of lists on Wikipedia, but they easily become outdated):
Syntax for the question.
SELECT ?human ?humanLabel ?startTime ?endTime ?membershipStatement WHERE {
?human wdt:P31 wd:Q5;
p:P54 ?membershipStatement.
?membershipStatement ps:P54 wd:Q3149147;
OPTIONAL {
?membershipStatement pq:P580 ?startTime. # retrieve start time if available
}
OPTIONAL {
?membershipStatement pq:P582 ?endTime. # retrieve end time if available
} SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} order by ?startTime
Number of items in list - have I made a mistake?
editHello,
In https://tr.wiki.x.io/wiki/T%C3%BCrkiye%27deki_k%C3%B6m%C3%BCr_yak%C4%B1tl%C4%B1_elektrik_santralleri_listesi we can see the number of rows at the bottom of the table.
But I cannot get it to work in https://tr.wiki.x.io/wiki/T%C3%BCrkiye%27deki_enerji_santralleri_listesi
Can anyone see if I have made a mistake? Chidgk1 (talk) 12:28, 17 December 2023 (UTC)