Template:Infobox/World/pl: Difference between revisions

From VRChat Wiki
Patroll (talk | contribs)
Created page with "'''Brakujące ID świata!'''"
FuzzyBot (talk | contribs)
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>'''Brakująca nazwa!'''</default></title>
<title source="name"><default>{{#ifexist:Template:World/{{{id|}}}/name|{{World/{{{id|}}}/name}}}}</default></title>
<image source="image"><default>[[File:Placeholder.webp|Missing thumbnail image!]]</default></image>
<image source="image"><default>{{#ifexist:Media:{{{id|}}}_imageUrl.png|[[File:{{{id|}}}_imageUrl.png]]}}</default></image>
<group>
<group>
         <data source="author"><label>Autor</label><default>'''Brakujący autor!'''</default></data>
         <data source="author"><label>Autor</label><default>{{#ifexist:Template:World/{{{id|}}}/authorName|{{World/{{{id|}}}/authorName}}}}</default></data>
         <data source="developers"><label>Deweloperzy</label></data>
         <data source="developers"><label>Deweloperzy</label></data>
         <data source="capacity"><label>Pojemność</label></data>
         <data source="capacity"><label>Pojemność</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>Platformy</label></data>
         <data source="platforms"><label>Platformy</label><default>{{#ifexist:Template:World/{{{id|}}}/platforms|{{World/{{{id|}}}/platforms}}}}</default></data>
         <data source="tags"><label>Tagi</label></data>
         <data source="tags"><label>Tagi</label><default>{{#ifexist:Template:World/{{{id|}}}/tags|{{World/{{{id|}}}/tags}}}}</default></data>
         <data source="languages"><label>Języki</label></data>
         <data source="languages"><label>Języki</label></data>
         <data source="id"><label>Link świata</label>
         <data source="id"><label>Link świata</label>
           <default>'''Brakujące ID świata!'''</default>
           <format>{{World link|{{{id}}}|{{#if:{{{name|}}}|{{{name}}}|{{#ifexist:Template:World/{{{id}}}/name|{{World/{{{id}}}/name}}|{{{id}}}}}}}}}</format></data>
           <format>{{World link|{{{id}}}|{{{name}}}}}</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>Laboratoria</label>
             <label>Laboratoria</label>
             <format>{{#timel: d F Y | {{{labs}}} }}</format>
             <format>{{#timel: d F Y | {{{labs}}} }}</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>Publikacja</label>
             <label>Publikacja</label>
             <format>{{#timel: d F Y | {{{published}}} }}</format>
             <format>{{#timel: d F Y | {{{published}}} }}</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:57, 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 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