Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Yuuyatails/Test page/Documentation"

From PCGamingWiki, the wiki about fixing PC games
(Test documentation)
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
;Headset
 
* <code>name</code> - Name of the VR headset.
 
* <code>headset type</code> - Type of the VR headset, either PC VR or standalone.
 
* <code>release date</code> - Release date of the VR headset.
 
* <code>standard</code> - Supported standard, such as Oculus VR, OpenVR, Windows Mixed Reality and OpenXR.
 
  
;Main specification
 
* <code>3d</code> - The type of 3D the headset support.
 
* <code>display type</code> - Display(s) that the VR headset have.
 
* <code>refresh rate</code> - Highest refresh rate the VR headset can support.
 
* <code>per-eye</code> - Pixel per-eye of the VR headset.
 
* <code>total resolution</code> - Total resolution, which is twice in width of that of pixel per-eye.
 
* <code>lenses</code> - Type of lenses that sit between the eyes and the display.
 
* <code>fov</code> - Field-of-view of the VR headset.
 
* <code>ipd</code> - Interpupillary distance (IPD) range of the headset.
 
* <code>tracking type</code> - Tracking type the VR headset have.
 
* <code>outin tracking</code> - Number of external sensors/base station if applicable.
 
* <code>inout tracking</code> - Number of built-in cameras on the VR headset if applicable.
 
* <code>built-in audio</code> - Built-in, non-removable/removable speakers if applicable.
 
* <code>audio jack</code> - Headphone jack for external audio device if applicable.
 
* <code>controller</code> - Controller(s) supported by the VR headset.
 
* <code>pc connectivity</code> - Method(s) to connect the VR headset to the PC.
 
* <code>pc software</code> - Software needed to connect the VR headset to the PC.
 
* <code>other pc</code> - Other features on the VR headset that are available on PC.
 
 
;Standalone specification
 
* <code>os</code> - Operating system of the standalone VR headset.
 
* <code>soc</code> - System-on-chip of the standalone VR headset.
 
* <code>memory</code> - System memory capacity and type of the standalone VR headset.
 
* <code>storage</code> - Storage configuration(s) of the standalone VR headset. Also include expansion slot if applicable
 
* <code>connectivity</code> - Supported wireless connectivity that is available on the VR headset.
 
* <code>battery</code> - Battery capacity of the standalone VR headset. Can state if the battery is user-replaceable if applicable.
 
* <code>other standalone</code> - Other features that are only available on in standalone use and not applicable in the <code>other pc</code> argument.
 
 
'''Syntax'''
 
<pre>
 
==VR headset==
 
{{VR headset
 
|name =
 
|headset type =
 
|release date =
 
|standard =
 
|3d =
 
|display type =
 
|refresh rate =
 
|per-eye =
 
|total resolution =
 
|lenses =
 
|fov  =
 
|ipd =
 
|tracking type =
 
|outin tracking =
 
|inout tracking =
 
|built-in audio =
 
|audio jack =
 
|controller =
 
|pc connectivity =
 
|pc software =
 
|other pc =
 
|os =
 
|soc =
 
|memory =
 
|storage =
 
|connectivity =
 
|battery =
 
|other standalone =
 
}}
 
</pre>
 

Latest revision as of 09:20, 2 May 2024