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

29 April 2024

  • curprev 14:4314:43, 29 April 2024Couchor talk contribsm 1,107 bytes −26 No edit summary
  • curprev 14:4214:42, 29 April 2024Couchor talk contribs 1,133 bytes +1,133 Created page with "local getArgs = require('Module:Arguments').getArgs local News = require('Module:NewsItem') local cargo = mw.ext.cargo local limit = 100000 local p = {} function p.main(frame) local args = getArgs(frame) local results = p.query( args) if #results > 0 then local container = mw.html.create('div'):attr('id', 'news-search-container') local ul = mw.html.create('ul') for r = 1, #results do ul:node(mw.html.create('li'):node(News.main(newsObject(results[r]..."