Module:ContactManager/ConversationsNavigation: 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.

5 May 2025

28 April 2025

27 April 2025

21 April 2025

  • curprev 22:2522:25, 21 April 2025Admin talk contribs 1,685 bytes +1,685 Created page with "local p = {} function p.fn(frame) local args = (type(frame.getParent) == "function") and frame:getParent().args or frame local months = { January = 1, February = 2, March = 3, April = 4, May = 5, June = 6, July = 7, August = 8, September = 9, October = 10, November = 11, December = 12 } local monthRet = {} for key, value in pairs(months) do table.insert(monthRet, '{{#querylink:{{FULLPAGENAME}}|' .. key .. '|clas..."