Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of August Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:37, 27 February 2025 Bark talk contribs created page Module:GenericNonSortable (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...")