Module:Documentation:修订历史

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

2024年9月19日 (星期四)

  • 当前之前 20:392024年9月19日 (四) 20:39中医百科 留言 贡献 13,916字节 +13,916 创建页面,内容为“-- 本模块是从维基百科的相关模块简化的。 local p = {} local getArgs = require 'Module:Arguments'.getArgs require 'Module:No globals' function p._main(args, f) -- args是不含元表的表 -- f是框架,应该作为第二个参数传入 f = f or mw.getCurrentFrame() args = args or {} local content = args.content -- 关于标题对象的处理 local title=args.page and mw.title.new(args.page) or mw.title.getCurr…”