Module:Row: 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.

13 June 2024

8 April 2024

13 March 2024

27 February 2024

  • curprev 09:5109:51, 27 February 2024Vish talk contribs 3,698 bytes +100 No edit summary
  • curprev 09:4709:47, 27 February 2024Vish talk contribs 3,598 bytes −205 No edit summary
  • curprev 09:4409:44, 27 February 2024Vish talk contribs 3,803 bytes +3,803 Created page with "-- Module definition local p = {} -- Function to generate the row function p.Row(frame) local args = frame:getParent().args local numColumns = 5 -- Maximum number of columns -- Table attributes local class = "jjbe-row volume" .. (args.diamond == "true" and " diamond" or "") .. (args.class and (" " .. args.class) or "") local style = "display: table; width: " .. (args.width or "100%") .. "; height: " .. (args.height or "100%") .. ";" styl..."