Template:Infobox/Asset: Difference between revisions
From VRChat Wiki
No edit summary Tag: Manual revert |
move template categories to doc page |
||
| (32 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude><languages/></noinclude><onlyinclude><infobox type="Asset" layout="stacked" theme="community"> | <noinclude><languages/></noinclude><onlyinclude><infobox type="Asset" layout="stacked" theme="community"> | ||
<title source="name"/> | |||
<header>{{{title|}}}</header> | |||
<image source="image"/> | <image source="image"/> | ||
<data source="youtube"> | <data source="youtube"> | ||
| Line 11: | Line 12: | ||
<data source="status"> | <data source="status"> | ||
<label><translate><!--T:8--> Status</translate></label> | <label><translate><!--T:8--> Status</translate></label> | ||
<format>{{# | <format>{{#ifeq: {{{status|}}} | maintained | ||
| <translate><!--T:9--> Actively Maintained – Asset is regularly updated with new features and bug fixes.</translate> | |||
| {{#ifeq: {{{status|}}} | maintenance | |||
| <translate><!--T:10--> Maintenance Mode – Asset only receives critical bug fixes, but no new features.</translate> | |||
| {{#ifeq: {{{status|}}} | deprecated | |||
| <translate><!--T:11--> Deprecated – Asset is no longer recommended for use and may be replaced by a newer alternative.</translate> | |||
| {{#ifeq: {{{status|}}} | abandoned | |||
| | | <translate><!--T:12--> Abandoned – Asset is no longer maintained and may not be functional.</translate> | ||
}}</format> | | {{#ifeq: {{{status|}}} | archived | ||
| <translate><!--T:13--> Archived – Asset is preserved for historical purposes but is not in active use.</translate> | |||
| {{#ifeq: {{{status|}}} | unknown | |||
| <translate><!--T:14--> Unknown – Status is unknown.</translate> | |||
<!-- Fallback --> | |||
| {{{status}}}}} | |||
}}}}}}}}}}</format> | |||
</data> | </data> | ||
<data source="documentation"> | <data source="documentation"> | ||
| Line 31: | Line 38: | ||
<data source="vpm"> | <data source="vpm"> | ||
<label>[[VRChat Package Manager|<translate><!--T:5--> VRChat Package Manager</translate>]]</label> | <label>[[VRChat Package Manager|<translate><!--T:5--> VRChat Package Manager</translate>]]</label> | ||
<format>{{{vpm}}}[[Category:Assets available via the VRChat Package Manager{{#translation:}}]]</format> | <format>[vcc://vpm/addRepo?url={{{vpm}}} <translate><!--T:15--> Add to VCC</translate>][[Category:Assets available via the VRChat Package Manager{{#translation:}}]]</format> | ||
</data> | </data> | ||
<data source="booth"> | <data source="booth"> | ||
| Line 51: | Line 58: | ||
</group> | </group> | ||
</infobox>[[Category:Resources{{#translation:}}]][[Category:Assets{{#translation:}}]]</onlyinclude> | </infobox>[[Category:Resources{{#translation:}}]][[Category:Assets{{#translation:}}]]</onlyinclude> | ||
<noinclude>{{Documentation}} | <noinclude>{{Documentation}}</noinclude> | ||
Latest revision as of 03:23, 21 April 2026
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 |