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

22 March 2023

21 March 2023

18 March 2023

  • curprev 20:1820:18, 18 March 2023TheGhostOfInky talk contribs 3,073 bytes −270 No edit summary
  • curprev 20:0820:08, 18 March 2023TheGhostOfInky talk contribs 3,343 bytes +3,343 Created page with "local utils = {} local function emptyCheck(value) if value == nil then return false elseif value == "" then return false elseif value == {} then return false else return true end end local function parseIcons(params, link) local left, right, i = "", "", 1 while emptyCheck(params["icon" .. i]) do local icon = "[[File:" .. params["icon" .. i] .. "|link=" .. link .. "]]" if i % 2 == 0 then..."