LinguaLibre
Difference between revisions of "Stats/Time/fr"
< LinguaLibre:Stats
(Updating to match new version of source page) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{LinguaLibre:Stats/Menu}} | {{LinguaLibre:Stats/Menu}} | ||
== Activité mensuelle == | == Activité mensuelle == | ||
− | <query _pagination=" | + | <query _pagination="20" yearmonth="Date" records="Nouveaux enregistrements" speakers="Locuteurs actifs" languages="Langues actives"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 18: | Line 18: | ||
ORDER BY DESC(?yearmonth) | ORDER BY DESC(?yearmonth) | ||
</query> | </query> | ||
+ | |||
== Locuteurs les plus prolifiques pour le mois en cours == | == Locuteurs les plus prolifiques pour le mois en cours == | ||
− | <query _pagination="10" locutor="Élément (identifiant du locuteur)" locutorLabel="Locuteur" nb="Nombre d'enregistrements | + | <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 41: | Line 42: | ||
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> | ||
+ | |||
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |