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
  • 17:21, 4 May 2023 Couchor talk contribs created page Module:Tag (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Tag = {} function Tag.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') if args.name == nil then return tableContainer:wikitext('No tag found') end local tables = 'News' local fields = '_pageName, tags' local cargoArgs = { where = 'tags HOLDS LIKE "%' .. args.name .. '%"' } local results = cargo.query(tables, fields, cargoArgs) lo...")