현재 한국어 테라리아 위키는 매우 큰 수술이 진행 중입니다!
현재 한국어 테라리아 위키는 콘텐츠, 내부 코드, 게임 내외 번역 전부가 전부 노후화되어 있습니다.
수 년, 어쩌면 10년 이상 인공호흡기만 찬 위키에, 다시 한 번 활기를 되찾아주려 하고 있습니다.
만약 테라리아 공식 위키의 높은 퀄리티의 정보를 한국어로 보러 오신 분들은, 잠시만 다른 커뮤니티를 이용해 주세요.
이 위키를 읽어주신 분들, 관심 가져주시는 분들 전부 감사드립니다!
--Minejango2 (토론) 2026년 3월 11일 (수) 08:43 (UTC)
틀:Date
Used to format date.
Usage
- Unamed Parameter 1
Year. 4-digit format is recommended.
- Unamed Parameter 2
Month. 1 to 12, with or without leading zero.
- Unamed Parameter 3 (optional)
Day. 1 to 31, with or without leading zero.
- date (optional)
If specified, it will override unnamed parameters, and used as date string for {{#time:}}. See here for details.
- lang (optional)
Language code, the default is {{lang}}
- day=no/yes (optional)
Used to specify whether to output year-month-day or year-month. By deafult, it will be auto-detection for unamed parameters, and year-month-day for |date=
Examples
| Code | Output |
|---|---|
{{date|2020|05|16}} |
|
{{date|2020|05}} |
|
{{date|2020|05|16|day=no}} |
|
{{date|2020|05|day=yes}} |
|
{{date|date=2020 May}} |
|
{{date|date=may 16, 2020}} |
|
{{date|date=2020 May|day=no}} |
|
{{date|2020|05|16|lang=zh}} |