模块:Navbar:修订历史

来自SJMC Wiki

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

2023年9月9日 (星期六)

2023年8月13日 (星期日)

  • 当前之前 16:272023年8月13日 (日) 16:27Hans362 讨论 贡献 5,187字节 +5,187 创建页面,内容为“local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, fa…”

2022年12月30日 (星期五)