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

۳۹۶ بایت اضافه‌شده ،  ‏۲۰ مارس ۲۰۲۰
به‌روزرسانی همراه با حفظ بومی‌سازی‌ها
جز (۱ نسخه واردشده)
www>Ahmad252
(به‌روزرسانی همراه با حفظ بومی‌سازی‌ها)
خط ۱۱۵: خط ۱۱۵:
root:addClass(class)
root:addClass(class)
end
end
-- برای فارسی‌سازی بهتر، نام متغیر زیر از marginLeft به marginRight تغییر داده شده‌است
root:css{['margin-right'] = data.marginRight}
root:css{['margin-right'] = data.marginRight}
if data.style then
if data.style then
خط ۱۸۲: خط ۱۸۳:
p[listType] = function (frame)
p[listType] = function (frame)
local mArguments = require('Module:Arguments')
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame)
local origArgs = mArguments.getArgs(frame, {
valueFunc = function (key, value)
if not value or not mw.ustring.find(value, '%S') then return nil end
if mw.ustring.find(value, '^%s*[%*#;:]') then
return value
else
return value:match('^%s*(.-)%s*$')
end
return nil
end
})
-- Copy all the arguments to a new table, for faster indexing.
-- Copy all the arguments to a new table, for faster indexing.
local args = {}
local args = {}
کاربر ناشناس