Jump to content

Module:Section link/doc: Revision history


Here you can take a look at older versions of this page, and compare different versions.

  • Click the date to see an old version.
  • To compare two versions (changes), click the circles (in separate columns) next to them. Then click the Compare button to see the differences between them.
  • You can use (cur) to compare an old version with the newest (or current) one. You can use (last) to compare any version with the one just before it.
  • The letter m next to a change means that the change was marked as small (or minor).

21 November 2025

  • curlast 17:5817:58, 21 November 2025 ~2025-35258-09 talk changes 2,365 bytes +2,365 Created page with "This module creates links to sections, nicely formatted with the "ยง" symbol instead of the default "#". == Usage == === From wikitext === From wikitext, this module should be used via the template {{tl|section link}}. Please see the template page for documentation. === From Lua === First, load the module: <syntaxhighlight lang="lua"> local mSectionLink = require('Module:Section link') </syntaxhighlight> You can then make section links via the _main function. <syn..."