|
|
Line 1: |
Line 1: |
| When contributing to the VRChat Wiki, you can use Templates to help create rich links and content that can be useful. Here are some templates that may be particularly useful:
| | {{Noticebox|IconOnly CL Portal.png|The following content was created by the community. It may contain material not directly endorsed by the VRChat team.|For more information see Community Hub.}}{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Community Pages]]}} {{DEFAULTSORT:{{CommunityPageName|{{PAGENAME}}}}}} |
| | |
| ==Inline Templates==
| |
| | |
| These templates may be used inline, such as links to official VRChat documents, vrchat worlds, or other resources.
| |
| | |
| {| class="wikitable"
| |
| |+
| |
| !Template
| |
| !Template code
| |
| !Result
| |
| |-
| |
| | [[Template:VRC link]]
| |
| | <code><nowiki>{{VRC link|https://vrchat.com|VRChat Home page}}</nowiki></code>
| |
| | {{VRC link|https://vrchat.com|VRChat Home page}}
| |
| |-
| |
| |[[Template:World link]]
| |
| |<code><nowiki>{{World link|wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd|VRChat Home}}</nowiki></code>
| |
| |{{World link|wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd|VRChat Home}}
| |
| |}
| |
| | |
| ==Infoboxes==
| |
| | |
| {| class="wikitable"
| |
| |+
| |
| !Template
| |
| !Template code
| |
| !Result
| |
| |-
| |
| | [[Template:Infobox/World]]
| |
| | <code><nowiki>{{World
| |
| |name=
| |
| |image=
| |
| |imagecaption=
| |
| |developer=
| |
| |publisher=
| |
| |designer=
| |
| |gen=
| |
| |platform=
| |
| |themes=
| |
| |link=
| |
| |labs=
| |
| |published=
| |
| }}</nowiki></code> | |
| | {{Infobox/World
| |
| |name=VRChat Home | |
| |image=
| |
| |imagecaption=
| |
| |developer=VRChat
| |
| |platform= PCVR, Android
| |
| |link={{World link|wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd|VRChat Home}}
| |
| |published=Sep 30 2022
| |
| }}
| |
| |-
| |
| | [[Template:Infobox/Official World]] | |
| | <code><nowiki>{{Official World
| |
| |name=
| |
| |image=
| |
| |imagecaption=
| |
| |developer=
| |
| |publisher=
| |
| |designer=
| |
| |gen=
| |
| |platform=
| |
| |themes=
| |
| |link=
| |
| |labs=
| |
| |published=
| |
| }}</nowiki></code> | |
| | {{Infobox/Official World
| |
| |name=VRChat Home
| |
| |image=
| |
| |imagecaption=
| |
| |developer=VRChat
| |
| |platform= PCVR, Android
| |
| |link={{World link|wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd|VRChat Home}}
| |
| |published=Sep 30 2022
| |
| }}
| |
| |}
| |
| | |
| ==Noticeboxes==
| |
| | |
| {| class="wikitable"
| |
| |+
| |
| !Template
| |
| !Template code
| |
| !Result
| |
| |-
| |
| | [[Template:Stub]]
| |
| | <code><nowiki>{{Stub}}</nowiki></code>
| |
| | {{Stub}} | |
| |-
| |
| |[[Template:Noticebox/official]]
| |
| |<code><nowiki>{{Noticebox/official}}</nowiki></code>
| |
| |{{Noticebox/official}}
| |
| |-
| |
| |[[Template:Delete]]
| |
| |<code><nowiki>{{Delete|reason|~~~~}}</nowiki></code>
| |
| |{{Delete|This page is literal garbage|[[User:Usr 681ab43c-99d7-4e40-92ba-956d9d8d66e7|Usr 681ab43c-99d7-4e40-92ba-956d9d8d66e7]] ([[User talk:Usr 681ab43c-99d7-4e40-92ba-956d9d8d66e7|talk]]) 10:01, 22 June 2024 (UTC)|nocat=1}}
| |
| |-
| |
| |[[Template:Noticebox/community]]
| |
| |<code><nowiki>{{Noticebox/community}}</nowiki></code>
| |
| |{{Noticebox/community}}
| |
| |-
| |
| |[[Template:Noticebox/unreleased]]
| |
| |<code><nowiki>{{Noticebox/unreleased}}</nowiki></code>
| |
| |{{Noticebox/unreleased}}
| |
| |-
| |
| |[[Template:Noticebox/wip]]
| |
| |<code><nowiki>{{Noticebox/wip}}</nowiki></code>
| |
| |{{Noticebox/wip}}
| |
| |}
| |