Template:Infobox normal/doc

From PZwiki
< Template:Infobox normal
Revision as of 06:42, 12 June 2018 by Vaileasys (talk | contribs) (normal infobox documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.png
This is a documentation subpage for Template:Infobox normal.
It contains usage information and other content that is not part of the original template page.

This template is used to create an infobox in an article about empty water container, medical, drying, remote controller and other miscellaneous items.

Usage

To use this template in an article, copy the template below, then paste the template into an article.

All parameters are optional – those you do not populate with data will not show up in the infobox when the article is saved.

It is strongly advised to only include variables that are relevant to the specific item in question, i.e. parameters that do not display as false or 0.

display_name
display_name
alternate_name
General
Category Item
Encumbrance
Heavy Load
weight
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
Base ID class_name
{{Infobox normal
|display_name=
|image=
|alternate_image=
|alternate_name=
|alternate_link=
|weight=weight
|weight_bkg=
|can_store_water=
|can_store_water_bkg=
|rain_factor=
|rain_factor_bkg=
|bandage_power=
|bandage_power_bkg=
|alcohol=
|alcohol_bkg=
|wet_cooldown=
|wet_cooldown_bkg=
|remote_range=
|remote_range_bkg=
|class_name=
|class_name_bkg=
}}


Parameters

display_name
The display name of the item as it appears in-game. Leaving blank will display the pagename.
image
An image of the icon displayed at 120px. A 120px variant should be used if it has one.
alternate_image
An alternate image displayed at 32px. Can be an empty, packaged, open or any other variant.
alternate_name
The name of the alternate item image. Leaving blank will display no name when the image is hovered over.
alternate_link
An optional link to the alternate image page. Leaving blank will have no link.
weight
The base weight of the item.
"_bkg" suffix
Will display a slightly darker background over the row; used for simpler identification between each row. Leavin blank will leave white, whereas inserting anything will give the darkened background. (same for each parameter with _bkg)
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)
class_name
The item's class name.


Examples

Miscellaneous items, displaying the Eraser infobox

Eraser
Eraser
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID Base.Eraser
{{Infobox normal
|display_name=Eraser
|image=Eraser_120px.png
|weight=0.1|weight_bkg=1
|class_name=Base.Eraser
}}





Empty water containers, displaying the Bowl infobox

Bowl
Bowl
Bowl of Water
General
Category Item
Encumbrance
Heavy Load
0.5
Can store water True
Rain factor 0.5
Technical details
Base ID Base.Bowl
{{Infobox normal
|display_name=Bowl
|image=Bowl.png
|alternate_image=BowlFull_Water.png
|alternate_name=Bowl of Water
|alternate_link=Bowl of Water
|weight=0.5
|weight_bkg=1
|can_store_water=True
|rain_factor=0.5
|rain_factor_bkg=1
|class_name=Base.Bowl
}}





Medical items, displaying the Ripped Sheets infobox

Sterilized Rag
Sterilized Rag
Dirty Rag
General
Category Item
Encumbrance
Heavy Load
0.05
Bandage power
Bleeding
2
Alcohol
Drunk
True
Technical details
Base ID Base.AlcoholRippedSheets
{{Infobox normal
|display_name=Sterilized Rag
|image=Rag.png
|alternate_image=RagDirty.png
|alternate_name=Dirty Rag
|alternate_link=Dirty Rag
|weight=0.05|weight_bkg=1
|bandage_power=2
|alcohol=True|alcohol_bkg=1
|class_name=Base.AlcoholRippedSheets
}}






Drying items, displaying the Bath Towel infobox

Bath Towel
Bath Towel
Wet Bath Towel
General
Category Item
Encumbrance
Heavy Load
Dry: 0.1
Wet: 0.5
Time to dry
Wet
10000
Technical details
Base ID Dry: Base.BathTowel
Wet: Base.BathTowelWet
{{Infobox normal
|display_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
|weight_bkg=1
|wet_cooldown=10000
|class_name='''Dry:''' Base.BathTowel<br>'''Wet:''' Base.BathTowelWet
|class_name_bkg=1
}}





Remote Controller infobox

V1 Remote Controller
V1 Remote Controller
General
Category Item
Encumbrance
Heavy Load
0.4
Remote range 7 tiles
Technical details
Base ID Base.RemoteCraftedV1
{{Infobox normal
|display_name=V1 Remote Controller
|image=RemoteCrafted.png
|weight=0.4|weight_bkg=1
|remote_range=7
|class_name=Base.RemoteCraftedV1|class_name_bkg=1
}}