Jump to content

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

8 May 2025

  • curprev 19:1719:17, 8 May 2025 Mildew talk contribs m 349 bytes 0 Protected "Module:SingleLink" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 19:1719:17, 8 May 2025 Mildew talk contribs 349 bytes +349 Created page with "local p = {} function p.fromNotation(frame) local raw = frame.args[1] or "" local parts = mw.text.split(raw, "::") local target = mw.text.trim(parts[1]) local label = parts[2] and mw.text.trim(parts[2]) or target if target == "" then return "" end return string.format('%s', target, label) end return p"