יחידה: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 = ' | error_str = '[[Category:' .. error_category .. ']]' .. error_str; | ||
end | end | ||