Module:Delink: Revision history

Jump to navigation Jump to search

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 September 2024

2 September 2024

  • curprev 21:0921:09, 2 September 2024Tom talk contribs 7,111 bytes +7,111 Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-..."

28 February 2019

  • curprev 15:5615:56, 28 February 2019 >Claudia.beach 6,545 bytes +6,545 copied from https://en.wikipedia.org/w/index.php?title=Module:Delink&action=edit