Template:Infobox/Asset/es: Difference between revisions
From VRChat Wiki
Created page with "Autores (ordenados por importancia)" |
Updating to match new version of source page |
||
| (52 intermediate revisions by 2 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 6: | Line 7: | ||
</data> | </data> | ||
<data source="author"> | <data source="author"> | ||
<label>{{#if:{{{author_1|}}}|Autores (ordenados por importancia)| | <label>{{#if:{{{author_1|}}}|Autores (ordenados por importancia)|Autor}}</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>Estado</label> | |||
<format>{{#ifeq: {{{status|}}} | maintained | |||
| Activamente mantenido - El asset se actualiza periódicamente con nuevas funciones y correcciones de errores. | |||
| {{#ifeq: {{{status|}}} | maintenance | |||
| Modo mantenimiento - El asset solo recibe correcciones de errores críticos, pero no funciones nuevas. | |||
| {{#ifeq: {{{status|}}} | deprecated | |||
| Obsoleto - Ya no se recomienda el uso del asset y puede reemplazarse por una alternativa más nueva. | |||
| {{#ifeq: {{{status|}}} | abandoned | |||
| Abandonado - El asset ya no recibe mantenimiento y es posible que no sea funcional. | |||
| {{#ifeq: {{{status|}}} | archived | |||
| Archivado - el asset se conserva para fines históricos, pero no está en uso activo. | |||
| {{#ifeq: {{{status|}}} | unknown | |||
| Desconocido - El estado es desconocido. | |||
<!-- Fallback --> | |||
| {{{status}}}}} | |||
}}}}}}}}}}</format> | |||
</data> | </data> | ||
<data source="documentation"> | <data source="documentation"> | ||
<label>< | <label>Documentación</label> | ||
</data> | |||
<data source="license"> | |||
<label>Licencias</label> | |||
</data> | </data> | ||
<group> | <group> | ||
<header> | <header>Descargas</header> | ||
<data source="vpm"> | <data source="vpm"> | ||
<label>[[VRChat Package Manager| | <label>[[VRChat Package Manager|Gestor de paquetes de VRChat]]</label> | ||
<format>{{{vpm}}}[[Category:Assets available via the VRChat Package Manager{{#translation:}}]]</format> | <format>[vcc://vpm/addRepo?url={{{vpm}}} Añadir a VCC][[Category:Assets available via the VRChat Package Manager{{#translation:}}]]</format> | ||
</data> | </data> | ||
<data source="booth"> | <data source="booth"> | ||
| Line 35: | Line 57: | ||
</data> | </data> | ||
</group> | </group> | ||
</infobox>[[Category:Resources]][[Category:Assets]]</onlyinclude>{{ | </infobox>[[Category:Resources{{#translation:}}]][[Category:Assets{{#translation:}}]]</onlyinclude> | ||
<noinclude>{{Documentation}}</noinclude> | |||
Latest revision as of 03:24, 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 |