模块:Navbar:修订历史

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索

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

2025年6月13日 (星期五)

  • 当前之前 13:452025年6月13日 (五) 13:45 ZAN热评 留言 贡献 5,296字节 +5,296 创建页面,内容为“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…”