Jump to content

Extension:UnicodeConverter/ko

From mediawiki.org
This page is a translated version of the page Extension:UnicodeConverter and the translation is 17% complete.
미디어위키 확장 기능 설명서
UnicodeConverter
출시 상태: 안정
구현 특수 문서
설명 Example special page
만든 이 Tim Starling토론
MediaWiki >= 1.31.0
다운로드
UnicodeConverter 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

This was the first special page extension. It was created as a demonstration showing how to create special page extensions. Its function is to take Unicode text pasted into an input box, and to show the text with any non-ASCII characters converted to HTML entities.

설치

  • 파일을 다운로드하고 UnicodeConverter 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'UnicodeConverter' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.