Module:Quotes: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 June 2024

31 May 2024

  • curprev 10:4010:40, 31 May 2024Vish talk contribs 741 bytes +741 Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local title = args.Title or "Quotes" local icon = args.Icon or "Quote.png" local bg = args.bg or "#b06767" local bg2 = args.bg2 or "#9199a6" bg = frame:expandTemplate{title = "Color", args = {bg}} bg2 = frame:expandTemplate{title = "Color", args = {bg2}} local rows = {} local i = 1 while args[i] do table.insert(rows, args[i]) i = i + 1..."