All public logs

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:30, 29 September 2023 Couchor talk contribs created page Module:GameLanding/Latest news (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...")