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

18 February 2024

12 February 2024

  • curprev 14:3614:36, 12 February 2024Couchor talk contribs 796 bytes +796 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local tables = 'News' local fields = '_pageName, date, image' local cargoArgs = { orderBy = 'date DESC', limit = 5, } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.create('div'):attr('id', 'news-slider-container') if #results > 0 then for i = 1, #results do local result = results[i] local title..."