Module:Image area:修订历史

来自互联网一战博物馆

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

2025年9月15日 (星期一)

  • 当前之前 17:152025年9月15日 (一) 17:15 Iopk123451 留言 贡献 3,473字节 +3,473 创建页面,内容为“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…” 标签移动版编辑 移动版网页编辑