Template:MainPage/GameEntry: Difference between revisions
No edit summary |
No edit summary |
||
Line 95: | Line 95: | ||
{{#ifexpr:{{{freeplus|0}}}|<div class="corner freeplus">FREE+</div>|}} | {{#ifexpr:{{{freeplus|0}}}|<div class="corner freeplus">FREE+</div>|}} | ||
{{#if:{{{price|}}}|<div class="corner price">{{{price|}}}</div>|}} | {{#if:{{{price|}}}|<div class="corner price">{{{price|}}}</div>|}} | ||
{{#ifexpr:{{{desktop|0}}} or {{{index|0}}} or {{{quest|0}}} or {{{vive|0}}} or {{{wmr|0}}} or {{{fbt|0}}}|<div class="support">{{#ifexpr:{{{desktop|0}}}|<span class="supports desktop"></span>}}{{#ifexpr:{{{fbt|0}}}|<span class="supports fbt"></span>}} | {{#ifexpr:{{{desktop|0}}} or {{{index|0}}} or {{{quest|0}}} or {{{vive|0}}} or {{{wmr|0}}} or {{{fbt|0}}}|<div class="support">{{#ifexpr:{{{desktop|0}}}|<span class="supports desktop" title="Supports desktop"></span>}}{{#ifexpr:{{{fbt|0}}}|<span class="supports fbt" title="Supports Full-Body Tracking"></span>}}{{#ifexpr:{{{index|0}}}|<span class="supports index" title="Supports Valve Index"></span>}}{{#ifexpr:{{{quest|0}}}|<span class="supports quest" title="Supports Meta Quest/Oculus"></span>}}{{#ifexpr:{{{vive|0}}}|<span class="supports vive" title="Supports HTC Vive"></span>}}{{#ifexpr:{{{wmr|0}}}|<span class="supports wmr" title="Supports Windows Mixed Reality"></span>}}</div>|}} | ||
</div> | </div> |
Latest revision as of 10:21, 24 June 2024
Beginning of Game List on Main Page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Game Name | name | Name of the Game
| Page name | required |
Tile ID | tileid | CSS ID for this particular tile
| String | required |
Free Product | free | True if product is free
| Boolean | optional |
Freemium | freeplus | True if product is a freemium product
| Boolean | optional |
Price (USD) | price | Price on Steam, if product is not free nor freemium
| String | optional |
Supports Desktop Use | desktop | Whether the game supports play with keyboard and mouse
| Boolean | optional |
Supports Valve Index | index | Whether the game supports Valve Index
| Boolean | optional |
Supports Quest | quest | Whether the game supports the Meta Quest ecosystem
| Boolean | optional |
Supports Vive | vive | Whether the game supports HTC Vive headsets
| Boolean | optional |
Supports Windows Mixed Reality | wmr | Whether the game supports Windows Mixed Reality headsets
| Boolean | optional |
Supports Full Body Tracking | fbt | Whether the game supports Full Body Tracking
| Boolean | optional |