2.717
Bearbeitungen
(Die Seite wurde neu angelegt: „local p = {} function p.literatur(f) local linkedwiki = require 'linkedwiki' local frame = mw.getCurrentFrame() -- init the prefix local r…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 19: | Zeile 19: | ||
local dateFormat = "Y" | local dateFormat = "Y" | ||
local subject = f.args.iri or linkedwiki.getCurrentIRI(); --find the iri of the current page | --local subject = f.args.iri or linkedwiki.getCurrentIRI(); --find the iri of the current page | ||
local object = linkedwiki.new(subject) | local object = linkedwiki.new(subject) |