현재 한국어 테라리아 위키는 매우 큰 수술이 진행 중입니다!


현재 한국어 테라리아 위키는 콘텐츠, 내부 코드, 게임 내외 번역 전부가 전부 노후화되어 있습니다.
수 년, 어쩌면 10년 이상 인공호흡기만 찬 위키에, 다시 한 번 활기를 되찾아주려 하고 있습니다.
만약 테라리아 공식 위키의 높은 퀄리티의 정보를 한국어로 보러 오신 분들은, 잠시만 다른 커뮤니티를 이용해 주세요.
이 위키를 읽어주신 분들, 관심 가져주시는 분들 전부 감사드립니다!

Minejango2 (토론) 2026년 3월 14일 (토) 10:20 (UTC)

:ItemTooltip

Terraria Wiki
둘러보기로 이동 검색으로 이동
이 틀은 i18n 대비(현지화 대비)되어있어, 다른 언어로 현지화하기 쉽습니다. 틀 현지화로 더 알아보세요.
틀:ItemTooltip/l10n에서 이 틀을 현지화할 수 있습니다.
Important.svg
경고: 테라리아 위키 코드는 복잡합니다!!!
이 코드를 외부 위키에 사용하고 싶다고 해도, wiki.gg 직원은 도와드리지 못 합니다.
다른 위키의 코드를 참조하거나, 본인이 직접 만드세요!
멋진 형식화보다 중요한 건 위키가 다루는 콘텐츠입니다.
Template-info.svg 설명문서 틀:ItemTooltip/doc에서 불러온 설명문서입니다. (편집 | 역사)
Template:ItemTooltip 문서를 참조하면, 한국어판에서 누락되었을 수 있는 최신 설명문서도 확인할 수 있습니다.

Get the tooltip of an item by its ID.

Usage

{{itemTooltip|<id>|right=<text>|lang=<lang>}}

Unnamed Parameter 1

ID of the item.

right (optional)

Replacement for "<right>" in the tooltip. Default is Right click.

lang (optional)

Language code. Default is {{lang}}. Currently we have 9 languages (as in game): de/en/es/fr/it/pl/pt/ru/zh. All other lang codes will use en database.

Example

Code Result Note
{{itemTooltip|937}} FAIL! (expected: Explodes when stepped on)
{{itemTooltip|3006}} FAIL! (expected: Drains life from enemies )
{{itemTooltip| 3006 }} FAIL! (expected: Drains life from enemies )
{{itemTooltip|757}} Terra Blade has no tooltip.
{{itemTooltip|2999}} FAIL! (expected: Right click to have more minions) There is a "<right>" in the raw tooltip.
{{itemTooltip|2999|right={{key|open}}}} FAIL! (expected: 틀:Key to have more minions) Use 틀:Key for "<right>".
{{itemTooltip|2999|right= Right click }} FAIL! (expected: Right click to have more minions )
{{itemTooltip|3006|lang=es}} package.lua 80번째 줄에서 Lua 오류: module 'Module:GameText/loaddata-es' not found. FAIL! (expected: Absorbe vida de los enemigos ) i18n support.

es-formal:Plantilla:ItemTooltip