Template:MW src/ko
Appearance
MW src 소스 코드 - MediaWiki master
틀 설명문서
사용법
This template generates a link to the source code of the file in MediaWiki master in the generated PHP Doxygen documentation.
Doxygen's treatment of source files tends to be... odd. It strips all comments that look like Doxygen tags and structure commands, assuming you'll follow its link "Go to the documentation of this file." Instead of this template you can use {{Git file}}.
매개변수
{{MW src|name|ext}}
여기서:
- name - 파일 이름
- ext - 파일 확장자, 예를 들어
.php,.inc등.
예시
- {{MW src|Maintenance|php}}
Maintenance.php 소스 코드 - MediaWiki master