Template:Infobox/Feature: Difference between revisions
No edit summary |
move template categories to doc page |
||
| (21 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><infobox type="Feature" theme="community"> | |||
<title source="name"><default>'''Missing name!'''</default></title> | <title source="name"><default>'''Missing name!'''</default></title> | ||
<image source="image">< | {{#if: {{{image}}} | <image source="image"></image>}} | ||
<data source="platforms"><label>Platforms</label></data> | |||
<data source="vr"> | |||
<label>VR only</label> | |||
</ | </data> | ||
<data source="vrchatplus"> | |||
<label><span style="margin-inline-end:0.3rem;>[[File:Icon_VRC_Plus_Icon.png|frameless|14x14px]]</span>[[VRC+]]</label> | |||
</data> | |||
<group> | <group> | ||
<header> | <header>Release history</header> | ||
<panel> | <panel> | ||
{{#if: {{{ | {{#if: {{{branch_live_date}}} | | ||
<section> | <section> | ||
<label> | <label>Live</label> | ||
<data source=" | <data source="branch_live_date"> | ||
<data source=" | <label>Date</label> | ||
<format>{{#timel: F d, Y|{{{branch_live_date}}}}}</format> | |||
</data> | |||
<data source="branch_live_version"><label>Version</label></data> | |||
<data source="branch_live_releasenote"><label>Release note</label></data> | |||
</section> | </section> | ||
}} | }} | ||
| Line 19: | Line 26: | ||
<section> | <section> | ||
<label>Open Beta</label> | <label>Open Beta</label> | ||
<data source="branch_openbeta_date"><label>Date</label></data> | <data source="branch_openbeta_date"> | ||
<label>Date</label> | |||
<format>{{#timel: F d, Y|{{{branch_openbeta_date}}}|ymd}}</format> | |||
</data> | |||
<data source="branch_openbeta_version"><label>Version</label></data> | <data source="branch_openbeta_version"><label>Version</label></data> | ||
<data source="branch_openbeta_releasenote"><label>Release note</label></data> | |||
</section> | |||
}} | |||
{{#if: {{{branch_announcement_date}}} | | |||
<section> | |||
<label>Announcement</label> | |||
<data source="branch_announcement_date"> | |||
<label>Date</label> | |||
<format>{{#timel: F d, Y|{{{branch_announcement_date}}}|ymd}}</format> | |||
</data> | |||
<data source="branch_announcement_link"><label>Link</label></data> | |||
</section> | </section> | ||
}} | }} | ||
</panel> | </panel> | ||
</group> | </group> | ||
</infobox></includeonly><noinclude>{{Documentation}} | </infobox></includeonly><noinclude>{{Documentation}}</noinclude> | ||
Latest revision as of 03:31, 21 April 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 |