Module:Compatibility status counter PS3: 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.

23 January 2025

21 January 2025

  • curprev 21:0121:01, 21 January 2025Roxanne talk contribsm 2,708 bytes +111 No edit summary
  • curprev 20:4820:48, 21 January 2025Roxanne talk contribsm 2,597 bytes 0 Protected "Module:Compatibility status counter PS3": Edit warring ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 20:4720:47, 21 January 2025Roxanne talk contribs 2,597 bytes +2,597 Created page with "-- This module counts table rows in wikitext local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end return p._main(getArgs(frame, {wrappers = 'Template:Table row counter'})) end function p._main(args) -- Get the title object local titleObj do local success success, titleObj = pcall(mw.title.new, args.page) if not success or not titleObj then titleObj = mw.title.getCurrentTitle() end..."