模块:Navbar:修订历史

此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。

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

2024年9月24日 (星期二)

  • 当前之前 09:492024年9月24日 (二) 09:49管理员 留言 贡献 3,400字节 +3,400 创建页面,内容为“local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('li') :addClass('nv-'..full) :wikitext(l[1] .. link .. l[2]) :tag(args.mini and 'abbr' or 'span') :attr('title', descrip..' this template') :cssText(args.fontstyle) :wikitext(args.mini and mini or full) :done() :wikitext(l[3]) end function p.brackets (position,…”