Template:Infobox/World: Difference between revisions
TrixxedHeart (talk | contribs) (PLEASE PLAY NICE) |
(changed "publisher" to "author") |
||
(26 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly><infobox type="World" theme="community"> | ||
<title source="name"><default>'''Missing name!'''</default></title> | |||
<image source="image"><default>[[File:Placeholder.webp|Missing thumbnail image!]]</default></image> | |||
<group> | |||
[[File: | <data source="author"><label>Author</label><default>'''Missing author!'''</default></data> | ||
<data source="developers"><label>Developers</label></data> | |||
! | <data source="capacity"><label>Capacity</label></data> | ||
<data source="platforms"><label>Platforms</label></data> | |||
<data source="tags"><label>Tags</label></data> | |||
<data source="languages"><label>Languages</label></data> | |||
<data source="id"><label>World Link</label> | |||
<default>'''Missing world ID!'''</default> | |||
! | <format>{{World link|{{{id}}}|{{{name}}}}}</format></data> | ||
</group> | |||
<group> | |||
<header>World history</header> | |||
|{{{ | <data source="labs"><label>Published to Labs</label></data> | ||
<data source="published"><label>Published</label></data> | |||
</group> | |||
|{{{ | </infobox>{{#ifeq: {{NAMESPACENUMBER}} | 3000 | [[Category:Worlds]] [[Category:Community Content]]}}{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds]]}}</includeonly><noinclude>{{Documentation}}[[Category:Infobox Templates]][[Category:Templates]]</noinclude> | ||
{{# | |||
{{# | |||
} | |||
{{ | |||
[[Category:Templates]] | |||
[[Category:Templates |
Revision as of 13:21, 24 August 2024
Paste this template into a World 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 World pages have implemented this infobox.
Fields without contents will not show up on the infobox.
Usage:
{{Infobox/World |name= |image= |author= |developers= |capacity= |platforms= |tags= |languages= |id= |labs= |published= }}
Parameters
* = Mandatory
- name*
- The name of the VRChat world.
- image*
- The image used for the thumbnail of the world.
- author*
- The user who has the VRChat world published to their account.
- developers
- The main developer(s) of the VRChat world. This field is optional if the publisher is the sole developer.
- capacity
- The user capacity of the VRChat world, followed by its recommended capacity in parentheses.
- platforms
- The platforms on which the VRChat world is available. PC, Android and/or iOS.
- tags
- The tags of the VRChat world.
- languages
- Languages used or available inside the VRChat world.
- id*
- The VRChat world's ID used to link to it on the VRChat website, as well as identify it for other internal purposes. A world's ID can be found at the end of its URL on the VRChat website like so: https://vrchat.com/home/world/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
- labs
- The date the VRChat world was published to Community Labs.
- published
- The date the VRChat world was published/released from Community Labs.
Example
{{Infobox/World |name= Example World |image= VrcHomeThumb.png |author= Example Author |developers= ExampleDev1, ExampleDev2 |capacity= 80 (40) |platforms= PC, Android, iOS |tags= tag1, tag2, tag3, tag4, tag5 |languages= English, Japanese, French |id= wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd |labs=Jan 1 2024 |published=Jan 1 2024 }}
/* Neccessary for templatedata for visual editor */
Infobox used for world pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
World Name | name | The name of the VRChat world. | String | required |
World Image | image | The image used for the thumbnail of the world.
| File | required |
World Author | author | The user who has the VRChat world published to their account.
| String | required |
Developers | developers | The main developer(s) of the VRChat world. This field is optional if the publisher is the sole developer.
| String | suggested |
World Capacity | capacity | The user capacity of the VRChat world, followed by its recommended capacity in parentheses.
| Number | suggested |
Platforms | platforms | The platforms on which the VRChat world is available. PC, Android and/or iOS.
| Unknown | suggested |
Tags | tags | The tags of the VRChat world.
| String | suggested |
Available Languages | languages | Languages used or available inside the VRChat world.
| String | suggested |
World ID | id | The VRChat world's ID used to link to it on the VRChat website, as well as identify it for other internal purposes. A world's ID can be found at the end of its URL on the VRChat website like so: https://vrchat.com/home/world/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
| String | required |
Community Labs publish date | labs | The date the VRChat world was published to Community Labs.
| Date | suggested |
Publish Date | published | The date the VRChat world was published/released from Community Labs.
| Date | suggested |