Difference between revisions of "Template:Capabilities"
| Line 3: | Line 3: | ||
{{#switch:{{{platform|}}} | {{#switch:{{{platform|}}} | ||
| ps4 = {{#switch:{{{device|}}} | | ps4 = {{#switch:{{{device|}}} | ||
| − | | SteeringWheel = ps4, wheel | + | | SteeringWheel = {{#switch:{{{ostype|}}} |
| − | | Mouse = ps4, mouse | + | | windows = ps4, wheel, windows, USB |
| − | | Pad = ps4, | + | | linux = ps4, wheel, linux, USB |
| + | }} | ||
| + | | Mouse = {{#switch:{{{ostype|}}} | ||
| + | | windows = ps4, mouse, windows, USB | ||
| + | | linux = {{#switch:{{{connectiontype|}}} | ||
| + | | USB = ps4, mouse, linux, USB | ||
| + | | BT = ps4, mouse, linux, BT | ||
| + | }} | ||
| + | }} | ||
| + | | Pad = {{#switch:{{{ostype|}}} | ||
| + | | windows = ps4, Pad, windows, USB | ||
| + | | linux = {{#switch:{{{connectiontype|}}} | ||
| + | | USB = ps4, Pad, linux, USB | ||
| + | | BT = ps4, Pad, linux, BT | ||
| + | }} | ||
| + | }} | ||
}} | }} | ||
| xboxone = {{#switch:{{{device|}}} | | xboxone = {{#switch:{{{device|}}} | ||
| − | | SteeringWheel = xboxone, wheel | + | | SteeringWheel = xboxone, wheel |
| Mouse = xboxone, mouse | | Mouse = xboxone, mouse | ||
| Pad = xboxone, pad | | Pad = xboxone, pad | ||