Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MC/New features/doc

Template page

Template:Documentation header

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. Template:Experiment

The template and this documentation page was adapted from Template:Tl.

Usage

{{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 Template:Cd and Template:Cd use {{el}} meaning that values like Template:Cd or Template:Cd are allowed but values like Template:Cd or Template:Cd are not allowed.

The Template:Cd parameter cannot not be used with any numbered parameter. For now, use it along with Template:Cd and manually add the categories due to the Template:Cd parameter breaking.

Parameters

<templatedata> { "params": { "1": { "label": "First edition", "description": "Specifies which game or edition the new content is planned for.", "type": "string", "suggested": true }, "2": { "label": "Second edition", "description": "Specifies which 2nd game or edition the new content is planned for. Requires {{{1}}} to be set.", "type": "string", "suggested": true }, "3": { "label": "First edition version number", "description": "Specifies the version number the new content will be added in. Requires {{{1}}} to be set.", "type": "string", "suggested": true }, "4": { "label": "Second edition version number", "description": "Specifies the version number for the 2nd edition the new content will be added in. Requires {{{1}}} and {{{2}}} to be set.", "type": "string", "suggested": true }, "experimental": { "label": "Name of the experiment the new content is locked behind", "description": "Name of the experiment the new content is locked behind, if applicable. Should be used when all edition share the toggle name.", "type": "string", "suggested": true }, "experimental-je": { "label": "Name of the experiment the new content is locked behind in Java Edition", "description": "Name of the experimental data pack the new content is locked behind in Java Edition, if applicable. Requires Template:Experimental to not be set.", "type": "string" }, "experimental-be": { "label": "Name of the experiment the new content is locked behind in Bedrock Edition", "description": "Name of the experimental data pack the new content is locked behind in Bedrock Edition, if applicable. Requires Template:Experimental to not be set.", "type": "string" }, "removed": { "label": "If content was removed in the development version", "description": "Used if content was removed in the development version rather than added", "type": "boolean" }, "onlydev": { "label": "Whether the new content is only present in development versions", "description": "Whether the new content is present only in development versions despite being first added in a development version of a now released version.", "type": "boolean" }, "section": { "label": "Section mode", "description": "Changes the template style to a section one.", "type": "boolean" }, "nocat": { "label": "Suppress categorization?", "description": "Prevents the page from going into Category:Upcoming new features.", "type": "boolean" }, "note": { "description": "Adds an additional note", "type": "string", "label": "Additional note" } }, "description": "This template adds a note for new content present in development versions. The parameters below explain their usage.", "format": "inline", "paramOrder": [ "1", "2", "3", "4", "experimental", "experimental-je", "experimental-be", "note", "removed", "onlydev", "section", "nocat" ] } </templatedata>

Examples

Example code Result
Template:Cd parameter:
{{In development|java}}
Template:New features
Template:Cd and Template:Cd parameters:
{{In development|je|be}}
Template:New features
Template:Cd and Template:Cd parameters:
{{In development|be||1.19.0}}
Template:New features
Template:Cd, Template:Cd, Template:Cd and Template:Cd parameters:
{{In development|je|be|1.19|1.19.0}}
Template:New features
Template:Cd parameter:
{{In development|section=1}}
Template:New features
Template:Cd parameter:
{{In development|note=Additional note}}
Template:New features
Template:Cd parameter:
{{In development|nocat=1}}
Template:New features
Template:Cd parameter:
{{In development|je|be|1.19|1.19.0|experimental=Wild Update}}
Template:New features
Template:Cd and Template:Cd parameters:
{{In development|je|be|1.19|1.19.0|experimental-je=Wild Update|experimental-be=Next Major Update}}
Template:New features
Template:Cd parameter:
{{In development|be||1.19.0|onlydev=1}}
Template:New features
Template:Cd parameter:
{{In development|je||1.19|removed=1}}
Template:New features



Contents