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
  • 00:37, 8 October 2022 Couchor talk contribs created page Module:Logos (Created page with "local getArgs = require('Module:Arguments').getArgs local Logos = {} function Logos.main(frame) local args = getArgs(frame) local enteredLogos = {} local currentDate = os.date('%Y-%m-%d') for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) if (values.start == nil or values.start < currentDate) and (values['end'] == nil or values['end'] > currentDate) then enteredLogos['all'] = values.logoAll enteredLogos['light'] = values.logoLigh...")