Module:Message box: Revision history

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.

1 November 2024

31 October 2024

  • curprev 22:4122:41, 31 October 2024Selfice talk contribs 3,879 bytes +3,879 创建页面,内容为“local p = {} function commentSprite( pos, link ) if not pos or mw.text.trim( pos ) == '' then return '' end return require( 'Module:Sprite' ).base{ name = 'Comment', pos = pos, image = 'CommentCSS.png', sheetsize = 48, stylesheet = 1, link = link } end function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then args = require( 'Module:ProcessArgs' ).merge( true ) end local rawTitle = frame:preprocess( frame:getParent…”