יחידה:ParamValidator: הבדלים בין גרסאות בדף

מ 4 גרסאות של הדף wikipedia:he:יחידה:ParamValidator יובאו
מ גרסה אחת של הדף wikipedia:he:יחידה:ParamValidator יובאה
 
(גרסת ביניים אחת של משתמש אחר אחד אינה מוצגת)
שורה 110: שורה 110:
local util = {
local util = {
empty = function( s )  
empty = function( s )  
return s == nil  or type( s ) == 'string' and mw.text.trim( s ) == ''   
return s == nil  or type( s ) == 'string' and (mw.text.trim( s ) == '' or s == '-') -- compatible with module:תבנית מידע    
end
end
,  
,