Module:GameLanding/Menu: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2023

  • curprev 11:3511:35, 29 September 2023Couchor talk contribs 595 bytes +595 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..."