모듈:Navbar: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
88번째 줄: | 88번째 줄: | ||
end | end | ||
if not args.history then | |||
ul | |||
:tag('li') | |||
:addClass('nv-history') | |||
:wikitext('[' .. title:fullUrl('action=history') .. ' ') | |||
:tag(args.mini and 'abbr' or 'span') | |||
:attr('title', '이 틀의 역사') | |||
:cssText(args.fontstyle) | |||
:wikitext(args.mini and 'h' or '역사') | |||
:done() | |||
:wikitext(']'); | |||
end | |||
if args.brackets then | if args.brackets then | ||
div | div |