Extension:CountDownClock/ko
Appearance
From mediawiki.org
This page is a translated version of the page Extension:CountDownClock and the translation is 11% complete.
출시 상태: 베타 |
|
|---|---|
| 구현 | 파서 확장 기능 |
| 설명 | Allows to add a dynamic Countdown Clock to a page |
| 만든 이 | Jay Prakash |
| 유지 보수자 | Indic-TechCom |
| 최신 버전 | 1.0.0 |
| MediaWiki | >= 1.42.0 |
| Licence | GNU General Public License 2.0 or later |
| 다운로드 | |
| CountDownClock 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
| 이슈 | 미해결 작업 · 버그 보고 |
The CountDownClock extension allows to add a dynamic Countdown Clock by providing the countDownClock parser function.
Usage
Add {{#countDownClock:endTime}} in wikipage where you want the clock.
Here endTime is a parameter for declaring the end time of the clock. Its format is YYYY-MM-DD HH:MM:SS
- Example
{{#countDownClock:2019年01月05日 15:37:25}}
설치
- 파일을 다운로드하고
CountDownClock폴더를extensions/디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/CountDownClock - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'CountDownClock' );
- Yes 완료 – 위키의 ‘
Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
This extension is included in the following wiki farms/hosts and/or packages: