Template:Infobox/Feature: Difference between revisions
Marked this version for translation |
formatting |
||
| Line 10: | Line 10: | ||
</data> | </data> | ||
<group> | <group> | ||
<header><translate><!--T:6--> Release history</translate></header> | <header><translate><!--T:6--> Release history</translate></header> | ||
<panel> | <panel> | ||
{{#if: {{{branch_live_date}}} | | {{#if: {{{branch_live_date}}} | | ||
<section> | <section> | ||
<label><translate><!--T:7--> Live</translate></label> | <label><translate><!--T:7--> Live</translate></label> | ||
<data source="branch_live_date"> | <data source="branch_live_date"> | ||
<label><translate><!--T:8--> Date</translate></label> | <label><translate><!--T:8--> Date</translate></label> | ||
<format>{{ | <format>{{Date|{{{branch_live_date}}}}}</format> | ||
</data> | </data> | ||
<data source="branch_live_version"><label><translate><!--T:9--> Version</translate></label></data> | <data source="branch_live_version"><label><translate><!--T:9--> Version</translate></label></data> | ||
| Line 23: | Line 23: | ||
</section> | </section> | ||
}} | }} | ||
{{#if: {{{branch_openbeta_date}}} | | {{#if: {{{branch_openbeta_date}}} | | ||
<section> | <section> | ||
<label><translate><!--T:11--> Open Beta</translate></label> | <label><translate><!--T:11--> Open Beta</translate></label> | ||
<data source="branch_openbeta_date"> | <data source="branch_openbeta_date"> | ||
<label><translate><!--T:12--> Date</translate></label> | <label><translate><!--T:12--> Date</translate></label> | ||
<format>{{ | <format>{{Date|{{{branch_openbeta_date}}}}}</format> | ||
</data> | </data> | ||
<data source="branch_openbeta_version"><label><translate><!--T:13--> Version</translate></label></data> | <data source="branch_openbeta_version"><label><translate><!--T:13--> Version</translate></label></data> | ||
| Line 34: | Line 34: | ||
</section> | </section> | ||
}} | }} | ||
{{#if: {{{branch_announcement_date}}} | | {{#if: {{{branch_announcement_date}}} | | ||
<section> | <section> | ||
<label><translate><!--T:15--> Announcement</translate></label> | <label><translate><!--T:15--> Announcement</translate></label> | ||
<data source="branch_announcement_date"> | <data source="branch_announcement_date"> | ||
<label><translate><!--T:16--> Date</translate></label> | <label><translate><!--T:16--> Date</translate></label> | ||
<format>{{ | <format>{{Date|{{{branch_announcement_date}}}}}</format> | ||
</data> | </data> | ||
<data source="branch_announcement_link"><label><translate><!--T:17--> Link</translate></label></data> | <data source="branch_announcement_link"><label><translate><!--T:17--> Link</translate></label></data> | ||
Latest revision as of 21:01, 20 July 2026
Template for major features (e.g. Stickers, Camera Drone, Selfie Expression) for use on their pages or sections, but not minor features like e.g. specific setting options or some subfeatures of a larger one. Does the feature have its own distinctive and capitalized proper name and preferably own section in the release notes, or maybe is only for VRC+? It might be a major feature!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the feature | String | required |
| Image | image | Representative image of the feature
| File | suggested |
| Platforms | platforms | Platforms supported by the feature.
| String | required |
| VR only | vr | Whether VR is required to use/access the feature
| String | optional |
| VRC+ | vrchatplus | Whether VRC+ is required to use/access the feature
| String | optional |
| Branch | Live - Date | branch_live_date | Release date of the feature
| Date | optional |
| Branch | Live - Version | branch_live_version | VRChat version introducing the feature
| String | optional |
| Branch | Live - Release Note | branch_live_releasenote | Link to the VRChat Docs release note
| URL | optional |
| Branch | Open Beta - Date | branch_openbeta_date | Open Beta first appearance date of the feature
| Date | optional |
| Branch | Open Beta - Version | branch_openbeta_version | VRChat Open Beta version introducing the feature
| String | optional |
| Branch | Open Beta - Release Note | branch_openbeta_releasenote | Link to the VRChat Docs release note
| URL | optional |
| Branch | Announcement - Date | branch_announcement_date | Date of the first announcement
| Date | optional |
| Branch | Announcement - Link | branch_announcement_link | Link to the first announcement | URL | optional |