Module:ExtractPageNameFromInternalLink: Revision history

From Trans People Together Wiki

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.

18 May 2025

  • curprev 15:4215:42, 18 May 2025 Admin talk contribs 609 bytes +609 Created page with "local p = {} -- Entry point for {{#invoke:ExtractPageNameFromInternalLink|extract|link}} function p.extract(frame) -- Get the first positional argument (the full link markup) local link = frame.args[1] or "" -- Pattern breakdown: -- ^%[%[ : match the literal "[[" at the start -- :? : optionally match a leading colon (to allow ... -- ([^%[%|]+): capture one or more characters that are not "[" or "|" local name = lin..."