LinguaLibre
Difference between revisions of "Stats/Time/bn"
< LinguaLibre:Stats
(Created page with "বৈশ্বিক পরিসংখ্যান") |
(Updating to match new version of source page) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | {{LinguaLibre:Stats/Menu}} | |
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
== Monthly activity == | == Monthly activity == | ||
− | <query yearmonth=" | + | <query _pagination="20" yearmonth="তারিখ" records="নতুন রেকর্ডগুলি" speakers="Active speakers" languages="Active languages"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 32: | Line 16: | ||
} | } | ||
GROUP BY ?yearmonth | GROUP BY ?yearmonth | ||
− | ORDER BY ?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=" | + | <query _pagination="10" locutor="আইটেম (লোকুটুরের কিউআইডি)" locutorLabel="<span class="mw-translate-fuzzy">পাঠিক/পাঠিকা</span>" nb="<span class="mw-translate-fuzzy">বর্তমান মাসের রেকর্ডের সংখ্যা</span>"> |
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:}}]] |