All translations
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | ?person wdt:P3 ?surname . # Retrieves the surname (P3) ?person wdt:P2 ?firstName . # Retrieves the first name (P2) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # Retrieves the labels in English |
h French (fr) | ?personne wdt:P3 ?nom . # Récupère le nom de famille (P3) ?personne wdt:P2 ?prenom . # Récupère le prénom (P2) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". } # Récupère les libellés en français |
h Dutch (nl) | ?persoon wdt:P3 ?achternaam . # Haalt de achternaam op (P3) ?persoon wdt:P2 ?voornaam . # Haalt de voornaam op (P2) SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,[AUTO_LANGUAGE]". } # Haalt de labels in het Nederlands op |