Help:Boilerplate item

From PZwiki
(Redirected from Help:Boilerplate item)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
PZwikiHelpBoilerplatesBoilerplate item
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PlushSpiffo.pngThis page is about a generic item boilerplate. For more specific boilerplates (weapon, clothing, food), see Category:Boilerplates.
This boilerplate is used for giving a new page a standard look. To copy the code, enter the [editing mode], copy the code between <!--COPY CODE BETWEEN THESE COMMENTS-->, and add it to your new page before changing to the relevant content. The result of the code are shown below.

Anything between <!-- and --> is a comment, and can safely be discarded, feel free to remove them when finished with the page, until then, feel free to use the {{Underconstruction}} mbox.

This boilerplate is in an early format, and some sections may change as time goes on. If you wish to suggest improvements to this boilerplate, please use the discussion page.
Project ZomboidItemsBoilerplate item
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rubber Duck
RubberDucky Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Insert/remove battery.
Technical
Item ID
Base.Rubberducky2

An introduction to the item. Include links (example link is to Nails article) to other pages within the wiki where appropriate.

Overview

A longer overview of the item, that may contain multiple paragraphs, but not include usage of the tile. This section is not mandatory.

Usage

This section contains how the item can be used, including other stats that may not be in the infobox.[1]

Crafting

This section is added if the item can be crafted, including subcategories for crafting types, with links to the main articles.

Product Ingredients Tools Requirements Workstation XP
Battery.png
Battery
One of:
Flashlight.png Flashlight ×1
Flashlight2.png Hand Torch ×1
Rubberducky.png Rubber Duck ×1
none none none none
Rubberducky.png
Rubber Duck
Rubberducky.png Rubber Duck ×1
Battery.png Battery ×1
none none none none

Distribution

Trivia

  • Any interesting facts about the item should be bullet-pointed * in this section

Gallery

Code

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Rubberducky2
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Drainable,
        UseDelta	=	0.003,
        DisplayName	=	Rubber Duck,
        Icon	=	Rubberducky,
        WorldStaticModel = Rubberducky,
        cantBeConsolided = TRUE,
    }

See also

References