Module:Sandbox/LVL: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
local function gradientBar(text, targetPage) | local function gradientBar(text, targetPage) | ||
return string.format( | return string.format( | ||
'[[%s|<span style="color:#FFF5E8;font-family:\'Retail Demo\',sans-serif;font-weight:bold;text-shadow:0 2px 2px #000,0 0 2px #000;">%s</span>]]', | |||
targetPage, text | |||
) | |||
end | end | ||