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

שחזור לגרסה 16742925 מתאריך 21:26, 5 באפריל 2015 מאת IKhitron
אין תקציר עריכה
שורה 433: שורה 433:
     local error_str = '<strong class="error">String Module Error: ' .. error_str .. '</strong>';
     local error_str = '<strong class="error">String Module Error: ' .. error_str .. '</strong>';
     if error_category ~= '' and not str._getBoolean( no_category ) then
     if error_category ~= '' and not str._getBoolean( no_category ) then
         error_str = '[[Category:' .. error_category .. ']]' .. error_str;
         error_str = mw.title.nsText .. '[[Category:' .. error_category .. ']]' .. error_str;
     end         
     end