پودمان:String: تفاوت میان نسخه‌ها

Add "rep" function per request by User:קיפודנחש at Wikipedia:Lua requests#Template:Loop and Template:Loop15. Copied from sandbox.
 
Hasaninasab (بحث | مشارکت‌ها)
صفحه‌ای تازه حاوی «--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named...» ایجاد کرد
خط ۴۳۳: خط ۴۳۳:
     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 = '' .. error_str;
     end         
     end