All public logs

Jump to navigation Jump to search

Combined display of all available logs of R74n Wikibase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:10, 22 April 2024 R74n talk contribs created page Module:Adaptable background (Created page with "-- Code by Melecie (Q684) p = {} -- literally my first lua code ever please don't bite :3 -mel -- Function returns either a solid or gradient background depending on the number of inputs p.bg = function(frame) local length = 0 local colors = {} for i in string.gmatch(frame.args[1], "[^,]+") do table.insert(colors, i) length = length + 1 end if length > 1 then -- return gradient local background = "background-image: linear-gradient(to right" for n = 1...")