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

20 October 2023

26 September 2023

  • curprev 18:1718:17, 26 September 2023AlexModGuy talk contribs 19,154 bytes +19,154 Created page with "local slot = require( Module:Slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, modaliases = args.Modaliases, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'tit..."