Modul:LinkedWiki: Unterschied zwischen den Versionen

Keine Änderung der Größe ,  15. April 2021
keine Bearbeitungszusammenfassung
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.."Q1";  
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))
2.918

Bearbeitungen