Module:STConversion:修订历史

跳转到导航 跳转到搜索

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

2024年10月31日 (星期四)

  • 当前之前 22:512024年10月31日 (四) 22:51Selfice 留言 贡献 1,278字节 +1,278 创建页面,内容为“local p = {} function p.call( args ) local fallbackString = '<span></span>' local strings = { mode = mw.text.trim( args.mode or '' ), [ 'zh-cn' ] = args[ 'zh-cn' ] or args[ 1 ] or fallbackString, [ 'zh-tw' ] = args[ 'zh-tw' ] or args[ 2 ] or fallbackString, [ 'zh-hk' ] = args[ 'zh-hk' ] or args[ 3 ] or fallbackString, } if not args.closehkinherit and strings[ 'zh-hk' ] == fallbackString then strings[ 'zh-hk' ] = strings[ 'zh-tw' ] end local st…”