Module:Quote: Revision history
Elena & Fabrice's Web

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.

4 September 2025

3 September 2025

22 August 2025

15 August 2025

  • curprev 00:1800:18, 15 August 2025 Fabrice talk contribs 613 bytes +613 Created page with "local p = {} function p.processLineBreaks(frame) local text = frame.args.text or frame.args[1] or "" if text == "" then return text end -- Step 1: Remove single newlines after a hyphen local result = text:gsub("%-([^\n]?)\n([^\n])", "%1%2") -- Step 2: Replace other single newlines with a space result = result:gsub("\n([^\n])", " %1") -- Step 3: Replace multiple consecutive newlines with a single newline result = result:gsub("\..."