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
  • 09:00, 29 August 2022 Couchor talk contribs created page Module:Infobox/Widget/Header (Created page with "local Header = {} function Header.main(title, image) local title = mw.html.create('div') :addClass('infobox-title') :wikitext(title) local imageDiv = mw.html.create('div') :addClass('infobox-image') :wikitext('250px') -- local image = mw.html.create('img') -- :attr('src', image) -- :attr() return { mw.html.create('div'):node(title):node(imageDiv) } end return Header")