„Modul:ServiceAward” változatai közötti eltérés

[ellenőrzött változat][ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
1 907. sor:
local templateParams = {}
 
local userBoxBorderColor = args.userBoxBorderColornil
local userBoxIdColor = nil
local userBoxBackgroundColor = nil
1 941. sor:
if (not args.userBoxIdColor == nil) and (not args.userBoxIdColor == "") then
ret = ret .. "idbkcolor defined\n\n"
userBoxIdColor = args.userBoxIdColor
end
if (not args.userBoxBackgroundColor == nil) and (not args.userBoxBackgroundColor == "") then
ret = ret .. "bkbkcolor defined\n\n"
userBoxBackgroundColor = args.userBoxBackgroundColor
end
if (not args.userBoxBorderColor == nil) and (not args.userBoxBorderColor == nil) then
ret = ret .. "borderbkcolor defined\n\n"
userBoxBorderColor = args.userBoxBorderColor
end
1 954 ⟶ 1 961 sor:
if userBoxBackgroundColor == nil then
userBoxBackgroundColor = "#E8E8E8"
end
if userBoxBorderColor == nil then
userBoxBorderColor = "#B7B7B7"
end