LinguaLibre

Difference between revisions of "Stats/Languages/pl"

< LinguaLibre:Stats

(Created page with "Język")
(Updating to match new version of source page)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<languages/>
 
<languages/>
 
+
{{LinguaLibre:Stats/Menu}}
{{Colored box
 
| background-content-color =
 
| background-title-color = #3366CC
 
| icon = Icon Stats color.svg
 
| title =  Pokaż statystyki z grupy:
 
| title-color = white
 
| link =
 
| link-color =
 
| view-text =
 
| content = <center>
 
{{Clickable button 2|Special:MyLanguage/LL:Stats| Ogólne|class=mw-ui-progressive}}
 
{{Clickable button 2|Special:MyLanguage/LL:Stats/Languages| Języki|class=mw-ui-progressive}}
 
{{Clickable button 2|Special:MyLanguage/LL:Stats/Speakers| Spikerzy|class=mw-ui-progressive}}
 
{{Clickable button 2|Special:MyLanguage/LL:Stats/Time| Chornologiczne|class=mw-ui-progressive}}
 
</center>
 
}}
 
 
== Języki według liczby nagrań ==
 
== Języki według liczby nagrań ==
<query _pagination="10" lang=" Element (Qid języka)" langLabel=" Język" code=" ISO 639-3 code" nb=" Number of records">
+
<query _pagination="10" lang=" Element (Qid języka)" langLabel=" Język" code=" Kod ISO 639-3" nb=" Liczba nagrań">
 
SELECT ?lang ?langLabel ?code ( count(DISTINCT ?record) as ?nb ) WHERE {
 
SELECT ?lang ?langLabel ?code ( count(DISTINCT ?record) as ?nb ) WHERE {
   ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en").
+
   ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "[AUTO_LANGUAGE]").
 
   OPTIONAL { ?record prop:P4 ?lang ; prop:P2 entity:Q2 . }
 
   OPTIONAL { ?record prop:P4 ?lang ; prop:P2 entity:Q2 . }
 
   OPTIONAL { ?lang prop:P13 ?code }
 
   OPTIONAL { ?lang prop:P13 ?code }
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 +
    ?lang rdfs:label ?langLabel .
 +
  }
 
}
 
}
 
GROUP BY ?lang ?langLabel ?code
 
GROUP BY ?lang ?langLabel ?code
Line 28: Line 16:
 
</query>
 
</query>
  
== Languages by number of speakers ==
+
== Języki według liczby spikerów ==
<query _pagination="10" lang=" Item (Language Qid)" langLabel=" Language" code=" ISO 639-3 code" nb=" Number of speakers">
+
<query _pagination="10" lang=" Element (Qid języka)" langLabel=" Język" code=" Kod ISO 639-3" nb=" Liczba spikerów">
 
SELECT ?lang ?langLabel ?code ( count(DISTINCT ?recorder) as ?nb ) WHERE {
 
SELECT ?lang ?langLabel ?code ( count(DISTINCT ?recorder) as ?nb ) WHERE {
   ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en").
+
   ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "[AUTO_LANGUAGE]").
 
   OPTIONAL { ?record prop:P4 ?lang ; prop:P5 ?recorder ; prop:P2 entity:Q2 . }
 
   OPTIONAL { ?record prop:P4 ?lang ; prop:P5 ?recorder ; prop:P2 entity:Q2 . }
 
   OPTIONAL { ?lang prop:P13 ?code }
 
   OPTIONAL { ?lang prop:P13 ?code }
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 +
    ?lang rdfs:label ?langLabel .
 +
  }
 
}
 
}
 
GROUP BY ?lang ?langLabel ?code
 
GROUP BY ?lang ?langLabel ?code
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>
 +
 +
== See also ==
 +
* [[LinguaLibre:List of languages]]
 +
 +
[[Category:Lingua Libre:DataViz{{#translation:}}]]

Revision as of 18:16, 12 February 2023

Other languages:
Bahasa Indonesia • ‎Bahasa Melayu • ‎Deutsch • ‎English • ‎Esperanto • ‎Igbo • ‎brezhoneg • ‎euskara • ‎français • ‎galego • ‎occitan • ‎polski • ‎sicilianu • ‎svenska • ‎македонски • ‎русский • ‎עברית • ‎বাংলা • ‎தமிழ் • ‎తెలుగు
View statistics about:

Języki według liczby nagrań

... Loading ...

Języki według liczby spikerów

... Loading ...

See also