所有公开日志

所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2024年11月1日 (五) 00:57 Selfice 留言 贡献创建了页面Module:Image area (创建页面,内容为“local p = {} local function imageLink( name, size, class ) local rows = { 'File:'..name } if size then table.insert(rows, ''..size) end if class then table.insert(rows, 'class='..class) end if name == 'No image.svg' then table.insert(rows, 'link=') end return '')..'' end function p.imageArea( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) return p.main( args ) end function p.main( args ) local t…”)