Module:NewsLanding/LatestNews: 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.

11 March 2024

8 March 2024

18 February 2024

14 February 2024

12 February 2024

  • curprev 14:3814:38, 12 February 2024Couchor talk contribs 2,163 bytes +2,163 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local tables = 'News' local fields = '_pageName, date, image, category, game, content' local cargoArgs = { where = 'category HOLDS WITHIN "' .. args.category .. '"', orderBy = 'date DESC', limit = args.limit, offset = args.offset } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then..."