Template:Config required/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
== Example ==
== Example ==
<pre>{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
<pre>{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
!Config!!Setting!!Notes
!Config!!Setting!![[GameINI]]!!Notes
|-
|-
|{{Config required|Enable Dual Core|boolean|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|{{Config required|Enable Dual Core|CPUThread|boolean|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|-
|-
|{{Config required|Enable Dual Core|boolean||Onf}}Check for bad setting
|{{Config required|Enable Dual Core|CPUThread|boolean||Onf}}Check for bad setting
|}</pre>
|}</pre>


Line 13: Line 13:
<div style="background:#fff;border:1px solid #ddd;padding:.5em">
<div style="background:#fff;border:1px solid #ddd;padding:.5em">
{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
!Config!!Setting!!Notes
!Config!!Setting!![[GameINI]]!!Notes
|-
|-
|{{Config required|Enable Dual Core|boolean|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|{{Config required|Enable Dual Core|CPUThread|boolean|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|-
|-
|{{Config required|Enable Dual Core|boolean||Onf}}Check for bad setting
|{{Config required|Enable Dual Core|CPUThread|boolean||Onf}}Check for bad setting
|}</div>
|}</div>

Revision as of 02:05, 3 February 2022

Helper template used by Template:Config/sandbox to expand set of cells into table.

Example

{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
!Config!!Setting!![[GameINI]]!!Notes
|-
|{{Config required|Enable Dual Core|CPUThread|boolean|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core|Off}}Show File Select menus properly
|-
|{{Config required|Enable Dual Core|CPUThread|boolean||Onf}}Check for bad setting
|}

Produces

Config Setting GameINI Notes
Enable Dual Core Off CPUThread = False Show File Select menus properly
Enable Dual Core Onf CPUThread = Check for bad setting