Template:Infobox/Asset/de: Difference between revisions
From VRChat Wiki
Updating to match new version of source page Tag: Manual revert |
Updating to match new version of source page |
||
| Line 10: | Line 10: | ||
</data> | </data> | ||
<data source="status"> | <data source="status"> | ||
<label>Status</label> | |||
<format>{{#ifeq: {{{status|}}} | maintained | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Actively Maintained – Asset is regularly updated with new features and bug fixes.</span> | |||
| {{#ifeq: {{{status|}}} | maintenance | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Maintenance Mode – Asset only receives critical bug fixes, but no new features.</span> | |||
| {{#ifeq: {{{status|}}} | deprecated | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Deprecated – Asset is no longer recommended for use and may be replaced by a newer alternative.</span> | |||
| {{#ifeq: {{{status|}}} | abandoned | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Abandoned – Asset is no longer maintained and may not be functional.</span> | |||
| {{#ifeq: {{{status|}}} | archived | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Archived – Asset is preserved for historical purposes but is not in active use.</span> | |||
| {{#ifeq: {{{status|}}} | unknown | |||
| <span lang="en" dir="ltr" class="mw-content-ltr">Unknown – Licence is unknown.</span> | |||
<!-- Fallback --> | |||
| {{{status}}} | |||
}}}}}}}}}}</format> | |||
</data> | </data> | ||
<data source="documentation"> | <data source="documentation"> | ||
Revision as of 18:34, 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 |