Module:PageEvents: 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.

2 October 2023

11 October 2022

  • curprev 15:0515:05, 11 October 2022Couchor talk contribs 1,820 bytes +1,820 Created page with "local cargo = mw.ext.cargo local PageEvents = {} function PageEvents.main(frame) local currentTitle = mw.title.getCurrentTitle().text local empty = true -- Check if there are any interviews for this page local tables = 'Tournaments' local fields = '_pageName, start, end, icon, venue, prize' local cargoArgs = { where = 'venue="' .. currentTitle .. '"', sortBy = 'end' } local results = cargo.query(tables, fields, cargoArgs) local list = mw.html.create('tabl..."