모듈:Navbar: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
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 args.brackets then | if args.brackets then |