Translations:Antwerpen/9/fr: Difference between revisions

From Resistance in Belgium
(Created page with "# Récupérer les labels automatiquement ou en français SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } } # 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/nam...")
 
(No difference)

Latest revision as of 07:42, 8 October 2024

Message definition (Antwerpen)
# Automatically retrieve labels or in English
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  
}
# GROUP BY ?person ?LastName ?FirstName ?ResidenceLabel ?birthDate ?ArchiveCollectionLabel ?InventoryNumber
ORDER BY ASC(?ResidenceLabel) ASC(?LastName) ASC(?FirstName)
| 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],fr". }  

}

  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 }}