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

הוספת פונקצייה "קידוד" (נקראת גם encode)
not again
שורה 539: שורה 539:


str.encode = function(frame)
str.encode = function(frame)
return mw.text.encode( frame.args[0] or "" )
return mw.text.encode( frame.args[1] or "" )
end
end