Module:GameLanding/Latest news: 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.

29 September 2023

  • curprev 11:3011:30, 29 September 2023Couchor talk contribs 1,488 bytes +1,488 Created page with "local cargo = mw.ext.cargo local p = {} local prizeToString = require('Module:Functions').prizeToString function p.news(game) local tables = 'News' local fields = '_pageName, date, game' local cargoArgs = { where = 'game HOLDS "' .. game .. '"', orderBy = 'date DESC', limit = 10 } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local list = '' for i = 1, #results do local result = results[i] local dateString = mw.u..."