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

28 July 2023

27 July 2023

13 July 2023

5 June 2023

9 May 2023

  • curprev 23:2323:23, 9 May 2023Couchor talk contribs 1,414 bytes +1,414 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local NewsLanding = {} function NewsLanding.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div'):node(mw.html.create('h2'):wikitext('Latest news')) local tables = 'News' local fields = '_pageName, date' local cargoArgs = { orderBy = 'date DESC', limit = 10 } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then for i =..."