모듈:Navbar: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
(새 문서: local p = {} local HtmlBuilder = require('Module:HtmlBuilder') function trim(s) return mw.ustring.match( s, "^%s*(.-)%s*$" ) end function error(s) local span = HtmlBuilder....) |
편집 요약 없음 |
||
97번째 줄: | 97번째 줄: | ||
.wikitext( '[[' .. mainpage .. '|' ) | .wikitext( '[[' .. mainpage .. '|' ) | ||
.tag( 'span ' ) | .tag( 'span ' ) | ||
.attr( 'title', ' | .attr( 'title', '이 틀을 보기' ) | ||
.cssText( args.fontstyle or '' ) | .cssText( args.fontstyle or '' ) | ||
.wikitext( viewLink ) | .wikitext( viewLink ) | ||
107번째 줄: | 107번째 줄: | ||
.wikitext( '[[' .. talkpage .. '|' ) | .wikitext( '[[' .. talkpage .. '|' ) | ||
.tag( 'span ' ) | .tag( 'span ' ) | ||
.attr( 'title', ' | .attr( 'title', '이 틀에 대한 토론' ) | ||
.cssText( args.fontstyle or '' ) | .cssText( args.fontstyle or '' ) | ||
.wikitext( talkLink ) | .wikitext( talkLink ) | ||
119번째 줄: | 119번째 줄: | ||
.wikitext( '[' .. editurl .. ' ' ) | .wikitext( '[' .. editurl .. ' ' ) | ||
.tag( 'span ' ) | .tag( 'span ' ) | ||
.attr( 'title', ' | .attr( 'title', '이 틀을 편집' ) | ||
.cssText( args.fontstyle or '' ) | .cssText( args.fontstyle or '' ) | ||
.wikitext( editLink ) | .wikitext( editLink ) |