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:00, 12 September 2022 Couchor talk contribs created page Module:Sponsored teams (Created page with "local cargo = mw.ext.cargo local Sponsored = {} function Sponsored.get(frame) local container = mw.html.create('div') :addClass('sponsored-tournaments') local currentTitle = mw.title.getCurrentTitle().text -- Look up Cargo table teams with current page as sponsor local tables = 'Teams' local fields = '_pageName' local cargoArgs = { where = 'sponsors HOLDS "' ..currentTitle .. '"' } local results = cargo.query(tables, fields, cargoArgs) local ul = mw.htm...")