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

1 November 2024

31 October 2024

  • curprev 22:4922:49, 31 October 2024Selfice talk contribs 13,990 bytes +13,990 创建页面,内容为“local p = {} local static = require( 'Module:Static' ) if not static.Autolink then static.Autolink = {} end local commonPrefix = 'Module:Autolink/' local commonFallback = 'Other' local function getDataSource( src ) if type( static.Autolink.globalDataSource ) ~= 'table' then static.Autolink.globalDataSource = {} end if not src or src == '' then return nil end if src:find( '#' ) then local splits = mw.text.split( src, '#' ) if not static.Autolink…”