LinguaLibre
Difference between revisions of "Stats/Time/fr"
< LinguaLibre:Stats
(Updating to match new version of source page) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | {{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 34: | 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 57: | Line 42: | ||
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> | ||
+ | |||
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |