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).

Logs
  • 02:38, 27 February 2025 Bark talk contribs created page Module:GenericSortable (Created page with "-- Module:GenericTable 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 sortable" 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['h...")