This template is used to mark references to upcoming features. To mark a page or a sentence about upcoming features, use {{snapshot}} instead.
This template will put the page into Category:Upcoming.
Additionally, if the first or second parameter is set, using a Bedrock Edition version will put the page into Category:Bedrock Edition upcoming tag, and using a Java Edition version will put the page into Category:Java Edition upcoming tag.
Parameters
|1=: Set this to a version to change the link and display the version number after "upcoming". Displays like so: [upcoming 1.16]{{
- if: 1
|
|{{
#switch: Template
| Template talk | User =
| #default = {{#if:java 1.16|{{#ifeq: java | Bedrock | | [[Category:Java Edition upcoming tag }}}}
}}
}}
|2=: As above but adds a second version link. Displays as such: [upcoming 1.16 & 1.16.0]{{
- if: 1
|
|{{
#switch: Template
| Template talk | User =
| #default = {{#if:java 1.16|{{#ifeq: java | Bedrock | | [[Category:Java Edition upcoming tag }}}} Template:Cat plug
}}
}}
|nocat=: Set this to not use the category, useful on information being transcluded, the category can then be added using<noinclude>
Examples
Example{{upcoming}} → Example[upcoming]{{
- if: 1
|
|{{
#switch: Template
| Template talk | User =
| #default = {{#if:|{{#ifeq: | Bedrock | | [[Category:Java Edition upcoming tag }}}}
}}
}}
Example{{upcoming|java 1.20.2}} → Example[upcoming 1.20.2]{{
- if: 1
|
|{{
#switch: Template
| Template talk | User =
| #default = {{#if:java 1.20.2|{{#ifeq: java | Bedrock | | [[Category:Java Edition upcoming tag }}}}
}}
}}
Example{{upcoming|java 1.20.2|bedrock 1.20.30}} → Example[upcoming 1.20.2 & 1.20.30]{{
- if: 1
|
|{{
#switch: Template
| Template talk | User =
| #default = {{#if:java 1.20.2|{{#ifeq: java | Bedrock | | [[Category:Java Edition upcoming tag }}}} Template:Cat plug
}}
}}
See also
{{Tag}}{{Check version}}{{Citation needed}}{{Dead link}}{{Failed verification}}{{INUpcoming}}{{InUpcoming}}{{Info needed}}{{Needs testing}}{{Only}}{{OnlyExperimental}}{{OnlyUpcoming}}{{Tag}}{{Until}}{{Verify}}{{When}}
[view | edit | history | purge]The above documentation is transcluded from Template:Upcoming/doc.