Template:Infobox/Asset: Difference between revisions
From VRChat Wiki
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
</data> | </data> | ||
<data source="status"> | <data source="status"> | ||
<label><translate>Status</translate></label> | <label><translate><!--T:8--> Status</translate></label> | ||
<format>{{#switch: {{trim:{{lc:{{{status|}}}}}}} | <format>{{#switch: {{trim:{{lc:{{{status|}}}}}}} | ||
| maintained = <translate>Actively Maintained - Assets is regularly updated with new features and bug fixes.</translate> | | maintained = <translate><!--T:9--> Actively Maintained - Assets is regularly updated with new features and bug fixes.</translate> | ||
| maintenance = <translate>Maintenance Mode - Asset only receive critical bug fixes, but no new features.</translate> | | maintenance = <translate><!--T:10--> Maintenance Mode - Asset only receive critical bug fixes, but no new features.</translate> | ||
| deprecated = <translate>Deprecated - Asset is no longer recommended for use and may be replaced by a newer alternative.</translate> | | deprecated = <translate><!--T:11--> Deprecated - Asset is no longer recommended for use and may be replaced by a newer alternative.</translate> | ||
| abandoned = <translate>Abandoned - Asset is no longer maintained and may not be functional.</translate> | | abandoned = <translate><!--T:12--> Abandoned - Asset is no longer maintained and may not be functional.</translate> | ||
| archived = <translate>Archived - Asset is preserved for historical purposes but is not in active use.</translate> | | archived = <translate><!--T:13--> Archived - Asset is preserved for historical purposes but is not in active use.</translate> | ||
| unknown = <translate>Unknonwn - Licence is unknown.</translate> | | unknown = <translate><!--T:14--> Unknonwn - Licence is unknown.</translate> | ||
| #default = {{{status}}} | | #default = {{{status}}} | ||
}}</format> | }}</format> | ||
Revision as of 17:55, 28 May 2025
TemplateData Documentation
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description
| String | optional |
| Name | name | no description
| String | required |
| Image | image | no description
| File | required |
| YouTube | youtube | YouTube video ID
| String | optional |
| Author | author | no description
| String | optional |
| Author 1 | author_1 | no description
| String | optional |
| Author 2 | author_2 | no description
| String | optional |
| Author 3 | author_3 | no description
| String | optional |
| Status | status | Status of the Asset, any of `maintained`, `maintenance`, `deprecated`, `abandoned`, `archived`, `unknown`, or custom text. Custom text can't be translated.
| String | optional |
| documentation | documentation | Documentation URL
| URL | optional |
| License | license | License of the Package
| String | optional |
| VPM | vpm | VRChat Package Manager URL
| URL | optional |
| Booth ID | booth | Booth ID
| String | optional |
| Gumroad | gumroad | Gumroad ID
| String | optional |
| GitHub | github | GitHub <user>/<repo>
| String | optional |
| GitLab | gitlab | GitLab <user>/<repo>
| String | optional |