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
  • 21:36, 25 August 2022 Couchor talk contribs created page Module:Infobox (Created page with "local Class = require('Module:Class') local Variables = require('Module:Variables') local Infobox = Class.new() --- Inits the Infobox instance function Infobox:create(frame, gameName, forceDarkMode) self.frame = frame self.root = mw.html.create('div') self.adbox = mw.html.create('div') :addClass('fo-nttax-infobox-adbox') :addClass('wiki-bordercolor-light') :node(self.frame:preprocess('<adbox />')) self.content = mw.html.create('div') :addClass('...")