Template:Infobox/World: Difference between revisions

From VRChat Wiki
m Protected "Template:Infobox/World": High-risk template or module ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))
Maebbie (talk | contribs)
some more help on how to best use this.
Line 21: Line 21:
</infobox>
</infobox>
{{#ifeq: {{NAMESPACENUMBER}} | 3000 | [[Category:Worlds]] [[Category:Community Content]]}}
{{#ifeq: {{NAMESPACENUMBER}} | 3000 | [[Category:Worlds]] [[Category:Community Content]]}}
{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds]]}}</includeonly><noinclude>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.
{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Worlds]]}}</includeonly><noinclude>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.{{Documentation}}[[Category:Infobox Templates]][[Category:Templates]]</noinclude>
Fields without contents will not show up on the infobox.{{Documentation}}[[Category:Infobox Templates]][[Category:Templates]]</noinclude>

Revision as of 19:45, 19 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

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