Minecraft Wiki
Register
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}}
Crafting Table
This article describes content that may be included in Java Edition. 
This content has appeared in Java Edition development versions, but the full update containing it has not been released yet.
1 and 2 parameters:
{{In development|je|be}}
Crafting Table
This article describes content that may be included in Java Edition and Bedrock Edition. 
This content has appeared in Java Edition and Bedrock Edition development versions, but the full update containing it has not been released yet.
1 and 3 parameters:
{{In development|be||1.19.0}}
Crafting Table
This article describes content that may be included in Bedrock Edition. 
This content has appeared in Bedrock Edition 1.19.0 development versions, but the full update containing it has not been released yet.
1, 2, 3 and 4 parameters:
{{In development|je|be|1.19|1.19.0}}
Crafting Table
This article describes content that may be included in Java Edition and Bedrock Edition. 
This content has appeared in Java Edition 1.19 and Bedrock Edition 1.19.0 development versions, but the full update containing it has not been released yet.
section parameter:
{{In development|section=1}}
Crafting Table
This section describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
combat parameter:
{{In development|combat=1}}
Crafting Table
This article describes content that may be included in a future update. 
This content has appeared in Combat Test development versions, but the full update containing it has not been released yet.
exists parameter:
{{In development|exists=be}}
Crafting Table
This article describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
This content already exists in Bedrock Edition.
exists and exists2 parameters:
{{In development|ee|china|exists=je|exists2=be}}
Crafting Table
This article describes content that may be included in Minecraft Education and China Edition. 
This content has appeared in Minecraft Education and China Edition development versions, but the full update containing it has not been released yet.
This content already exists in Java Edition and Bedrock Edition.
onlybeta parameter:
{{In development|onlybeta=1}}
Crafting Table
This article describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
This content is present in the latest complete version of Bedrock Edition, but only accessible in the latest beta version.
experimetal parameter:
{{In development|experimental=1}}
Crafting Table
This article describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
Blue Beaker BE1
The features on this page are exclusive to Experimental Gameplay in Bedrock Edition. 
These features may be properly added in a future update, but currently require enabling one or more settings in the "Experimental Gameplay" section of the Game Settings menu.
nocat parameter:
{{In development|nocat=1}}
Crafting Table
This article describes content that may be included in a future update. 
This content has appeared in development versions, but the full update containing it has not been released yet.
Usage example:
{{In development|je|be|1.19|1.19.0|experimental=Wild Update|onlybeta=1}}
Crafting Table
This article describes content that may be included in Java Edition and Bedrock Edition. 
This content has appeared in Java Edition 1.19 and Bedrock Edition 1.19.0 development versions, but the full update containing it has not been released yet.
This content is present in the latest complete version of Bedrock Edition, but only accessible in the latest beta version.
Blue Beaker BE1
The features on this page are exclusive to Experimental Gameplay in Bedrock Edition. 
These features may be properly added in a future update, but currently require enabling one or more settings in the "Wild Update" section of the Game Settings menu.


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