이형주(토론)의 10902972판 편집을 되돌림
편집 요약 없음 |
|||
97번째 줄: | 97번째 줄: | ||
.wikitext( '[[' .. mainpage .. '|' ) | .wikitext( '[[' .. mainpage .. '|' ) | ||
.tag( 'span ' ) | .tag( 'span ' ) | ||
.attr( 'title', ' | .attr( 'title', 'View this template' ) | ||
.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', 'Discuss this template' ) | ||
.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', 'Edit this template' ) | ||
.cssText( args.fontstyle or '' ) | .cssText( args.fontstyle or '' ) | ||
.wikitext( editLink ) | .wikitext( editLink ) |