Translations:Limburg/9/en: Difference between revisions

From Resistance in Belgium
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
# Récupérer les labels automatiquement ou en français
# Récupérer les labels automatiquement ou en français
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". }   
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }   
}
}
# GROUP BY ?personne ?Nom ?Prenom ?DomicileLabel ?dateNaissance ?FondsArchivesLabel ?NoInventaire
# GROUP BY ?personne ?Nom ?Prenom ?DomicileLabel ?dateNaissance ?FondsArchivesLabel ?NoInventaire

Latest revision as of 18:56, 20 October 2024

Message definition (Limburg)
# Récupérer les labels automatiquement ou en français
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  
}
# GROUP BY ?personne ?Nom ?Prenom ?DomicileLabel ?dateNaissance ?FondsArchivesLabel ?NoInventaire
ORDER BY ASC(?DomicileLabel) ASC(?Nom) ASC(?Prenom)
| chart=bordercloud.visualization.DataTable
| class=my-table-class
| options=scrollX:true!scrollY:true!ordering:true
| endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql
| log=2
}}
</div>
  1. Récupérer les labels automatiquement ou en français
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  

}

  1. GROUP BY ?personne ?Nom ?Prenom ?DomicileLabel ?dateNaissance ?FondsArchivesLabel ?NoInventaire

ORDER BY ASC(?DomicileLabel) ASC(?Nom) ASC(?Prenom) | chart=bordercloud.visualization.DataTable | class=my-table-class | options=scrollX:true!scrollY:true!ordering:true | endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql | log=2 }}