יחידה:בסוגריים
ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:בסוגריים/תיעוד
-- יחידה:בסוגריים function addIfNotEmpty(frame) local s = frame.args[1]; mw.log ('addIfNotEmpty: (' .. s .. ')'); s = mw.ustring.gsub( s, "%[%[קטגוריה:[^%[%]]*%]%]", "" ) mw.log ('addIfNotEmpty...(' .. s .. ')'); if string.match(s, "^ *0 *$") then return ""; elseif (not string.match(s, "[a-zA-Zא-ת0-9]")) then return s; else return "(" .. s .. ")"; end end return { ['אם_לא_ריק'] = addIfNotEmpty }