Module:Message box:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2024年10月31日 (星期四)

  • 当前之前 22:412024年10月31日 (四) 22:41Selfice 留言 贡献 3,879字节 +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…”