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
  • 14:37, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/Featured (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 tables = 'News' local fields = '_pageName, date, image' local cargoArgs = { orderBy = 'date DESC', where = '_pageName = "News/' .. string.gsub(args.first, '"', '""') .. '"' } local results = cargo.query(tables, fields, cargoArgs) local newsItemContainer = mw.html.create('div'):addClass('news-featured-items...")