Template:Version Infobox/doc
This is the documentation page for Version Infobox. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Infobox for Versions.
Syntax
{{Version Infobox
|title =
|version = {{subst:SUBPAGENAME}}
|image = <!--Splash Screen ?.png-->
|release_date = <!--YYYY-MM-DD-->
|prev =
|next =
|link1 = <!--[https://hna.hoyoverse.com/en-us/news/ Patch Notes]-->
|link2 = <!--[https://hna.hoyoverse.com/en-us/news/ Update Notice]-->
|link3 = <!--[https://act.hoyoverse.com/na/event/ Preview Page]-->
|link4 = <!--[https://act.hoyoverse.com/na/event/ Website]-->
}}
Example
{{Version Infobox
|title = Nexus Bond Test
|version = 0.3.0
|image = Splash Screen Nexus Bond Test.png
|release_date = 2025-9-17
|prev =
|next =
|link1 = Official Website
}}
Template Data
Infobox for Versions.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version Name | title | The name of the Version
| String | suggested |
| Version Number | version | The Version's number
| Number | required |
| Splash Screen | image | Version splash screen, usually "Splash Screen <Version Name>.png" | Content | required |
| Release Date | release_date | Version release date, in the form YYYY-MM-DD | Date | required |
| Previous Version | prev | Previous Version number | Number | suggested |
| Next Version | next | Next Version number | Number | suggested |
| Patch Notes | link1 | Link to the official Patch Notes | URL | optional |
| Update Notice | link2 | Link to the official Update Notice | URL | optional |
| Preview Page | link3 | Link to the Version Preview Page | URL | optional |
| Website | link4 | Link to the Version website | URL | optional |