모듈:Navbar: 두 판 사이의 차이

74 바이트 제거됨 ,  2015년 9월 27일 (일)
편집 요약 없음
편집 요약 없음
편집 요약 없음
74번째 줄: 74번째 줄:
:wikitext(args.mini and 't' or '토론')
:wikitext(args.mini and 't' or '토론')
:done()
:done()
:wikitext(']]');
:wikitext(']]')
 
        :tag('li')
:addClass('nv-edit')
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag('span')
:attr('title', '이 틀 편집하기')
:cssText(args.fontstyle)
:wikitext(args.mini and 'e' or '편집')
:done()
:wikitext(']')
:tag('li')
:addClass('nv-history')
:wikitext('[' .. title:fullUrl('action=history') .. ' ')
:tag('span')
:attr('title', '이 틀의 역사')
:cssText(args.fontstyle)
:wikitext(args.mini and 'h' or '역사')
:done()
:wikitext(']')


if not args.noedit then
ul
:tag('li')
:addClass('nv-edit')
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag('span')
:attr('title', '이 틀 편집하기')
:cssText(args.fontstyle)
:wikitext(args.mini and 'e' or '편집')
:done()
:wikitext(']');
end
        if not args.noedit then
        ul
:tag('li')
:addClass('nv-history')
:wikitext('[' .. historyurl .. ' ')
:tag('span')
:attr('title', '이 틀의 역사')
:cssText(args.fontstyle)
:wikitext(args.mini and 'h' or '역사')
:done()
:wikitext(']');
end


if args.brackets then
if args.brackets then
익명 사용자