All public logs

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:23, 9 May 2023 Couchor talk contribs created page Module:NewsLanding (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 =...")