יחידה:String: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 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 | ||
if mw.title.getCurrentTitle().namespace ~= 10 then | |||
error_str = '[[Category:' .. error_category .. ']]' .. error_str; | |||
end | |||
end | end | ||