모듈:Navbar: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
(HtmlBuilder 제거) |
편집 요약 없음 |
||
14번째 줄: | 14번째 줄: | ||
args.fontstyle = 'color:' .. args.fontcolor .. ';' | args.fontstyle = 'color:' .. args.fontcolor .. ';' | ||
end | end | ||
args.style = 'float:left; text-align:left | 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('[ ') | ||
end | end | ||
72번째 줄: | 71번째 줄: | ||
:attr('title', '이 틀에 대한 토론') | :attr('title', '이 틀에 대한 토론') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(args.mini and ' | :wikitext(args.mini and 'd' or '토론') | ||
:done() | :done() | ||
:wikitext(']]'); | :wikitext(']]'); | ||
89번째 줄: | 88번째 줄: | ||
end | 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(' ]') | ||
end | end | ||
114번째 줄: | 99번째 줄: | ||
div | div | ||
:done() | :done() | ||
:tag(' | :tag('div') | ||
:css('font-size', ' | :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]) |