模块:List:修订历史

来自TFLS Wiki

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年5月20日 (星期五)

  • 当前之前 23:382022年5月20日 (五) 23:38Holger Huo 讨论 贡献 5,212字节 0 已保护“模块:List”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))[连锁保护]
  • 当前之前 22:092022年5月20日 (五) 22:09Holger Huo 讨论 贡献 5,212字节 +5,212 创建页面,内容为“-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(li…”