匿名使用者
「模組:Navbar」:修訂間差異
無編輯摘要
imported>NoahLDW 無編輯摘要 |
imported>NoahLDW 無編輯摘要 |
||
第49行: | 第49行: | ||
:css('margin-right', '-0.125em') | :css('margin-right', '-0.125em') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(' | :wikitext('[ ') | ||
end | end | ||
第61行: | 第61行: | ||
:attr('title', '檢視該模板') | :attr('title', '檢視該模板') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(args.mini and ' | :wikitext(args.mini and '閱' or '檢視') | ||
:done() | :done() | ||
:wikitext(']]') | :wikitext(']]') | ||
:done() | :done() | ||
if not args.noedit then | if not args.noedit then | ||
第93行: | 第84行: | ||
:css('margin-left', '-0.125em') | :css('margin-left', '-0.125em') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(' | :wikitext(' ]') | ||
end | end | ||