Template:Infobox/Avatar/doc: Difference between revisions

From VRChat Wiki
(initial documentation)
 
No edit summary
Line 5: Line 5:
|description= Example Description
|description= Example Description
|platform= PC, Mobile
|platform= PC, Mobile
|features= SDK2, Visemes, Impostors, example, example2
|features= SDK3, Visemes
|id=avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11
|id= avtr_26187637-0c30-4a09-86e1-bc928c07309e
|created= Jan 1 2024
}}
}}
Paste this template into an Avatar Page to have the infobox appear on the top right. It is recommended to paste and fill this out while in the Source editor, however this can also be done in the Visual editor. For more guidance on how to best use this, see how other Avatar pages have implemented this infobox.
Fields without contents will not show up on the infobox.


Usage:
Usage:
<pre>
<pre>
<nowiki>{{</nowiki>Infobox/Avatar
<nowiki>{{</nowiki>Infobox/Avatar
Line 20: Line 23:
|features=
|features=
|id=
|id=
|created=
<nowiki>}}</nowiki>
</pre>
==Parameters==
<nowiki>*</nowiki> = Mandatory
;name*
: The name of the VRChat avatar.
;image*
: The image used for the thumbnail of the avatar.
;author*
: The user who has the VRChat avatar uploaded to their account.
;description*
: The user who has the VRChat avatar uploaded to their account.
;platform
: The platforms on which the VRChat avatar is available. PC, Android and/or iOS.
;features
: The features listed under the VRChat avatar. Impostors, Visemes, SDK Version, Etc.
;id*
: The VRChat avatar's ID used to link to it on the VRChat website, as well as identify it for other internal purposes. An avatar's ID can be found at the end of its URL on the VRChat website like so: https://vrchat.com/home/avatar/avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11
;created
: The date the VRChat avatar was created.
==Example==
<pre>
<nowiki>{{</nowiki>Infobox/Avatar
|name= Example Avatar
|image= File:Robot_Avatar_Thumbnail.png
|author= Example Author
|description= Example Description
|platform= PC, Mobile
|features= SDK3, Visemes
|id= avtr_26187637-0c30-4a09-86e1-bc928c07309e
|created= Jan 1 2024
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>
</pre>
</pre>
<noinclude>[[Category:Template Documentation]]</noinclude>

Revision as of 12:02, 24 August 2024

Paste this template into an Avatar Page to have the infobox appear on the top right. It is recommended to paste and fill this out while in the Source editor, however this can also be done in the Visual editor. For more guidance on how to best use this, see how other Avatar pages have implemented this infobox.

Fields without contents will not show up on the infobox.

Usage:

{{Infobox/Avatar
|name=
|image=
|author=
|description=
|platform=
|features=
|id=
|created=
}}

Parameters

* = Mandatory

name*
The name of the VRChat avatar.
image*
The image used for the thumbnail of the avatar.
author*
The user who has the VRChat avatar uploaded to their account.
description*
The user who has the VRChat avatar uploaded to their account.
platform
The platforms on which the VRChat avatar is available. PC, Android and/or iOS.
features
The features listed under the VRChat avatar. Impostors, Visemes, SDK Version, Etc.
id*
The VRChat avatar's ID used to link to it on the VRChat website, as well as identify it for other internal purposes. An avatar's ID can be found at the end of its URL on the VRChat website like so: https://vrchat.com/home/avatar/avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11
created
The date the VRChat avatar was created.

Example

{{Infobox/Avatar
|name= Example Avatar
|image= File:Robot_Avatar_Thumbnail.png
|author= Example Author
|description= Example Description
|platform= PC, Mobile
|features= SDK3, Visemes
|id= avtr_26187637-0c30-4a09-86e1-bc928c07309e
|created= Jan 1 2024
}}