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

10 בייטן אראפגענומען ,  פֿאַר 2 יאָר
בעסער
(פראבע אראפצונעמען איבריגע newline)
צייכן: צוריקגעשטעלט
(בעסער)
צייכן: צוריקגעשטעלט
שורה 16: שורה 16:
local data = mw.loadData('יחידה:Lexicon/Data')
local data = mw.loadData('יחידה:Lexicon/Data')
local word = stripToNil(args[1])
local word = stripToNil(args[1])
     local ret = string.gsub(data[word], "%s+", "")
     local ret = mw.text.trim(data[word])
if not ret then
if not ret then
if args[2] then
if args[2] then