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

둘러보기로 이동 검색으로 이동
323 바이트 제거됨 ,  2017년 9월 17일 (일)
편집 요약 없음
(HtmlBuilder 제거)
편집 요약 없음
14번째 줄: 14번째 줄:
args.fontstyle = 'color:' .. args.fontcolor .. ';'
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
end
args.style = 'float:left; text-align:left; width:6em;'
args.style = 'float:left; text-align:left'
end
end


49번째 줄: 49번째 줄:
:css('margin-right', '-0.125em')
:css('margin-right', '-0.125em')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext('[')
:wikitext('[ ')
:newline();
end
end


72번째 줄: 71번째 줄:
:attr('title', '이 틀에 대한 토론')
:attr('title', '이 틀에 대한 토론')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args.mini and 't' or '토론')
:wikitext(args.mini and 'd' or '토론')
:done()
:done()
:wikitext(']]');
:wikitext(']]');
89번째 줄: 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
107번째 줄: 93번째 줄:
:css('margin-left', '-0.125em')
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(']')
:wikitext(' ]')
:newline();
end
end


114번째 줄: 99번째 줄:
div
div
:done()
:done()
:tag('span')
:tag('div')
:css('font-size', '110%')
:css('font-size', '114%')
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args[1])
:wikitext(args[1])
익명 사용자

둘러보기 메뉴