Template:Infobox/Official World/doc: Difference between revisions

From VRChat Wiki
m Text replacement - "\[\[Special:MyLanguage\/(Category:[^|]+)\|\1\]\]" to "A"
~Pausbe (talk | contribs)
add categories
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|published=Sep 30 2022
|published=Sep 30 2022
}}
}}
Usage:
<pre>
<nowiki>{{</nowiki>VRChat world
|name=
|image=
|imagecaption=
|developer=
|publisher=
|designer=
|gen=
|platform=
|themes=
|link=
|labs=
|published=
<nowiki>}}</nowiki>
</pre>
==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==
==Example==
<pre>
<pre>
Line 82: Line 25:
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>
</pre>
</pre>
<noinclude>[[Special:MyLanguage/Category:A|A]]</noinclude>
==TemplateData Documentation==
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "The name of the VRChat world.",
"example": "Example World",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "An image representing the world.",
"example": "ExampleImage.jpg",
"type": "wiki-file-name",
"required": true
},
"imagecaption": {
"label": "Image caption",
"description": "A caption for the image.",
"example": "An example VRChat world",
"type": "string"
},
"developer": {
"label": "Developer",
"description": "The developer of the VRChat world.",
"example": "Example Developer",
"type": "string"
},
"publisher": {
"label": "Publisher",
"description": "The publisher of the VRChat world.",
"example": "Example Publisher",
"type": "string"
},
"designer": {
"label": "Designer",
"description": "The designer of the VRChat world.",
"example": "Example Designer",
"type": "string"
},
"gen": {
"label": "Generation",
"description": "The generation of the VRChat world.",
"example": "1st Generation",
"type": "string"
},
"platform": {
"label": "Platform",
"description": "The platforms on which the VRChat world is available.",
"example": "PC, Android, iOS",
"type": "string",
"suggestedvalues": [
"PC",
"Android",
"iOS"
],
"required": true
},
"themes": {
"label": "Themes",
"description": "The themes of the VRChat world.",
"example": "Adventure, Exploration",
"type": "string"
},
"link": {
"label": "Link",
"description": "The link to the VRChat world.",
"example": "https://vrchat.com/home/world/wrld_example",
"type": "url"
},
"labs": {
"label": "Labs",
"description": "Indicates if the world is part of the Community Labs.",
"example": "Yes",
"type": "string",
"suggestedvalues": [
"Yes"
]
},
"published": {
"label": "Published",
"description": "The date when the VRChat world was published.",
"example": "2024-01-01",
"type": "date"
}
},
"paramOrder": [
"name",
"image",
"imagecaption",
"developer",
"publisher",
"designer",
"gen",
"platform",
"themes",
"link",
"labs",
"published"
]
}
</templatedata>
 
<includeonly>[[Category:Infobox templates{{#translation:}}]]</includeonly>
<noinclude>[[Category:Template documentation{{#translation:}}]]</noinclude>

Latest revision as of 03:38, 21 April 2026

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
}}

TemplateData Documentation

No description.

Template parameters

ParameterDescriptionTypeStatus
Namename

The name of the VRChat world.

Example
Example World
Stringrequired
Imageimage

An image representing the world.

Example
ExampleImage.jpg
Filerequired
Image captionimagecaption

A caption for the image.

Example
An example VRChat world
Stringoptional
Developerdeveloper

The developer of the VRChat world.

Example
Example Developer
Stringoptional
Publisherpublisher

The publisher of the VRChat world.

Example
Example Publisher
Stringoptional
Designerdesigner

The designer of the VRChat world.

Example
Example Designer
Stringoptional
Generationgen

The generation of the VRChat world.

Example
1st Generation
Stringoptional
Platformplatform

The platforms on which the VRChat world is available.

Suggested values
PC Android iOS
Example
PC, Android, iOS
Stringrequired
Themesthemes

The themes of the VRChat world.

Example
Adventure, Exploration
Stringoptional
Linklink

The link to the VRChat world.

Example
https://vrchat.com/home/world/wrld_example
URLoptional
Labslabs

Indicates if the world is part of the Community Labs.

Suggested values
Yes
Example
Yes
Stringoptional
Publishedpublished

The date when the VRChat world was published.

Example
2024-01-01
Dateoptional