Template:Infobox/World: Difference between revisions

From VRChat Wiki
PLEASE PLAY NICE
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly>{| class="wikitable" style="max-width:256px; float:right;"
<includeonly><infobox type="World">
! colspan="2" |{{{1|MISSING NAME}}}
<title source="name"/>
|-
<image source="image">
| colspan="2" style="max-height:192px;" |
    <caption source="imagecaption" />
[[File:{{{2|Worldplaceholder.webp}}}|center]]
</image>
|-
<group>
!Creator:
        <data source="developer"><label>Developer</label></data>
|{{{3|missing}}}
        <data source="publisher"><label>Publisher</label></data>
|-
    <data source="designer"><label>Designer</label></data>
!Platforms:
    <data source="gen"><label>Generation</label></data>
|{{{4|missing}}}
        <data source="platform"><label>Platforms</label></data>
|-
        <data source="themes"><label>Themes</label></data>
!Visits:
        <data source="link"><label>World Link</label></data>
|{{{5|missing}}}
    </group>
|-
    <group>
!Favorites:
        <header>World history</header>
|{{{6|missing}}}
        <data source="labs"><label>Community Labs</label></data>
|-
        <data source="published"><label>Published</label></data>
!Capacity:
    </group>
|{{{7|min}}} ({{{8|max}}})
 
|-
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds]] [[Category:Community Content]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
!Published:
|{{{9|Jan 16 2014}}}
|-
{{#if: {{{CW|}}} |
! Content Warnings:
{{pipe}} {{{CW}}}
}}
|-
{{#if: {{{link|}}} |
! colspan="2" {{pipe}}[{{{link}}} World Link]
}}
|}</includeonly></onlyinclude>
<hr>
{{templatedocs}}
[[Category:Templates]]
[[Category:Templates/Infoboxes]]

Revision as of 02:52, 10 June 2024

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 field
  • languages — 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
World IDid

The VRChat world ID.

Example
wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
Stringrequired
Developersdevelopers

Optional. Additional developer(s) for the wiki article.

Example
ExampleDev1, ExampleDev2
Stringoptional
Available Languageslanguages

Optional. Languages used or available inside the world.

Example
English, Japanese, French
Stringoptional