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

8 January 2023

  • curprev 00:0100:01, 8 January 2023LovelyA72 talk contribs 3,120 bytes +3,120 Created page with "-- This module implements {{section link}}. local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' return string.format('%s', page, section, display) end function p._main(page, sections, options, title) -- Validate input. checkType('_main', 1, page, 'string', true) checkType('_main', 3, options, 'table',..."