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

Jmnote (토론 | 기여)님의 2012년 3월 18일 (일) 21:02 판

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

1 설정 예시

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

2 사용 예시

입력

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

출력

 

3 같이 보기

4 참고 자료

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