Template:Config required/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Created page with "Helper template used by Template:Config/sandbox to expand set of cells into table. == Example == <pre>{{Config |dualcore = Off |dualcorenotes = Sho...")
 
m (Sigh...)
Line 2: Line 2:


== Example ==
== Example ==
<pre>{{Config
<pre>{|class="wikitable" style="font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
|dualcore              = Off
!Config!!Setting!!Notes
|dualcorenotes          = Show File Select menus properly
|-
}}</pre>
|{{Config required|Enable Dual Core|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core (On, Off)|Off}}Show File Select menus properly
|}</pre>


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

Revision as of 10:15, 31 January 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!!Notes
|-
|{{Config required|Enable Dual Core|Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core (On, Off)|Off}}Show File Select menus properly
|}

Produces

Config Setting Notes
Enable Dual Core style=" Creates two threads, one for graphics and one for CPU, allowing better use of more than one processor core (On, Off) = Show File Select menus properly