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

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 00:56 판 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  • 미디어위키 외부 그림 사용하기
  • 내 미디어위키에서 외부 그림 사용하기

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 사용 예시[ | ]

입력

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

출력

 

4 같이 보기[ | ]

5 참고[ | ]

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