Module:Section link:修订历史

来自有兽档案馆

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

2023年7月30日 (星期日)

  • 当前之前 12:562023年7月30日 (日) 12:56顶呱呱的阿杰 留言 贡献 4,590字节 +4,590 创建页面,内容为“-- This module implements {{section link}}. require('Module:No globals'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end retur…”