Template:Infobox/Feature/doc: Difference between revisions
From VRChat Wiki
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
"label": "Name", | "label": "Name", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"description": "Name of the feature" | |||
}, | }, | ||
"image": { | "image": { | ||
| Line 30: | Line 31: | ||
"example": "thumbnail.webp", | "example": "thumbnail.webp", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"description": "Representative image of the feature" | |||
}, | }, | ||
"platforms": { | "platforms": { | ||
| Line 40: | Line 42: | ||
"Android", | "Android", | ||
"iOS" | "iOS" | ||
] | ], | ||
"description": "Platforms supported by the feature" | |||
}, | }, | ||
"branch_release_date": { | "branch_release_date": { | ||
"label": "Branch | Release - Date", | "label": "Branch | Release - Date", | ||
"type": "date" | "type": "date", | ||
"description": "Release date of the feature" | |||
}, | }, | ||
"branch_openbeta_date": { | "branch_openbeta_date": { | ||
"label": "Branch | Open Beta - Date", | "label": "Branch | Open Beta - Date", | ||
"type": "date" | "type": "date", | ||
"description": "Open Beta first appearance date of the feature" | |||
}, | }, | ||
"vrchatplus": { | "vrchatplus": { | ||
| Line 55: | Line 60: | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Yes" | "Yes" | ||
] | ], | ||
"description": "If VRC+ is required to use/access the feature" | |||
}, | }, | ||
"branch_release_version": { | "branch_release_version": { | ||
"label": "Branch | Open Beta - Version", | "label": "Branch | Open Beta - Version", | ||
"example": "2024.3.3", | "example": "2024.3.3", | ||
"type": "string" | "type": "string", | ||
"description": "VRChat Open Beta version introducing the feature" | |||
}, | }, | ||
"branch_openbeta_version": { | "branch_openbeta_version": { | ||
"label": "Branch | Release - Version", | "label": "Branch | Release - Version", | ||
"example": "2024.3.3" | "example": "2024.3.3", | ||
"description": "VRChat version introducing the feature" | |||
}, | }, | ||
"branch_release_releasenote": { | "branch_release_releasenote": { | ||
| Line 75: | Line 83: | ||
"label": "Branch | Open Beta - Release Note", | "label": "Branch | Open Beta - Release Note", | ||
"description": "Link to the VRChat Docs release note", | "description": "Link to the VRChat Docs release note", | ||
"example": "https://docs.vrchat.com/docs/vrchat-202441openbeta" | "example": "https://docs.vrchat.com/docs/vrchat-202441openbeta", | ||
"type": "url" | |||
} | } | ||
}, | }, | ||
Revision as of 22:39, 8 April 2025
wip
| 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 |
| VRC+ | vrchatplus | If VRC+ is required to use/access the feature
| String | optional |
| Branch | Release - Date | branch_release_date | Release date of the feature | Date | optional |
| Branch | Release - Version | branch_openbeta_version | VRChat version introducing the feature
| Unknown | optional |
| Branch | Release - Release Note | branch_release_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_release_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 |