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

27 בייטן צוגעלייגט ,  פֿאַר 2 יאָר
פראבע אראפצונעמען איבריגע newline
(לאגיק דאהי)
(פראבע אראפצונעמען איבריגע 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 = data[word]
    local ret = string.gsub(data[word], "%s+", "")
if not ret then
if not ret then
if args[2] then
if args[2] then