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:35, 29 September 2023 Couchor talk contribs created page Module:GameLanding/Menu (Created page with "local p = {} function p.main(frame) local game = mw.text.split(mw.title.getCurrentTitle().text, '/')[1] local menu = mw.html.create('div'):addClass('game__menu') --Menu local menuItems = { {text = 'Overview', link = game}, {text = 'People', link = game .. '/People'}, {text = 'Teams', link = game .. '/Teams'}, {text = 'Tournaments', link = game .. '/Tournaments'}, {text = 'Transfers', link = game .. '/Transfers'}, } for _, item in ipairs(menuItems) do...")