کاربر ناشناس
پودمان: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 = ' | 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 | ||
data.backgroundColor = '#008B6D' | data.backgroundColor = '#008B6D' | ||
elseif class == 'ui-button-red' | elseif class == 'ui-button-red' or class == 'mw-ui-destructive' then | ||
data.backgroundColor = '#A6170F' | data.backgroundColor = '#A6170F' | ||
else | else |