跳转到内容

Module:Timeline-conv:修订历史

2025年2月13日 (星期四)

  • 当前先前 15:102025年2月13日 (四) 15:10 GnolizX 留言 贡献 406字节 +406 建立内容为“local p = {} local zhconv = require('Module:ZhConversion') function p.main(frame) local zh = frame.args[1] local zh_hans = zhconv.to_hans(zh) local zh_hant = zhconv.to_hant(zh) local tag_hans = frame:callParserFunction('#tag', 'timeline', zh_hans) local tag_hant = frame:callParserFunction('#tag', 'timeline', zh_hant) return '-{zh-hans:' .. tag_hans .. ';zh-hant:' .. tag_hant .. '}-' end return p”的新页面