Template:Infobox Java version/doc
This is a documentation subpage for Template:Infobox Java version. It may contain usage information, categories and other content that is not part of the original template page. |
Creates an infobox for placing alongside a Java version.
Usage
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}}} |
<syntaxhighlight lang="wikitext" style="overflow: auto; white-space: pre-wrap;"> Template:Infobox java version </syntaxhighlight>
Template data
TemplateData 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 name | Full abbreviated name
| String | required |
Is LTS? | lts | yes 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 num_jeps | The number of Java Enhancement Proposals | Number | suggested |
Public support ended | public_support_ended public_death | Date of when public support and security updates ended.
| Date | optional |
Paid support ended | paid_support_ended paid_death | Date of when paid support and security updates ended.
| Date | optional |
Notable features | features feats | Notable additions to the Java language or platform
| Unknown | suggested |
Notable removals | removed deprecated | 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 nickname | Codename of the Java version
| String | optional |
Upcoming? | unreleased | Set this parameter if the Java version is an upcoming release.
| String | optional |