Template:Infobox/Asset: Difference between revisions
From VRChat Wiki
TrixxedHeart (talk | contribs) m Reverted edits by Usr c272d4fe-f1f8-4d77-8008-cad6cb81d6cd (talk) to last revision by Aries' Tag: Rollback |
add status |
||
| Line 8: | Line 8: | ||
<label>{{#if:{{{author_1|}}}|<translate><!--T:1--> Authors (ordered by significance)</translate>|<translate><!--T:2--> Author</translate>}}</label> | <label>{{#if:{{{author_1|}}}|<translate><!--T:1--> Authors (ordered by significance)</translate>|<translate><!--T:2--> Author</translate>}}</label> | ||
<format>{{Infobox/Asset/Authors|{{{author|}}}|{{{author_1|}}}|{{{author_2|}}}|{{{author_3|}}}}}</format> | <format>{{Infobox/Asset/Authors|{{{author|}}}|{{{author_1|}}}|{{{author_2|}}}|{{{author_3|}}}}}</format> | ||
</data> | |||
<data source="status"> | |||
<label><translate>Status</translate></label> | |||
<format>{{#switch: {{trim:{{lc:{{{status|}}}}}}} | |||
| maintained = Actively Maintained - Assets is regularly updated with new features and bug fixes. | |||
| maintenance = Maintenance Mode - Asset only receive critical bug fixes, but no new features. | |||
| deprecated = Deprecated - Asset is no longer recommended for use and may be replaced by a newer alternative. | |||
| abandoned = Abandoned - Asset is no longer maintained and may not be functional. | |||
| archived = Archived - Asset is preserved for historical purposes but is not in active use. | |||
| unknown = Unknonwn - Licence is unknown. | |||
| #default = {{{status}}} | |||
}}</format> | |||
</data> | </data> | ||
<data source="documentation"> | <data source="documentation"> | ||
Revision as of 17:42, 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 |