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

107 בייטן צוגעלייגט ,  פֿאַר 2 יאָר
קיין רעדאגירונג באמערקונג
(צוריקדריי צו ווערסיע 197149 דורך צמא לדעת)
אין תקציר עריכה
צייכן: מאנועל צוריקשטעל
 
(5 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן)
שורה 16: שורה 16:
local data = mw.loadData('יחידה:Lexicon/Data')
local data = mw.loadData('יחידה:Lexicon/Data')
local word = stripToNil(args[1])
local word = stripToNil(args[1])
return data[word]
local ret = data[word]
if not ret then
if args[2] then
ret = args[2]
else
ret = args[1]
    end
end
return ret
end
end


return p
return p