Template:Infobox/World/de: Difference between revisions
From VRChat Wiki
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 1: | Line 1: | ||
<noinclude><languages/></noinclude><includeonly><infobox type="World" theme="community"> | <noinclude><languages/></noinclude><includeonly><infobox type="World" theme="community"> | ||
<title source="name"><default> | <title source="name"><default>{{#ifexist:Template:World/{{{id|}}}/name|{{World/{{{id|}}}/name}}}}</default></title> | ||
<image source="image"><default>[[File: | <image source="image"><default>{{#ifexist:Media:{{{id|}}}_imageUrl.png|[[File:{{{id|}}}_imageUrl.png]]}}</default></image> | ||
<group> | <group> | ||
<data source="author"><label>Autor</label><default> | <data source="author"><label>Autor</label><default>{{#ifexist:Template:World/{{{id|}}}/authorName|{{World/{{{id|}}}/authorName}}}}</default></data> | ||
<data source="developers"><label>Entwickler</label></data> | <data source="developers"><label>Entwickler</label></data> | ||
<data source="capacity"><label>Kapazität</label></data> | <data source="capacity"><label>Kapazität</label><default>{{#ifexist:Template:World/{{{id|}}}/recommendedCapacity|{{#ifexist:Template:World/{{{id|}}}/capacity|{{World/{{{id|}}}/recommendedCapacity}} (max {{World/{{{id|}}}/capacity}})}}}}</default></data> | ||
<data source="platforms"><label>Plattformen</label></data> | <data source="platforms"><label>Plattformen</label><default>{{#ifexist:Template:World/{{{id|}}}/platforms|{{World/{{{id|}}}/platforms}}}}</default></data> | ||
<data source="tags"><label>Tags</label></data> | <data source="tags"><label>Tags</label><default>{{#ifexist:Template:World/{{{id|}}}/tags|{{World/{{{id|}}}/tags}}}}</default></data> | ||
<data source="languages"><label>Sprachen</label></data> | <data source="languages"><label>Sprachen</label></data> | ||
<data source="id"><label>Weltlink</label> | <data source="id"><label>Weltlink</label> | ||
< | <format>{{World link|{{{id}}}|{{#if:{{{name|}}}|{{{name}}}|{{#ifexist:Template:World/{{{id}}}/name|{{World/{{{id}}}/name}}|{{{id}}}}}}}}}</format></data> | ||
< | <data source="previewYoutubeId"><label>Video</label> | ||
<format>{{YouTube|id={{{previewYoutubeId}}}|width=100%|thumb=File:{{{id}}}_previewYoutubeId.jpg}}</format> | |||
<default>{{#ifexist:Template:World/{{{id|}}}/previewYoutubeId|{{YouTube|id={{World/{{{id|}}}/previewYoutubeId}}|width=100%|thumb=File:{{{id|}}}_previewYoutubeId.jpg}}}}</default></data> | |||
</group> | </group> | ||
<group> | <group> | ||
| Line 18: | Line 20: | ||
<label>Veröffentlicht in Labs</label> | <label>Veröffentlicht in Labs</label> | ||
<format><span lang="en" dir="ltr" class="mw-content-ltr">{{#timel:F d, Y |{{{labs}}}}}</span></format> | <format><span lang="en" dir="ltr" class="mw-content-ltr">{{#timel:F d, Y |{{{labs}}}}}</span></format> | ||
<default>{{#ifexist:Template:World/{{{id|}}}/labsPublicationDate|{{#ifeq:{{World/{{{id|}}}/labsPublicationDate}}|none||{{#timel:F d, Y |{{World/{{{id|}}}/labsPublicationDate}}}}}}}}</default> | |||
</data> | </data> | ||
<data source="published"> | <data source="published"> | ||
<label>Veröffentlicht</label> | <label>Veröffentlicht</label> | ||
<format><span lang="en" dir="ltr" class="mw-content-ltr">{{#timel:F d, Y |{{{published}}}}}</span></format> | <format><span lang="en" dir="ltr" class="mw-content-ltr">{{#timel:F d, Y |{{{published}}}}}</span></format> | ||
<default>{{#ifexist:Template:World/{{{id|}}}/publicationDate|{{#ifeq:{{World/{{{id|}}}/publicationDate}}|none||{{#timel:F d, Y |{{World/{{{id|}}}/publicationDate}}}}}}}}</default> | |||
</data> | </data> | ||
</group> | </group> | ||
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 3000 | [[Category:Community Content{{#translation:}}]]}}[[Category:Worlds{{#translation:}}]]</includeonly><noinclude>{{Documentation}}</noinclude> | </infobox>{{#ifeq: {{NAMESPACENUMBER}} | 3000 | [[Category:Community Content{{#translation:}}]]}}[[Category:Worlds{{#translation:}}]]</includeonly><noinclude>{{Documentation}}</noinclude> | ||
Revision as of 16:58, 9 July 2026
Usage
Paste this template at the top of a 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 author fieldlanguages— languages used or available inside the world
Example
Minimal usage:
{{Infobox/World
|id=wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
}}
With optional manual fields:
{{Infobox/World
|id=wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
|developers=ExampleDev1, ExampleDev2
|languages=English, Japanese, French
}}
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 |