Module:Large category TOC: Revision history

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.

25 December 2022

  • curprev 12:0712:07, 25 December 2022 imported>Fire 2,885 bytes +2,885 Created page with "local p = {} local azupper = mw.text.split('ABCDEFGHIJKLMNOPQRSTUVWXYZ','') local azlower = mw.text.split('abcdefghijklmnopqrstuvwxyz','') local aejot = mw.text.split('aejot','') local function main(toc_type) local toc_frame = mw.html.create('div') :addClass('large-cat-toc') :addClass('plainlinks') :addClass('toc') -- :attr('id','toc') -- Contains "Content: Top 0-9 A - Z" local header = toc_frame:tag('div') :attr('class', 'toctitle') -- Contains all..."