Jump to content

Module:Library citation: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

13 March 2025

  • curprev 01:3101:31, 13 March 2025 Thehighwayman talk contribs 3,873 bytes +3,873 Created page with "local p = {} require("Module:Auxiliary functions") local function checkset(var) local rtn = nil if not (var == nil or var == '') then rtn = var end return rtn end -- local function is_set(var) -- return not (var == nil or var == '') -- end local function removeApostrophes(str) return str:gsub("[\"'%`]", "") end local function compareStrings(a,b) local stringA = removeApostrophes(a):lower() local stringB = removeApostrophes(b):lower() return strin..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)