Modul:LinkedWiki: Unterschied zwischen den Versionen

172 Bytes hinzugefügt ,  25. April 2021
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 36: Zeile 36:
local propertyAuthor = wdt..'P2093'
local propertyAuthor = wdt..'P2093'
local propertyJournal = wdt..'P1433'
local propertyJournal = wdt..'P1433'
local propertyIssue = wdt..'P433'
local propertyPubDate = wdt..'P577'
local propertyPage = wdt..'P304'
     if not linkedwiki.isEmpty(f.args['Wikidata ID']) then
     if not linkedwiki.isEmpty(f.args['Wikidata ID']) then
Zeile 50: Zeile 53:
         citeq_args["Autor"] = objWikidata:getValue(propertyAuthor)
         citeq_args["Autor"] = objWikidata:getValue(propertyAuthor)
         citeq_args["Sammelwerk"] = objWikidata:getString(propertyJournal,taglang)
         citeq_args["Sammelwerk"] = objWikidata:getString(propertyJournal,taglang)
        citeq_args["Seiten"] = objWikidata:getValue(propertyPage)
     end
     end


2.621

Bearbeitungen