Modul:LinkedWiki

Aus ÖsterreichWiki
Zur Navigation springen Zur Suche springen

Die Dokumentation für dieses Modul kann unter Modul:LinkedWiki/Doku erstellt werden

local linkedwiki = require 'linkedwiki'
local wd = 'http://www.wikidata.org/entity/'
local rdfs = 'http://www.w3.org/2000/01/rdf-schema#'
local subject = wd.."Q1"; 
local propertyLabel = rdfs.."label"; 

local univers =  linkedwiki.new(subject,"http://www.wikidata.org","fr") --uses Wikidata's config and the french tag 
mw.log(object:getString(propertyLabel))