Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:LinkJoin: Revision history

From Cathop

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.

12 June 2025

  • curprev 22:5922:59, 12 June 2025 GTEH talk contribs 1,568 bytes +1,568 Created page with "local p = {} function p.main(frame) local args = frame:getParent().args or {} return p._joinLinks(args) end function p._joinLinks(args) local links = {} local labels = {} local maxIndex = 0 for key, value in pairs(args) do if type(key) == 'number' or tonumber(key) then local index = tonumber(key) if index > maxIndex then maxIndex = index end if value and value ~= '' then links[inde..."