LinguaLibre

Difference between revisions of "Stats/Time"

< LinguaLibre:Stats

(Created page with "== Monthly activity == <query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> SELECT ?yearmonth (COUNT(DISTINCT ?record) AS ?r...")
 
(move to 20 row.)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Monthly activity ==
+
<languages/>
 
+
{{LinguaLibre:Stats/Menu}}
<query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages">
+
<translate>
 +
== Monthly activity == <!--T:1-->
 +
</translate>
 +
<query _pagination="20" yearmonth="<translate><!--T:2--> Date</translate>" records="<translate><!--T:3--> New records</translate>" speakers="<translate><!--T:4--> Active speakers</translate>" languages="<translate><!--T:5--> Active languages</translate>">
 
SELECT
 
SELECT
 
?yearmonth
 
?yearmonth
Line 15: Line 18:
 
}
 
}
 
GROUP BY ?yearmonth
 
GROUP BY ?yearmonth
ORDER BY ?yearmonth
+
ORDER BY DESC(?yearmonth)
 
</query>
 
</query>
  
== The most prolific speakers for the current month ==
+
<translate>
  
<query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records for the current month">
+
== The most prolific speakers for the current month == <!--T:6-->
 +
</translate>
 +
<query _pagination="10" locutor="<translate><!--T:7--> Item (locutor Qid)</translate>" locutorLabel="<translate><!--T:8--> Speakers of the Month</translate>" nb="<translate><!--T:9--> Number of records</translate>">
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
   {
 
   {
Line 41: Line 46:
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>
 +
 +
[[Category:Lingua Libre:DataViz{{#translation:}}]]

Revision as of 17:30, 26 December 2022

Other languages:
Bahasa Indonesia • ‎Bahasa Melayu • ‎British English • ‎Deutsch • ‎English • ‎Esperanto • ‎brezhoneg • ‎français • ‎norsk bokmål • ‎occitan • ‎polski • ‎português do Brasil • ‎română • ‎sicilianu • ‎svenska • ‎македонски • ‎русский • ‎اردو • ‎বাংলা • ‎తెలుగు • ‎ꯃꯤꯇꯩ ꯂꯣꯟ
View statistics about:

Monthly activity

... Loading ...


The most prolific speakers for the current month

... Loading ...