![]() |
VOOZH | about |
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 Minecraft Education, and Category:In development Java Edition depending on what parameter values are specified. Editors can experiment in this template's sandbox or testcases page.
{{In development
| 1 = First edition
| 2 = Second edition
| 3 = First edition version number
| 4 = Second edition version number
| drop = Drop/update name
| section = Section mode
| note = Additional note
| removed = If the feature is removed in the development version
| experimental = Name of the experiment the feature is locked behind
| experiemental-je = Name of the experiment the feature is locked behind in Java Edition
| experiemental-be = Name of the experiment the feature is locked behind in Bedrock Edition
| onlydev = Whether the feature is only present in development versions
| 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 Edition are not allowed.
If the feature is present in both Bedrock Edition and Java Edition versions, use the drop parameter instead, to specify a link to the common drop/update page for both editions. In this case, setting 1 and 2 is not recommended, since it would add unnecessary text.
The combat parameter cannot not be used with any numbered parameter. For now, use it along with nocat and manually add the categories due to the 2 parameter breaking.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| First edition | 1 | Specifies which game or edition the feature is planned for. | String | suggested |
| Second edition | 2 | Specifies which 2nd game or edition the feature is planned for. Requires {{{1}}} to be set. | String | suggested |
| First edition version number | 3 | Specifies the version number the feature will be added in. Requires {{{1}}} to be set. | String | suggested |
| Second edition version number | 4 | Specifies the version number for the 2nd edition the feature will be added in. Requires {{{1}}} and {{{2}}} to be set. | String | suggested |
| Drop/update name | drop | Specifies the name of the drop/update in which the feature will be added. Also works without {{{1}}} and {{{2}}} being set. | String | suggested |
| Name of the experiment the feature is locked behind | experimental | Name of the experiment the feature is locked behind, if applicable. Should be used when all edition share the toggle name. | String | suggested |
| Name of the experiment the feature is locked behind in Java Edition | experimental-je | Name of the experimental data pack the feature is locked behind in Java Edition, if applicable. Requires {{experimental}} to not be set. | String | optional |
| Name of the experiment the feature is locked behind in Bedrock Edition | experimental-be | Name of the experimental data pack the feature is locked behind in Bedrock Edition, if applicable. Requires {{experimental}} to not be set. | String | optional |
| Additional note | note | Adds an additional note | String | optional |
| If the feature was removed in the development version | removed | Used if the feature was removed in the development version rather than added | Boolean | optional |
| Whether the feature is only present in development versions | onlydev | Whether the feature is present only in development versions despite being first added in a development version of a now released version. | Boolean | optional |
| Section mode | section | Changes the template style to a section one. | Boolean | optional |
| Suppress categorization? | nocat | Prevents the page from going into Category:In development. | Boolean | optional |
| Example code | Result |
|---|---|
1 parameter:{{In development|java}}
|
This article describes content that is currently in development for Java Edition.
This content has appeared in development versions for Java Edition, but the full update adding it has not been released yet.
|
1 and 2 parameters:{{In development|je|be}}
|
This article describes content that is currently in development for Java Edition and Bedrock Edition.
This content has appeared in development versions for Java Edition and Bedrock Edition, but the full update adding it has not been released yet.
|
1 and 3 parameters:{{In development|be||1.19.0}}
|
This article describes content that is currently in development for Bedrock Edition.
This content has appeared in development versions for Bedrock Edition 1.19.0, but the full update adding it has not been released yet.
|
1, 2, 3 and 4 parameters:{{In development|je|be|1.19|1.19.0}}
|
This article describes content that is currently in development for Java Edition and Bedrock Edition.
This content has appeared in development versions for Java Edition 1.19 and Bedrock Edition 1.19.0, but the full update adding it has not been released yet.
|
drop parameter:{{In development|drop=Chase the Skies}}
|
This article describes content that is currently in development.
This content has appeared in development versions for Chase the Skies, but the full update adding it has not been released yet.
|
section parameter:{{In development|section=1}}
|
This section describes content that is currently in development.
This content has appeared in development versions for, but the full update adding it has not been released yet.
|
note parameter:{{In development|note=Additional note}}
|
This article describes content that is currently in development.
This content has appeared in development versions for, but the full update adding it has not been released yet.
Note: Additional note |
nocat parameter:{{In development|nocat=1}}
|
This article describes content that is currently in development.
This content has appeared in development versions for, but the full update adding it has not been released yet.
|
experimental parameter:{{In development|je|be|1.19|1.19.0|experimental=Wild Update}}
|
This article describes content that is currently in development for Java Edition and Bedrock Edition.
This content has appeared in development versions for Java Edition 1.19 and Bedrock Edition 1.19.0, but the full update adding it has not been released yet.
This feature can only be accessed through the "Wild Update" experiment. |
experimental-je and experimental-be parameters:{{In development|je|be|1.19|1.19.0|experimental-je=Wild Update|experimental-be=Next Major Update}}
|
This article describes content that is currently in development for Java Edition and Bedrock Edition.
This content has appeared in development versions for Java Edition 1.19 and Bedrock Edition 1.19.0, but the full update adding it has not been released yet.
This feature can only be accessed through the "Wild Update" experimental data pack in Java Edition or the "Next Major Update" experimental toggle in Bedrock Edition. |
onlydev parameter:{{In development|be||1.19.0|onlydev=1}}
|
This article describes content that is currently in development for Bedrock Edition.
This content has appeared in development versions for Bedrock Edition 1.19.0, but the full update adding it has not been released yet.
Despite a full version being released since its addition, this feature is only accessible in development versions of the game. |
removed parameter:{{In development|je||1.19|removed=1}}
|
This article describes content that will likely be removed in a future update of Java Edition.
This content has been removed in development versions for Java Edition 1.19, but the full update removing it has not been released yet.
|
Editors can experiment in this template's sandbox or testcases page.