אונטערשייד צווישן ווערסיעס פון "יחידה:הערה"

151 בייטן צוגעלייגט ,  פֿאַר 3 חדשים
תיקון
(אנולירט רעוויזיע 338576 פון שווערמער (שמועס))
צייכן: אַנולירונג
(תיקון)
שורה 29: שורה 29:
if text then
if text then
text = frame:preprocess(args[1])
text = frame:preprocess(args[1])
end
    if text:match("%.%.$") then
 
        text =text:sub(1, -2)
    end
    if not text:match("[%p]$") then
        text = text .. "."
    end
    end
if refName and #refName then refDic['name'] = refName end
if refName and #refName then refDic['name'] = refName end
if ibid and #ibid then refDic['extends'] = ibid end
if ibid and #ibid then refDic['extends'] = ibid end