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

12 February 2024

  • curprev 14:3914:39, 12 February 2024Couchor talk contribs 1,758 bytes +1,758 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 category = string.gsub(args.category, '_', ' ') local tables = 'News' local fields = '_pageName, date, image' local cargoArgs = { where = 'category HOLDS WITHIN "' .. args.category .. '"', orderBy = 'date DESC', limit = 2, } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.c..."