Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation

This template is used to mark an article or section about a feature in development versions. It adds the article to Category:In development and to one or more of the edition-specific categories Category:In development Bedrock Edition, Category:In development Education Edition, and Category:In development Java Edition depending on what parameter values are specified. Editors can experiment in this template's sandbox or testcases page.

Usage

{{In development
| 1 = First edition
| 2 = Second edition
| 3 = First edition version number
| 4 = Second edition version number
| section = Section mode
| combat = Whether to add "Present on Combat Tests" note
| exists = First edition where the feature is already exist
| exists2 = Second edition where the feature is already exist
| onlybeta = Whether to add "This content is present in the latest complete version of Bedrock Edition, but only accessible in the latest beta version." note
| experimental = Whether to attach Experimental Gameplay template. If set to 1, won't specify which toggle. If set to anything else, it will specify the toogle using the parameter.
| removed = If the feature zas removed in the development version
| nocat = Whether to suppress categorization
}}

Please note that 1 and 2 use {{el}} meaning that values like java or be are allowed but values like Java Edition or Bedrock Editon are not allowed.

The combat parameter cannot not be used with any numered parameter. For now, use it along with nocat and manually add the categories due to the 2 parameter breaking.

Parameters

This template adds a note for features present in development versions. The parameters below explain their usage.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
First edition1

Specifies which game or edition the feature is planned for.

Stringsuggested
Second edition2

Specifies which 2nd game or edition the feature is planned for. Requires {{{1}}} to be set.

Stringsuggested
First edition version number3

Specifies the version number the feature will be added in. Requires {{{1}}} to be set.

Stringsuggested
Second edition version number4

Specifies the version number for the 2nd edition the feature will be added in. Requires {{{1}}} and {{{2}}} to be set.

Stringsuggested
Section modesection

Changes the template style to a section one.

Booleanoptional
Combat Tests notecombat

Adds a note if the feature is from Combat Tests. Cannot be used with any number parameter.

Booleanoptional
Edition where it already existsexists

Used if the feature already exists in another edition out of development versions.

Stringsuggested
Second edition where it already existsexists2

Used if there are 2 versions in which the version already exists. Must be used with {{{exists}}}.

Stringsuggested
Inaccessible on full release?onlybeta

Adds a note if the content is present in the latest complete version of Bedrock Edition, but only accessible in beta version without add-ons.

Booleansuggested
Experimental Gameplayexperimental

Whether to attach Experimental Gameplay template. If set to 1, won't specify which toggle. If set to anything else, it will specify the toogle using the parameter.

Stringsuggested
Suppress categorization?nocat

Prevents the page from going into Category:In development.

Booleanoptional

Examples

Example code Result
1 parameter:
{{In development|java}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
1 and 2 parameters:
{{In development|je|be}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
1 and 3 parameters:
{{In development|be||1.19.0}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
1, 2, 3 and 4 parameters:
{{In development|je|be|1.19|1.19.0}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
section parameter:
{{In development|section=1}}
Grass Block
This section describes content that may be included in a future update. 
This feature has appeared in development versions, but the full update containing it has not been released yet.
combat parameter:
{{In development|combat=1}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
exists parameter:
{{In development|exists=be}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
exists and exists2 parameters:
{{In development|ee|china|exists=je|exists2=be}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
onlybeta parameter:
{{In development|onlybeta=1}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
experimetal parameter:
{{In development|experimental=1}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
nocat parameter:
{{In development|nocat=1}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.
Usage example:
{{In development|je|be|1.19|1.19.0|experimental=Wild Update|onlybeta=1}}
Grass Block
This page describes content that may be included in a future update. 
These features have appeared in development versions, but the full update containing them has not been released yet.


Editors can experiment in this template's sandbox or testcases page.

[view | edit | history | purge]The above documentation is transcluded from Template:In development/doc.
Advertisement