Template:Infobox/Asset/VPM/doc: Difference between revisions
From VRChat Wiki
No edit summary |
|||
| Line 37: | Line 37: | ||
"description": "YouTube video ID", | "description": "YouTube video ID", | ||
"example": "xRha7-qE1vg", | "example": "xRha7-qE1vg", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 116: | Line 96: | ||
"example": "https://packages.vrchat.com/official?download", | "example": "https://packages.vrchat.com/official?download", | ||
"type": "url" | "type": "url" | ||
}, | |||
"author": { | |||
"label": "Author", | |||
"description": "Overwrites Author", | |||
"example": "VRChat", | |||
"type": "string" | |||
}, | |||
"author_1": { | |||
"label": "Author 1", | |||
"description": "Overwrites Author", | |||
"example": "VRRat", | |||
"type": "string" | |||
}, | |||
"author_2": { | |||
"label": "Author 2", | |||
"description": "Overwrites Author", | |||
"example": "VRCat", | |||
"type": "string" | |||
}, | |||
"author_3": { | |||
"label": "Author 3", | |||
"description": "Overwrites Author", | |||
"example": "VRBat", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 123: | Line 127: | ||
"image", | "image", | ||
"youtube", | "youtube", | ||
"status", | "status", | ||
"documentation", | "documentation", | ||
| Line 136: | Line 136: | ||
"displayname", | "displayname", | ||
"license", | "license", | ||
"vpm" | "vpm", | ||
"author", | |||
"author_1", | |||
"author_2", | |||
"author_3" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 17:21, 29 May 2025
Example
{{
| name=com.vrchat.worlds
| version=Latest version
}}
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 |
| 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 |
| Author | author | Overwrites Author
| String | optional |
| Author 1 | author_1 | Overwrites Author
| String | optional |
| Author 2 | author_2 | Overwrites Author
| String | optional |
| Author 3 | author_3 | Overwrites Author
| String | optional |