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) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | {{LinguaLibre:Stats/Menu}} | |
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
== Monthly activity == | == Monthly activity == | ||
− | <query _pagination=" | + | <query _pagination="20" yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 34: | Line 18: | ||
ORDER BY DESC(?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 57: | Line 42: | ||
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> | ||
+ | |||
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |