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

90 בייטן צוגעלייגט ,  פֿאַר 2 יאָר
אידיש
אין תקציר עריכה
(אידיש)
שורה 50: שורה 50:
end
end
if chapter > #bookdata
if chapter > #bookdata
then aserror("אין " .. syntax["chapter"] .. " " .. frame.args["chapter"]
then aserror("נישטא קיין " .. syntax["chapter"] .. " " .. frame.args["chapter"]
.. " ב" .. syntax["book"] .. " " .. bookname) end
.. " אין " .. syntax["book"] .. " " .. bookname) end
if par > bookdata[chapter] and fpar ~= "" and frame.args["par"] ~= nil
if par > bookdata[chapter] and fpar ~= "" and frame.args["par"] ~= nil
then aserror("אין " .. syntax["par"] .. " " .. fpar .. " ב" .. syntax["chapter"] .. " " ..
then aserror("נישטא קיין " .. syntax["par"] .. " " .. fpar .. " אין " .. syntax["chapter"] .. " " ..
frame.args["chapter"] .. " ב" .. syntax["book"] .. " " .. bookname) end
frame.args["chapter"] .. " אין " .. syntax["book"] .. " " .. bookname) end
if par1 > bookdata[chapter] and fpar1 ~= ""
if par1 > bookdata[chapter] and fpar1 ~= ""
then aserror("אין " .. syntax["par"] .. " " .. fpar1 .. " ב" .. syntax["chapter"] .. " " ..
then aserror("נישטא קיין " .. syntax["par"] .. " " .. fpar1 .. " אין " .. syntax["chapter"] .. " " ..
frame.args["chapter"] .. " ב" .. syntax["book"] .. " " .. bookname) end
frame.args["chapter"] .. " אין " .. syntax["book"] .. " " .. bookname) end
if par1 == par and fpar1 ~= ""
if par1 == par and fpar1 ~= ""
then aserror("שני הפרמטרים המציינים אותו מספר " .. syntax["par"]) end
then aserror("שני הפרמטרים המציינים אותו מספר " .. syntax["par"]) end
שורה 170: שורה 170:
then aserror('יש להשמיט את מילה "' .. syntax["book"] .. '" מתוך הפרמטר') end
then aserror('יש להשמיט את מילה "' .. syntax["book"] .. '" מתוך הפרמטר') end
if suggestions[book] ~= nil
if suggestions[book] ~= nil
then aserror("אין " .. syntax["book"] .. " " .. bookname ..
then aserror("נישטא קיין " .. syntax["book"] .. " " .. bookname ..
", האם הכוונה היא ל" .. suggestions[book] .. "?") end
", האם הכוונה היא ל" .. suggestions[book] .. "?") end
aserror("אין " .. syntax["book"] .. " " .. book)
aserror("נישטא קיין " .. syntax["book"] .. " " .. book)
end
end