Module:string/nowiki: 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.

22 January 2025

  • curprev 16:1416:14, 22 January 2025Sware talk contribs 3,335 bytes +3,335 Created page with "local byte = string.byte local concat = table.concat local gsub = string.gsub local lower = string.lower local match = string.match local sub = string.sub local data = mw.loadData("Module:string/nowiki/data") local absolute = data.absolute local after_newline = data.after_newline local after_magic_link = data.after_magic_link local first = data.first local last = data.last local uri_schemes = data.uri_schemes local function escape_uri(uri, colon) return colon == "" an..."