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

12 February 2024

  • curprev 15:3715:37, 12 February 2024Couchor talk contribsm 4,132 bytes +63 No edit summary
  • curprev 14:4214:42, 12 February 2024Couchor talk contribs 4,069 bytes +4,069 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local args = getArgs(frame) local pages = {} local pattern = "(%d%d%d%d%-%d%d%-%d%d %d%d:%d%d:%d%d) %[%[(.-)|(.-)%]%]" for date, title in args.companies:gmatch(pattern) do table.insert(pages, {_pageName = title, date = date}) end local hotItems = mw.html.create('div'):addClass('news-hot-items') local container = mw.html.create('div'):addClass..."