LinguaLibre
Difference between revisions of "Stats/Time/en"
< LinguaLibre:Stats
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
+ | {{LinguaLibre:Stats/Menu}} | ||
== Monthly activity == | == Monthly activity == | ||
− | <query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> | + | <query _pagination="20" yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 15: | Line 16: | ||
} | } | ||
GROUP BY ?yearmonth | GROUP BY ?yearmonth | ||
− | ORDER BY ?yearmonth | + | ORDER BY DESC(?yearmonth) |
</query> | </query> | ||
+ | |||
== The most prolific speakers for the current month == | == The most prolific speakers for the current month == | ||
− | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel=" | + | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speakers of the Month" nb="Number of records"> |
SELECT ?locutor ?locutorLabel ?nb WHERE { | SELECT ?locutor ?locutorLabel ?nb WHERE { | ||
{ | { | ||
Line 40: | Line 42: | ||
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> | ||
+ | |||
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |