Template:Infobox/Feature/doc: Difference between revisions
From VRChat Wiki
wip |
wip |
||
| Line 1: | Line 1: | ||
{{Infobox/Feature | |||
|name= Example feature | |||
|image= VrcHomeThumb.png | |||
|platforms= PC, Android, iOS | |||
}} | |||
<noinclude>[[Category:Template Documentation]]</noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 16: | Line 21: | ||
"platforms": { | "platforms": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"label": "Platforms", | |||
"suggestedvalues": [ | |||
"PC", | |||
"Android", | |||
"iOS" | |||
] | |||
}, | |||
"branch_release_date": { | |||
"label": "Branch | Release - Date", | |||
"type": "date" | |||
}, | |||
"branch_openbeta_date": { | |||
"label": "Branch | Open Beta - Date", | |||
"type": "date" | |||
}, | |||
"vrchatplus": { | |||
"label": "VRC+", | |||
"type": "boolean", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "wip" | "description": "wip", | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"platforms", | |||
"vrchatplus", | |||
"branch_release_date", | |||
"branch_openbeta_date" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 21:47, 8 April 2025
wip
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Image | image | no description
| File | suggested |
| Platforms | platforms | no description
| String | required |
| VRC+ | vrchatplus | no description | Boolean | suggested |
| Branch | Release - Date | branch_release_date | no description | Date | optional |
| Branch | Open Beta - Date | branch_openbeta_date | no description | Date | optional |