This template is used to mark a planned feature page. For a page to be a planned feature the feature must follow all of the following conditions:
- It must have been mentioned and confirmed by Mojang Studios with a screenshot.
- It must not have appeared in a development version.
- Notes:
- A feature can be in development in one edition and planned in another one.
- A feature not explicitly shown for Bedrock Edition or Java Edition is considered as both, though it has to be confirmed for Education Edition.
Usage
Numerical parameters
The 1 parameter specifies what game or edition the feature is planned for. For example:
{{planned|java}}
displays this:
The 2 parameter specifies the 2nd game or edition the feature is planned for. Must be used alongside 1. For example:
{{planned|je|be}}
displays this:
The 3 parameter specifies what version the feature will be added in. Must be used alongside 1. For example:
{{planned|bedrock||1.17.0}}
displays this:
The 4 parameter specifies the version for the 2nd addition the feature will be added in. Must be used alongside 1, 2, and 3. For example:
{{planned|edu|be|1.14.31|1.14.0}}
displays this:
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.
Other parameters
The section parameter changes the template style to a section one. For example:
{{planned|section=1}}
displays this:
Editors can experiment in this template's sandbox or testcases page.