Template:Infobox/Official World/doc: Difference between revisions
From VRChat Wiki
m Reverted edits by Usr 578aa632-439b-4c41-9266-776323ba9ad2 (talk) to last revision by dorktoast Tag: Rollback |
add categories |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
|published=Sep 30 2022 | |published=Sep 30 2022 | ||
}} | }} | ||
==Example== | ==Example== | ||
<pre> | <pre> | ||
| Line 82: | Line 25: | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</pre> | </pre> | ||
<noinclude>[[Category:Template | ==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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the VRChat world.
| String | required |
| Image | image | An image representing the world.
| File | required |
| Image caption | imagecaption | A caption for the image.
| String | optional |
| Developer | developer | The developer of the VRChat world.
| String | optional |
| Publisher | publisher | The publisher of the VRChat world.
| String | optional |
| Designer | designer | The designer of the VRChat world.
| String | optional |
| Generation | gen | The generation of the VRChat world.
| String | optional |
| Platform | platform | The platforms on which the VRChat world is available.
| String | required |
| Themes | themes | The themes of the VRChat world.
| String | optional |
| Link | link | The link to the VRChat world.
| URL | optional |
| Labs | labs | Indicates if the world is part of the Community Labs.
| String | optional |
| Published | published | The date when the VRChat world was published.
| Date | optional |