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

27 February 2025

  • curprev 03:3603:36, 27 February 2025 Bark talk contribs 2,354 bytes 0 No edit summary
  • curprev 02:3702:37, 27 February 2025 Bark talk contribs 2,354 bytes +2,354 Created page with "-- Module:GenericNonSortable local p = {} -- Main function to generate a customizable table function p.main(frame) local args = frame.args -- Get table settings local tableClass = args['tableClass'] or "wikitable" local tableStyle = args['tableStyle'] or "text-align:center;" -- Get column count and headings local colCount = tonumber(args['columns'] or 2) local headings = {} for i = 1, colCount do headings[i] = args['head..."