跳至內容

「模組:Navbar」:修訂間差異

移除 253 位元組 、​ 2022年6月27日 (星期一)
無編輯摘要
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 '' or '檢視')
:wikitext(args.mini and '' or '檢視')
:done()
:done()
:wikitext(']]')
:wikitext(']]')
:done()
:done()
:tag('li')
:addClass('nv-talk')
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '討論該模板')
:cssText(args.fontstyle)
:wikitext(args.mini and '論' or '討論')
:done()
:wikitext(']]');


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


匿名使用者