Jump to content

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

13 March 2025

  • curprev 02:1902:19, 13 March 2025 Thehighwayman talk contribs m 3,307 bytes 0 Protected "Module:TOC" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 02:1902:19, 13 March 2025 Thehighwayman talk contribs 3,307 bytes +3,307 Created page with "local p = {} -- creates a table to capture data processed here function p.main( frame ) -- create function which will process data from the template (which is the frame). Currently the template is Template:Custom TOC -- Inside Custom TOC it essentially performs {{#invoke:TOC|main}} which invokes this module and calls the function main local args = frame:getParent().args -- creates a table "args" capturing data from template's transclusion, that is, when the template..."