Template:Contentbox/Asset/doc: Difference between revisions
From VRChat Wiki
Created page with "<noinclude>Category:Template Documentation</noinclude> {{Contentbox/Asset |title=my.title |name=MyC00l VRChat Asset |image=File:Placeholder.webp |youtube=Gm_2YqvGgxM |author=VRChat |author_1=VRRat |author_2=VRCat |status=maintained |documentation=https://docs.vrchat.com |license=Proprietary |vpm=https://vrchat.github.io/packages/index.json |booth=123456 |gumroad=vrchat |github=vrchat/packages |gitlab=vrchat/packages}} ==TemplateData Documentation== <templatedata>..." |
add categories |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Contentbox/Asset | {{Contentbox/Asset | ||
|title=my.title | |title=my.title.1 | ||
|name=MyC00l VRChat Asset | |name=MyC00l VRChat Asset | ||
|image=[[File:Placeholder.webp]] | |image=[[File:Placeholder.webp]] | ||
| Line 16: | Line 15: | ||
|github=vrchat/packages | |github=vrchat/packages | ||
|gitlab=vrchat/packages}} | |gitlab=vrchat/packages}} | ||
{{Contentbox/Asset | |||
|title=my.title.2 | |||
|name=MyC00l VRChat Asset #2 | |||
|author=VRChat | |||
|status=archived | |||
|documentation=https://docs.vrchat.com | |||
|license=MIT | |||
|vpm=https://vrchat.github.io/packages/index.json | |||
|github=vrchat/packages | |||
|gitlab=vrchat/packages}} | |||
{{Contentbox/Asset | |||
|title=my.title.3 | |||
|name=MyC00l VRChat Asset #3 | |||
|author=VRRat | |||
|author_1=VRCat | |||
|status=maintained | |||
|documentation=https://docs.vrchat.com | |||
|license=Proprietary | |||
|vpm=https://vrchat.github.io/packages/index.json | |||
|booth=123456 | |||
|gumroad=vrchat}} | |||
==TemplateData Documentation== | ==TemplateData Documentation== | ||
<templatedata> | <templatedata> | ||
| Line 132: | Line 153: | ||
} | } | ||
</templatedata> | </templatedata> | ||
<includeonly>[[Category:Contentbox templates{{#translation:}}]]</includeonly> | |||
<noinclude>[[Category:Template documentation{{#translation:}}]]</noinclude> | |||
Latest revision as of 03:49, 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 |