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
  • 15:35, 14 May 2023 Couchor talk contribs created page Module:Stubs (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Stubs= {} function Stubs.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') local tables = 'Stubs' local fields = '_pageName, type, comment' local cargoArgs = { orderBy = 'type', limit = 40 } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local type = results[1].type tableContainer:node(mw.h...")