Module:PageTabs team: 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.

12 November 2023

  • curprev 20:0920:09, 12 November 2023Couchor talk contribs 1,490 bytes +1,490 Created page with "local cargo = mw.ext.cargo local p = {} function p.main(frame) local currentTitle = mw.title.getCurrentTitle().text local split = mw.text.split(currentTitle, '/') local parent = split[1] .. '/' .. split[2] local subPage = split[3] local str = '{{Tabs|name1=Overview|link1=' .. parent local order = 1 if subPage == 'Results' then order = order + 1 str = str .. '|name' .. order .. '=Results' .. '|link' .. order .. '=' .. currentTitle else -- Check if has r..."