미디어위키 외부 그림 사용하기

Jmnote bot (토론 | 기여)님의 2017년 7월 14일 (금) 04:08 판 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
  • 미디어위키 외부 그림 사용하기
  • 내 미디어위키에서 외부 그림 사용하기

1 방법

LocalSettings.php를 열어 가장 아래(또는 적당한 위치)에 $wgAllowExternalImages 의 값을 true로 하여 추가해주면 된다.

2 설정 예시

변경 전
# End of automatically generated settings.
# Add more configuration options below.
변경 후
# End of automatically generated settings.
# Add more configuration options below.
$wgAllowExternalImages = true;

3 사용 예시

입력

http://en.wikipedia.org/upload/b/bc/Wiki.png

출력

 

4 같이 보기

5 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}