پرش به محتوا

پودمان:Clickable button 2: تفاوت میان نسخه‌ها

جز
بومی‌سازی
جز (۱ نسخه واردشده)
 
جز (بومی‌سازی)
خط ۷: خط ۷:
function p.main(frame)
function p.main(frame)
local args = require('Module:Arguments').getArgs(frame, {
local args = require('Module:Arguments').getArgs(frame, {
wrappers = 'Template:Clickable button 2'
wrappers = 'الگو:Clickable button 2'
})
})
return p.luaMain(args)
return p.luaMain(args)
خط ۸۴: خط ۸۴:
if class == 'ui-button-blue'
if class == 'ui-button-blue'
or class == 'mw-ui-progressive'
or class == 'mw-ui-progressive'
or class == 'mw-ui-constructive'
then
then
data.backgroundColor = '#2962CB'
data.backgroundColor = '#2962CB'
elseif class == 'ui-button-green'
elseif class == 'ui-button-green' then
or class == 'mw-ui-constructive'
then
data.backgroundColor = '#008B6D'
data.backgroundColor = '#008B6D'
elseif class == 'ui-button-red'
elseif class == 'ui-button-red' or class == 'mw-ui-destructive' then
or class == 'mw-ui-destructive'
then
data.backgroundColor = '#A6170F'
data.backgroundColor = '#A6170F'
else
else
کاربر ناشناس