![]() |
VOOZH | about |
This template is used to mark an article or section about a feature with new content available in development versions. It adds the article to Category:Upcoming new features and to one or more of the edition-specific categories Category:Upcoming new features Bedrock Edition, Category:Upcoming new features Minecraft Education, and Category:Upcoming new features Java Edition depending on what parameter values are specified. Editors can experiment in this template's sandbox or testcases page.
The template and this documentation page was adapted from {{In development}}.
{{In development
| 1 = First edition
| 2 = Second edition
| 3 = First edition version number
| 4 = Second edition version number
| section = Section mode
| note = Additional note
| removed = If content related to a feature is removed in the development version
| experimental = Name of the experiment the new content is locked behind
| experiemental-je = Name of the experiment the new content is locked behind in Java Edition
| experiemental-be = Name of the experiment the new content is locked behind in Bedrock Edition
| onlydev = Whether the new content 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 Editon are not allowed.
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 new content is planned for. | String | suggested |
| Second edition | 2 | Specifies which 2nd game or edition the new content is planned for. Requires {{{1}}} to be set. | String | suggested |
| First edition version number | 3 | Specifies the version number the new content 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 new content will be added in. Requires {{{1}}} and {{{2}}} to be set. | String | suggested |
| Name of the experiment the new content is locked behind | experimental | Name of the experiment the new content is locked behind, if applicable. Should be used when all edition share the toggle name. | String | suggested |
| Name of the experiment the new content is locked behind in Java Edition | experimental-je | Name of the experimental data pack the new content is locked behind in Java Edition, if applicable. Requires {{experimental}} to not be set. | String | optional |
| Name of the experiment the new content is locked behind in Bedrock Edition | experimental-be | Name of the experimental data pack the new content 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 content was removed in the development version | removed | Used if content was removed in the development version rather than added | Boolean | optional |
| Whether the new content is only present in development versions | onlydev | Whether the new content 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:Upcoming new features. | Boolean | optional |
| Example code | Result |
|---|---|
1 parameter:{{In development|java}}
|
This article describes content that may introduce new features in Java Edition.
New content has appeared in Java Edition development versions, but the full update adding such content has not been released yet.
|
1 and 2 parameters:{{In development|je|be}}
|
This article describes content that may introduce new features in Java Edition and Bedrock Edition.
New content has appeared in Java Edition and Bedrock Edition development versions, but the full update adding such content has not been released yet.
|
1 and 3 parameters:{{In development|be||1.19.0}}
|
This article describes content that may introduce new features in Bedrock Edition.
New content has appeared in Bedrock Edition 1.19.0 development versions, but the full update adding such content 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 may introduce new features in Java Edition and Bedrock Edition.
New content has appeared in Java Edition 1.19 and Bedrock Edition 1.19.0 development versions, but the full update adding such content has not been released yet.
|
section parameter:{{In development|section=1}}
|
This section describes content that may introduce new features in a future update.
New content has appeared in development versions, but the full update adding such content has not been released yet.
|
note parameter:{{In development|note=Additional note}}
|
This article describes content that may introduce new features in a future update.
New content has appeared in development versions, but the full update adding such content has not been released yet.
Note: Additional note |
nocat parameter:{{In development|nocat=1}}
|
This article describes content that may introduce new features in a future update.
New content has appeared in development versions, but the full update adding such content has not been released yet.
|
experimental parameter:{{In development|je|be|1.19|1.19.0|experimental=Wild Update}}
|
This article describes content that may introduce new features in Java Edition and Bedrock Edition.
New content has appeared in Java Edition 1.19 and Bedrock Edition 1.19.0 development versions, but the full update adding such content has not been released yet.
New features related to this content can only be accessed through the "Wild Update" experimental option. |
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 may introduce new features in Java Edition and Bedrock Edition.
New content has appeared in Java Edition 1.19 and Bedrock Edition 1.19.0 development versions, but the full update adding such content has not been released yet.
New features related to this content 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 may introduce new features in Bedrock Edition.
New content has appeared in Bedrock Edition 1.19.0 development versions, but the full update adding such content has not been released yet.
Despite a full version being released since its addition, new features related to this content are only accessible in development versions of the game. |
removed parameter:{{In development|je||1.19|removed=1}}
|
This article describes content that may remove existing features in Java Edition.
Existing content has been removed in Java Edition 1.19 development versions, but the full update removing such content has not been released yet.
|