Modul:LinkedWiki: Unterschied zwischen den Versionen

121 Bytes hinzugefügt ,  25. April 2021
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 35: Zeile 35:
local propertyTitel = wdt..'P1476'
local propertyTitel = wdt..'P1476'
local propertyAuthor = wdt..'P2093'
local propertyAuthor = wdt..'P2093'
local propertyJournal = wdt..'P1433'
     if not linkedwiki.isEmpty(f.args['Wikidata ID']) then
     if not linkedwiki.isEmpty(f.args['Wikidata ID']) then
Zeile 48: Zeile 49:
         citeq_args["Titel"] = objWikidata:getString(propertyTitel,taglang)
         citeq_args["Titel"] = objWikidata:getString(propertyTitel,taglang)
         citeq_args["Autor"] = objWikidata:getValue(propertyAuthor)
         citeq_args["Autor"] = objWikidata:getValue(propertyAuthor)
        citeq_args["Sammelwerk"] = objWikidata:checkTitle(propertyJournal,taglang)
     end
     end


2.621

Bearbeitungen