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 "Development:Input"

From PCGamingWiki, the wiki about fixing PC games
m (wrap the Tracked motion controllers in a statement that checked the value of {{#var:show tracked}})
m (hopefully colored the underlying Generic/other controllers row properly depending on the show motion tracking controllers row)
Line 194: Line 194:
 
{{#ifeq:{{{other controllers|}}}|unknown|<table class="pcgwikitable template-infotable" id="table-settings-input-controller-other" style="margin-top: -16px;">|
 
{{#ifeq:{{{other controllers|}}}|unknown|<table class="pcgwikitable template-infotable" id="table-settings-input-controller-other" style="margin-top: -16px;">|
 
<table class="mw-collapsible mw-collapsed pcgwikitable template-infotable" id="table-settings-input-controller-other" style="margin-top: -16px;">}}}}
 
<table class="mw-collapsible mw-collapsed pcgwikitable template-infotable" id="table-settings-input-controller-other" style="margin-top: -16px;">}}}}
<tr class="template-infotable-body table-settings-input-body-row">
+
<tr class="template-infotable-body table-settings-input-body-row" {{#ifeq: {{#var:show tracked}} | true | |  style="background-color:#ffffff;" }}>
 
<th scope="col" style="width: 230px;" class="table-settings-input-body-parameter">[[Glossary:Controller|{{abbr|Generic/other controllers|Controllers that do not fall into any other category}}]]</th>
 
<th scope="col" style="width: 230px;" class="table-settings-input-body-parameter">[[Glossary:Controller|{{abbr|Generic/other controllers|Controllers that do not fall into any other category}}]]</th>
 
<td scope="col" style="width: 50px;" class="table-settings-input-body-rating">{{Tickcross-nr|{{{other controllers|}}}|Other controller support|{{{other controllers notes|}}}}}</td>
 
<td scope="col" style="width: 50px;" class="table-settings-input-body-rating">{{Tickcross-nr|{{{other controllers|}}}|Other controller support|{{{other controllers notes|}}}}}</td>
Line 201: Line 201:
 
{{#ifeq:{{{other controllers|}}}|false||
 
{{#ifeq:{{{other controllers|}}}|false||
 
{{#ifeq:{{{other controllers|}}}|unknown||
 
{{#ifeq:{{{other controllers|}}}|unknown||
<tr class="template-infotable-body table-settings-input-body-row">
+
<tr class="template-infotable-body table-settings-input-body-row" {{#ifeq: {{#var:show tracked}} | true | |  style="background-color:#f5f5f5;" }}>
 
<th scope="row" class="table-settings-input-body-parameter">[[Glossary:Controller|Button prompts]]</th>
 
<th scope="row" class="table-settings-input-body-parameter">[[Glossary:Controller|Button prompts]]</th>
 
<td class="table-settings-input-body-button-prompts">{{#arraymaptemplate:{{{other button prompts|{{{button prompts}}}}}}|Prompts|,|}}</td>
 
<td class="table-settings-input-body-button-prompts">{{#arraymaptemplate:{{{other button prompts|{{{button prompts}}}}}}|Prompts|,|}}</td>

Revision as of 17:55, 31 July 2020

Error: #cargo_declare must be called from a template page.
Documentation for the above template (sometimes hidden from view).