Creates an infobox for placing alongside a Java version.
Usage
edit| Released | {{{released}}} |
|---|---|
| # of JEPs | {{{jeps}}} |
| Addition(s) | |
| Notable | {{{features}}} |
| Preview(s) | {{{previews}}} |
| Incubating | {{{incubating}}} |
| Removal(s) | |
| Notable | {{{removed}}} |
| Support ended | |
| Public | {{{public_support_ended}}} |
| Paid | {{{paid_support_ended}}} |
{{Infobox java version
| version name =
| lts =
| codename =
| released =
| supported =
| public_support_ended =
| paid_support_ended =
| jeps =
| features =
| removed =
| previews =
| incubating =
}}
Template data
editTemplateData for Infobox Java version
Small infobox for use in Java version history to give a brief summary each version.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version name | version name | Full abbreviated name
| String | required |
| Is LTS? | lts | Set to 1 if this Java version is a long-term-support version
| Boolean | optional |
| Release date | released | Date when the Java version was released, or is expected to release.
| Date | required |
| Number of JEPs | jeps | The number of Java Enhancement Proposals | Number | suggested |
| Public support ended | public_support_ended | Date of when public support and security updates ended.
| Date | optional |
| Paid support ended | paid_support_ended | Date of when paid support and security updates ended.
| Date | optional |
| Notable features | features | Notable additions to the Java language or platform
| Unknown | suggested |
| Notable removals | removed | Notable removals of the Java language or platform
| Unknown | suggested |
| Preview JEPs | previews | List of previewed language features | Unknown | suggested |
| Incubating features | incubating | List of incubating features | Unknown | suggested |
| Version codename | codename | Codename of the Java version
| String | optional |
| Upcoming? | unreleased | Set to 1 if the Java version is an upcoming release. ('Released' will be displayed as 'Releasing' instead.)
| Boolean | optional |
| Version still supported? | supported | Set to 1 if this version of Java is still supported paid or publicly. ('Support ended' will be displayed as 'Support ends' instead.)
| Boolean | suggested |