"미디어위키 외부 그림 사용하기"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
7번째 줄: 7번째 줄:


==설정 예시==
==설정 예시==
;변경 전
{{소스헤더|변경 전}}
<source lang='php'>
<syntaxhighlight lang='php'>
# End of automatically generated settings.
# End of automatically generated settings.
# Add more configuration options below.
# Add more configuration options below.
</source>
</syntaxhighlight>


;변경 후
{{소스헤더|변경 후}}
<source lang='php'>
<syntaxhighlight lang='php'>
# End of automatically generated settings.
# End of automatically generated settings.
# Add more configuration options below.
# Add more configuration options below.
$wgAllowExternalImages = true;
$wgAllowExternalImages = true;
</source>
</syntaxhighlight>


==사용 예시==
==사용 예시==
;입력
{{소스헤더|입력}}
<nowiki>http://en.wikipedia.org/upload/b/bc/Wiki.png</nowiki>
<nowiki>https://en.wikipedia.org/upload/b/bc/Wiki.png</nowiki>


;출력
{{소스헤더|출력}}
http://en.wikipedia.org/upload/b/bc/Wiki.png
https://en.wikipedia.org/upload/b/bc/Wiki.png


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 00:56 기준 최신판

  • 미디어위키 외부 그림 사용하기
  • 내 미디어위키에서 외부 그림 사용하기

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 }}