Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Log: Revision history

From EmrysSMP 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.

25 April 2025

30 May 2023

  • curprev 02:5202:52, 30 May 2023 starcit>Alistair3149 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..."