Module:NewsSearch: Revision history

From TwogPedia

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.

19 April 2024

13 March 2024

12 February 2024

18 October 2023

17 October 2023

28 July 2023

13 July 2023

16 June 2023

28 May 2023

  • curprev 20:2920:29, 28 May 2023Couchor talk contribs 2,273 bytes +2,273 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local NewsSearch = {} function NewsSearch.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') if args.games == nil and args.categories == nil then return tableContainer:wikitext('At least one category or game needs to be chosen') end local whereStr = '' if args.categories then local categories = mw.text.split(args.categories, ',') whereStr = where..."