LinguaLibre
Difference between revisions of "Stats/Time/fr"
< LinguaLibre:Stats
(Created page with "Langues actives") |
|||
(15 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
+ | {{LinguaLibre:Stats/Menu}} | ||
== Activité mensuelle == | == Activité mensuelle == | ||
− | <query yearmonth="Date" records="Nouveaux enregistrements" speakers="Locuteurs actifs" languages="Langues actives"> | + | <query _pagination="20" yearmonth="Date" records="Nouveaux enregistrements" speakers="Locuteurs actifs" languages="Langues actives"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 15: | Line 16: | ||
} | } | ||
GROUP BY ?yearmonth | GROUP BY ?yearmonth | ||
− | ORDER BY ?yearmonth | + | ORDER BY DESC(?yearmonth) |
</query> | </query> | ||
− | == | + | |
− | <query _pagination="10" locutor=" | + | == Locuteurs les plus prolifiques pour le mois en cours == |
+ | <query _pagination="10" locutor="Élément (identifiant du locuteur)" locutorLabel="Locuteur du mois" nb="Nombre d'enregistrements"> | ||
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:}}]] |