82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 30: | Zeile 30: | ||
data['Thema'] = thema | data['Thema'] = thema | ||
mw.smw.subobject(data) | mw.smw.subobject(data) | ||
local t | |||
if option == "nodate" then | if option == "nodate" then | ||
t = sr.subrefs(text) | |||
else | |||
t = ds .. ': ' .. sr.subrefs(text) | |||
end | end | ||
return frame:preprocess( | return frame:preprocess(t) | ||
end | end | ||