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
  • 11:24, 29 September 2023 Couchor talk contribs created page Module:PrizePool (Created page with "local getArgs = require('Module:Arguments').getArgs local PrizePool = {} local VariablesLua = mw.ext.VariablesLua local cargo = mw.ext.cargo function PrizePool.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('table'):addClass('striped-table') local titleRow = mw.html.create('tr') titleRow:addClass('headerRow') local placementCell = mw.html.create('th'):wikitext('Place') titleRow:node(placementCell) local currency = args.currency...")