Module:Log: Revision history

From the Dyson Sphere Program Wiki

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.

24 March 2024

29 May 2023

  • curprev 18:5218:52, 29 May 2023Antt1995 talk contribs 3,058 bytes +3,058 Created page with "local Log = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Creates the actual output, either a HTML comment if options.silent is true, or a mw-message-box --- @param severity string --- @param message string function methodtable.makeOutput( self, severity, message ) local currentDate = mw.getContentLanguage():formatDate( 'c' ) if type( message ) ~= 'string' and type( message ) ~= 'number' then message = 'Message must be of type..."
🍪 We use cookies to keep session information to provide you a better experience.