Template:Infobox/Official World/doc: Difference between revisions
From VRChat Wiki
update docs |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
* <code>developers</code> — additional developers not covered by the API developer field | * <code>developers</code> — additional developers not covered by the API developer field | ||
* <code>languages</code> — languages used or available inside the world | * <code>languages</code> — languages used or available inside the world | ||
* <code>published</code> — overwrite the Published row. Any wikitext is allowed. For a single date, use <code><nowiki>{{Date|YYYY-MM-DD}}</nowiki></code>. Use free text when the API date is not the public-release story (for example a remaster note). | |||
==Example== | ==Example== | ||
| Line 26: | Line 27: | ||
|developers=ExampleDev1, ExampleDev2 | |developers=ExampleDev1, ExampleDev2 | ||
|languages=English, Japanese, French | |languages=English, Japanese, French | ||
|published={{Date|2017-02-01}} | |||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</pre> | </pre> | ||
| Line 49: | Line 51: | ||
"description": "Optional. Languages used or available inside the world.", | "description": "Optional. Languages used or available inside the world.", | ||
"example": "English, Japanese, French", | "example": "English, Japanese, French", | ||
"type": "string" | |||
}, | |||
"published": { | |||
"label": "Published", | |||
"description": "Optional. Overwrite the Published row. Prefer {{Date|YYYY-MM-DD}} for a single date; free text is allowed.", | |||
"example": "{{Date|2017-02-01}}", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 55: | Line 63: | ||
"id", | "id", | ||
"developers", | "developers", | ||
"languages" | "languages", | ||
"published" | |||
] | ] | ||
} | } | ||
Latest revision as of 05:29, 13 September 2026
Usage
Paste this template at the top of an official world page with the world ID. Most infobox fields are filled automatically from live world data. While that data is still loading, a infobox placeholder is shown.
Required:
id— the world's VRChat ID (e.g.wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd)
Optional (manual only):
developers— additional developers not covered by the API developer fieldlanguages— languages used or available inside the worldpublished— overwrite the Published row. Any wikitext is allowed. For a single date, use{{Date|YYYY-MM-DD}}. Use free text when the API date is not the public-release story (for example a remaster note).
Example
Minimal usage:
{{Infobox/Official World
|id=wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
}}
With optional manual fields:
{{Infobox/Official World
|id=wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
|developers=ExampleDev1, ExampleDev2
|languages=English, Japanese, French
|published={{Date|2017-02-01}}
}}
TemplateData Documentation
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| World ID | id | The VRChat world ID.
| String | required |
| Developers | developers | Optional. Additional developer(s) for the wiki article.
| String | optional |
| Available Languages | languages | Optional. Languages used or available inside the world.
| String | optional |
| Published | published | Optional. Overwrite the Published row. Prefer {{Date|YYYY-MM-DD}} for a single date; free text is allowed.
| String | optional |