Template:Infobox/World/doc: Difference between revisions

From VRChat Wiki
(Created page with "== Documentation == This is an infobox to be used for VRChat worlds. === Example Usage === <nowiki>{{Infobox/World|VRChat Home|Worldplaceholder.webp|[https://vrchat.com/home/user/8JoV9XEdpo vrchat]|Cross-Platform|335m~|113k~|16|8|Sep 30 2022|CW=VRRat Presence|link=https://vrchat.com/home/world/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd}}</nowiki> will make the infobox to the right of this page. {{Infobox/World|VRChat Home|Worldplaceholder.webp|[https://vrchat.com/home/us...")
 
No edit summary
Line 1: Line 1:
== Documentation ==
Usage:
This is an infobox to be used for VRChat worlds.
=== Example Usage ===
<nowiki>{{Infobox/World|VRChat Home|Worldplaceholder.webp|[https://vrchat.com/home/user/8JoV9XEdpo vrchat]|Cross-Platform|335m~|113k~|16|8|Sep 30 2022|CW=VRRat Presence|link=https://vrchat.com/home/world/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd}}</nowiki>


will make the infobox to the right of this page.
<pre>
{{Infobox/World|VRChat Home|Worldplaceholder.webp|[https://vrchat.com/home/user/8JoV9XEdpo vrchat]|Cross-Platform|335m~|113k~|16|8|Sep 30 2022|CW=VRRat Presence|link=https://vrchat.com/home/world/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd}}
<nowiki>{{</nowiki>VRChat world
|name=
|image=
|imagecaption=
|developer=
|publisher=
|designer=
|gen=
|platform=
|themes=
|link=
|labs=
|published=
<nowiki>}}</nowiki>
</pre>


=== Template parameters ===
==Parameters==
{| class="wikitable"
;name
|+ Parameters
: The name of the VRChat world.
|-
 
! Name !! Variable !! Description
;image
|-
: An image representing the world.
| World Name || <code>1</code>|| Name of the world on VRChat
 
|-
;imagecaption
| Thumbnail || <code>2</code> || Thumbnail of the world (should be 256x192)
: A caption for the image.
|-
 
| Creator || <code>3</code> || Creator, often should link to the creator's user page if possible.
;developer
|-
: The developer of the VRChat world.
| Platforms || <code>4</code> || Which platforms the world is available on.
 
|-
;publisher
| Visits || <code>5</code> || Roughly the number of visits.
: The publisher of the VRChat world.
|-
 
| Favorites || <code>6</code> || Roughly the number of favorites.
;designer
|-
: The designer of the VRChat world.
| Max Capacity || <code>7</code> || Max that it can stretch to for extra friends.
 
|-
;gen
| Base Capacity || <code>8</code> || Max amount of users that can fit.
: The generation of the VRChat world.
|-
 
| Published || <code>9</code> || When the world was originally published. (ex: Sep 30 2022)
;platform
|-
: The platforms on which the VRChat world is available.
| Content Warnings || <code>CW=</code> || Content labels a world has. ''(Optional)''
 
|-
;themes
| Link to world || <code>link=</code> || Link to the world. ''(Optional)''
: The themes of the VRChat world.
|}
 
;link
: The link to the VRChat world.
 
;labs
: Indicates if the world is part of the Community Labs.
 
;published
: The date when the VRChat world was published.
 
==Example==
<pre>
<nowiki>{{</nowiki>VRChat world
|name=Example World
|image=ExampleImage.jpg
|imagecaption=An example VRChat world
|developer=Example Developer
|publisher=Example Publisher
|designer=Example Designer
|gen=1st Generation
|platform=PC, VR
|themes=Adventure, Exploration
|link=https://vrchat.com/home/world/wrld_example
|labs=Yes
|published=2024-01-01
<nowiki>}}</nowiki>
</pre>

Revision as of 02:53, 10 June 2024

Usage:

{{VRChat world
|name=
|image=
|imagecaption=
|developer=
|publisher=
|designer=
|gen=
|platform=
|themes=
|link=
|labs=
|published=
}}

Parameters

name
The name of the VRChat world.
image
An image representing the world.
imagecaption
A caption for the image.
developer
The developer of the VRChat world.
publisher
The publisher of the VRChat world.
designer
The designer of the VRChat world.
gen
The generation of the VRChat world.
platform
The platforms on which the VRChat world is available.
themes
The themes of the VRChat world.
link
The link to the VRChat world.
labs
Indicates if the world is part of the Community Labs.
published
The date when the VRChat world was published.

Example

{{VRChat world
|name=Example World
|image=ExampleImage.jpg
|imagecaption=An example VRChat world
|developer=Example Developer
|publisher=Example Publisher
|designer=Example Designer
|gen=1st Generation
|platform=PC, VR
|themes=Adventure, Exploration
|link=https://vrchat.com/home/world/wrld_example
|labs=Yes
|published=2024-01-01
}}