Template:Infobox/Official World: Difference between revisions
From VRChat Wiki
TrixxedHeart (talk | contribs) m Protected "Template:Infobox/Official World": High-risk template or module ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)) |
move template categories to doc page |
||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><infobox type="World" theme="official"> | <noinclude><languages/></noinclude><includeonly><infobox type="World" theme="official"> | ||
<title source="name"/> | <title source="name"/> | ||
<image source="image"> | <image source="image"> | ||
| Line 5: | Line 5: | ||
</image> | </image> | ||
<group> | <group> | ||
<data source="developer"><label>Developer</label></data> | <data source="developer"><label><translate><!--T:1--> Developer</translate></label></data> | ||
<data source="publisher"><label>Publisher</label></data> | <data source="publisher"><label><translate><!--T:2--> Publisher</translate></label></data> | ||
<data source="designer"><label>Designer</label></data> | <data source="designer"><label><translate><!--T:3--> Designer</translate></label></data> | ||
<data source="gen"><label>Generation</label></data> | <data source="gen"><label><translate><!--T:4--> Generation</translate></label></data> | ||
<data source="platform"><label>Platforms</label></data> | <data source="platform"><label><translate><!--T:5--> Platforms</translate></label></data> | ||
<data source="themes"><label>Themes</label></data> | <data source="themes"><label><translate><!--T:6--> Themes</translate></label></data> | ||
<data source="link"><label>World Link</label></data> | <data source="link"><label><translate><!--T:7--> World Link</translate></label></data> | ||
</group> | </group> | ||
<group> | <group> | ||
<header>World history</header> | <header><translate><!--T:8--> World history</translate></header> | ||
<data source="labs"><label>Community Labs</label></data> | <data source="labs"><label><translate><!--T:9--> Community Labs</translate></label></data> | ||
<data source="published"><label>Published</label></data> | <data source="published"><label><translate><!--T:10--> Published</translate></label></data> | ||
</group> | </group> | ||
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds]] [[Category:Official Content]]}}</includeonly><noinclude>{{Documentation}} | </infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds{{#translation:}}]] [[Category:Official Content{{#translation:}}]]}}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
Latest revision as of 03:37, 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 |