Template:In development

(Redirected from Template:Indev)
Jump to navigation Jump to search
Documentation[view] [edit] [history] [refresh]

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.

Usage[edit source]

{{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 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 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[edit source]

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

Template parameters[Edit template data]

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
Name of the experiment the feature is locked behindexperimental

Name of the experiment the feature is locked behind, if applicable. Should be used when all edition share the toggle name.

Stringsuggested
Name of the experiment the feature is locked behind in Java Editionexperimental-je

Name of the experimental data pack the feature is locked behind in Java Edition, if applicable. Requires {{experimental}} to not be set.

Stringoptional
Name of the experiment the feature is locked behind in Bedrock Editionexperimental-be

Name of the experimental data pack the feature is locked behind in Bedrock Edition, if applicable. Requires {{experimental}} to not be set.

Stringoptional
Additional notenote

Adds an additional note

Stringoptional
If the feature was removed in the development versionremoved

Used if the feature was removed in the development version rather than added

Booleanoptional
Whether the feature is only present in development versionsonlydev

Whether the feature is present only in development versions despite being first added in a development version of a now released version.

Booleanoptional
Section modesection

Changes the template style to a section one.

Booleanoptional
Suppress categorization?nocat

Prevents the page from going into Category:In development.

Booleanoptional

Examples[edit source]

Example code Result
1 parameter:
{{In development|java}}
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}}
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}}
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}}
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}}
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.
note parameter:
{{In development|note=Additional note}}
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.
Note: Additional note
nocat parameter:
{{In development|nocat=1}}
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.
experimental parameter:
{{In development|je|be|1.19|1.19.0|experimental=Wild Update}}
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 feature 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 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 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 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.
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 may be removed in Java Edition.
 
This content has been removed in Java Edition 1.19 development versions, but the full update removing it has not been released yet.


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

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