Template:Infobox normal/ko/doc

From PZwiki
Notebook.png
This is a documentation subpage for Template:Infobox normal/ko.
It contains usage information and other content that is not part of the original template page.

이 서식은 저수 용기, 의료용품, 리모컨 등과 같은 기타 아이템에 관한 정보상자를 생성합니다.

용도

이 서식을 문서 내에 삽입하려면, 아래의 기본 서식을 복사하여 문서 내의 헤더 바로 다음에 배치하십시오.

서식을 구성하는 변수 중 입력이 필수인 것은 없습니다.

다만, 문서 작성에 있어서의 가독성을 위해 필요하지 않은 변수는 제거해 주십시오. 당연히 이에는 "false"나 "0" 등의 값으로 표현되는 변수도 포함됩니다.

{{{display_name}}}
alternate_name alternate_name2 alternate_name3 alternate_name4 alternate_name5
General
Category Item
Encumbrance
Heavy Load
weight
Function function
Can store water can_store_water
Rain factor rain_factor
Bandage power
Bleeding
bandage_power
Alcohol
Drunk
alcohol
Time to dry
Wet
wet_cooldown
Remote range remote_range tiles
Technical details
Ingredients ingredients
Base ID Item IDs


{{Infobox normal/ko
|name =
|image=
|image_width=
|category=
|alternate_image=
|alternate_name=
|alternate_link=
|alternate_image2=
|alternate_name2=
|alternate_link2=
|alternate_image3=
|alternate_name3=
|alternate_link3=
|alternate_image4=
|alternate_name4=
|alternate_link4=
|alternate_image5=
|alternate_name5=
|alternate_link5=
|weight=
|function= 
|metal_value= <!-- 아직 기능이 구현되지 않아 숨겨집니다 -->
|can_store_water=
|rain_factor=
|bandage_power=
|alcohol=
|wet_cooldown=
|remote_range=
|ingredients=
|item_id =
}}

변수

display_name
게임 내에서 보여지는 아이템 이름. (기본값: 문서의 제목)
name_colour
`display_name`의 배경색. 색깔을 입력하는 방법은 Template:Infobox nc를 참조하십시오.
name_text_colour
`display_name`의 글자색. 색깔을 입력하는 방법은 Template:Infobox nc를 참조하십시오.
image
아이템을 나타내는 기본 아이콘으로서, 가로세로 길이는 128픽셀.
alternate_image
같은 아이템의 다른 상태를 나타내는 변형 아이콘으로서, 가로세로 길이는 32픽셀.
alternate_name
변형 아이콘 이미지의 이름. 커서를 이미지 위에 올리면 이 이름이 표시됩니다.
alternate_link
An optional link to the alternate image page. Leaving blank will have no link.
weight
The base weight of the item.
primary_use
The item's primary use. Can usually be removed if the item isn't considered a tool by the wiki. (remove if value is empty)
secondary_use
The item's secondary use if it has one. Can usually be removed if the item isn't considered a tool by the wiki. (remove if value is empty)
metal_value
The amount of metal this item provides when used in metalworking/smithing. (currently hidden until feature is implemented)
can_store_water
Whether this item can act as a water container (remove if value is false)
rain_factor
The item's rain factor when it's left on the ground while it's raining. (remove if value is empty)
bandage_power
The item's bandage power. (remove if value is empty)
alcohol
Whether this item is considered to be alcohol and therefore contributing to the drunk moodle. (remove if value is false)
wet_cooldown
How long it takes for the item to dry if it's wet. (remove if value is empty)
remote_range
The item's maximum range it can trigger a remote trap. (remove if value is empty)
ingrdients
A list of ingredients required to make this item. Please use the following format: 1 × [[Plank]] and separate ingredients into a list with <br>.
class_name
The item's class name.


Examples

Miscellaneous items, displaying the Eraser infobox

{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID Item IDs


{{Infobox normal/ko
|name =Eraser
|image=Eraser.png
|weight=0.1
|primary_use=Remove markings from an [[Map|annotated map]].
|item_id =Base.Eraser
}}

Empty water containers, displaying the Bowl infobox

{{{display_name}}}
Bowl of Water
General
Category Item
Encumbrance
Heavy Load
0.5
Function
Water container
Can store water True
Rain factor 0.5
Technical details
Base ID Item IDs


{{Infobox normal/ko
|name =Bowl
|image=Bowl.png
|alternate_image=BowlFull_Water.png
|alternate_name=Bowl of Water
|alternate_link=Bowl of Water
|weight=0.5
|primary_use=[[Cooking]] utensil
|secondary_use=[[Water]] container
|can_store_water=True
|rain_factor=0.5
|item_id =Base.Bowl
}}

Medical items, displaying the Ripped Sheets infobox

{{{display_name}}}
Dirty Rag
General
Category Item
Encumbrance
Heavy Load
0.05
Bandage power
Bleeding
2
Alcohol
Drunk
True
Technical details
Base ID Item IDs


{{Infobox normal/ko
|name =Sterilized Rag
|image=Rag.png
|alternate_image=RagDirty.png
|alternate_name=Dirty Rag
|alternate_link=Dirty Rag
|weight=0.05
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] [[Health#Types of Injuries|wounds]]
|bandage_power=2
|alcohol=True
|item_id =Base.AlcoholRippedSheets
}}

Drying items, displaying the Bath Towel infobox

{{{display_name}}}
Wet Bath Towel
General
Category Item
Encumbrance
Heavy Load
Dry: 0.1
Wet: 0.5
Time to dry
Wet
10000
Technical details
Base ID Item IDs


{{Infobox normal/ko
|name =Bath Towel
|image=Bathtowel.png
|alternate_image=Bathtowel.png
|alternate_name=Wet Bath Towel
|alternate_link=
|weight='''Dry:''' 0.1<br>'''Wet:''' 0.5
|primary_use=Dry a [[Moodles#Wet|wet]] player
|wet_cooldown=10000
|item_id ='''Dry:''' Base.BathTowel<br>'''Wet:''' Base.BathTowelWet
}}

Remote Controller infobox

{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
0.4
Remote range 7 tiles
Technical details
Base ID Item IDs


{{Infobox normal/ko
|name =V1 Remote Controller
|image=RemoteCrafted.png
|weight=0.4
|primary_use=Trigger [[:Category:Bomb_and_Throwing_Items|traps]] remotely
|remote_range=7
|item_id =Base.RemoteCraftedV1
}}