Template:Infobox/Asset/VPM/doc: Difference between revisions
From VRChat Wiki
Created page with "<noinclude>Category:Template Documentation</noinclude> {{Infobox/Asset/VPM |name=com.vrchat.worlds |version=Latest version}} ==TemplateData Documentation== <templatedata> { "params": { "name": { "label": "Name", "example": "com.vrchat.world", "description": "Package name", "type": "string", "required": true }, "version": { "label": "Version", "example": "3.8.1", "description": "semver or \"Latest version\"", "type":..." |
|||
| Line 20: | Line 20: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"image": { | "image": { | ||
| Line 72: | Line 62: | ||
"description": "Documentation URL", | "description": "Documentation URL", | ||
"example": "https://docs.vrchat.com/", | "example": "https://docs.vrchat.com/", | ||
"type": "url" | "type": "url" | ||
}, | }, | ||
| Line 109: | Line 87: | ||
"example": "vrchat/packages", | "example": "vrchat/packages", | ||
"type": "string" | "type": "string" | ||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Overwrites Title. Default format `<name> v<version>`", | |||
"type": "string" | |||
}, | |||
"displayName": { | |||
"label": "Displayname", | |||
"description": "Overwrites Displayname. ", | |||
"type": "string" | |||
}, | |||
"license": { | |||
"label": "License", | |||
"description": "Overwrites License.", | |||
"example": "MIT", | |||
"type": "string" | |||
}, | |||
"vpm": { | |||
"label": "VPM", | |||
"description": "Overwrites VPM URL", | |||
"example": "https://packages.vrchat.com/official?download", | |||
"type": "url" | |||
} | } | ||
}, | }, | ||
| Line 114: | Line 114: | ||
"name", | "name", | ||
"version", | "version", | ||
"image", | "image", | ||
"youtube", | "youtube", | ||
| Line 124: | Line 122: | ||
"status", | "status", | ||
"documentation", | "documentation", | ||
"booth", | "booth", | ||
"gumroad", | "gumroad", | ||
"github", | "github", | ||
"gitlab" | "gitlab", | ||
"title", | |||
"displayName", | |||
"license", | |||
"vpm" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 03:46, 29 May 2025
TemplateData Documentation
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Package name
| String | required |
| Version | version | semver or "Latest version"
| String | required |
| Image | image | no description
| File | optional |
| 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 |
| 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 |
| Title | title | Overwrites Title. Default format `<name> v<version>` | String | optional |
| Displayname | displayName | Overwrites Displayname. | String | optional |
| License | license | Overwrites License.
| String | optional |
| VPM | vpm | Overwrites VPM URL
| URL | optional |