Template:Infobox/Asset: Difference between revisions
From VRChat Wiki
No edit summary |
No edit summary Tag: Manual revert |
||
| Line 11: | Line 11: | ||
<data source="status"> | <data source="status"> | ||
<label><translate><!--T:8--> Status</translate></label> | <label><translate><!--T:8--> Status</translate></label> | ||
<format>{{#ifeq: {{{status|}}} | maintained | <format>{{{#ifeq: {{{status|}}} | maintained | ||
| <translate><!--T:9--> Actively Maintained – Asset is regularly updated with new features and bug fixes.</translate> | | <translate><!--T:9--> Actively Maintained – Asset is regularly updated with new features and bug fixes.</translate> | ||
| {{#ifeq: {{{status|}}} | maintenance | | {{#ifeq: {{{status|}}} | maintenance | ||
| Line 25: | Line 25: | ||
<!-- Fallback --> | <!-- Fallback --> | ||
| {{{status}}}} | | {{{status}}}} | ||
}}}}}}}}}}}</format> | }}}}}}}}}}}}</format> | ||
</data> | </data> | ||
<data source="documentation"> | <data source="documentation"> | ||
Revision as of 20:24, 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 |