Module:Direct link:修订历史

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

2024年10月31日 (星期四)

  • 当前之前 22:412024年10月31日 (四) 22:41Selfice 留言 贡献 591字节 +591 创建页面,内容为“local p = {} function p.call( inputArgs ) if not inputArgs or type( inputArgs ) ~= 'table' then return nil end local page = inputArgs[ 1 ] or '' local text = inputArgs[ 2 ] or '' if page == '' then return '' end if text == '' then text = page end return '<span class="plainlinks">[' .. mw.title.new( page ):fullUrl() .. ' ' .. text .. ']</span>' end function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then…”