2.918
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
local wd = 'http://www.wikidata.org/entity/' | local wd = 'http://www.wikidata.org/entity/' | ||
local rdfs = 'http://www.w3.org/2000/01/rdf-schema#' | local rdfs = 'http://www.w3.org/2000/01/rdf-schema#' | ||
local subject = wd.." | local subject = wd.."Q5"; | ||
local propertyLabel = rdfs.."label"; | local propertyLabel = rdfs.."label"; | ||
local univers = linkedwiki.new(subject,"http://www.wikidata.org","fr") --uses Wikidata's config and the french tag | local univers = linkedwiki.new(subject,"http://www.wikidata.org","fr") --uses Wikidata's config and the french tag | ||
mw.log(object:getString(propertyLabel)) | mw.log(object:getString(propertyLabel)) |