Difference between revisions of "Template:Compatibility/macOS"
From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
m (fixed iosipados_app field name) |
(Default to 'na' in Cargo + hide rows if no value is stored) |
||
Line 3: | Line 3: | ||
<!-- NEW SECTION --> | <!-- NEW SECTION --> | ||
<!-- General --> | <!-- General --> | ||
+ | {{#if: {{{native|}}}{{{rosetta 2|}}}{{{ios-ipados app|}}} | | ||
<tr class="template-infotable-head table-compatibility-head-row"> | <tr class="template-infotable-head table-compatibility-head-row"> | ||
<th scope="col" style="width: 230px;" class="table-compatibility-head-method">Method</th> | <th scope="col" style="width: 230px;" class="table-compatibility-head-method">Method</th> | ||
Line 10: | Line 11: | ||
<!-- Native --> | <!-- Native --> | ||
+ | {{#if: {{{native|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run natively on Apple silicon">Native</abbr></th> | <th scope="row" class="table-compatibility-body-method"><abbr title="Game can run natively on Apple silicon">Native</abbr></th> | ||
Line 15: | Line 17: | ||
<td class="table-compatibility-body-notes">{{{native notes|}}}</td> | <td class="table-compatibility-body-notes">{{{native notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
<!-- Rosetta 2 --> | <!-- Rosetta 2 --> | ||
+ | {{#if: {{{rosetta 2|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method"><abbr title="Game can run through Rosetta 2 translation environment">Rosetta 2</abbr></th> | <th scope="row" class="table-compatibility-body-method"><abbr title="Game can run through Rosetta 2 translation environment">Rosetta 2</abbr></th> | ||
Line 22: | Line 26: | ||
<td class="table-compatibility-body-notes">{{{rosetta 2 notes|}}}</td> | <td class="table-compatibility-body-notes">{{{rosetta 2 notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
<!-- iOS/iPadOS App --> | <!-- iOS/iPadOS App --> | ||
+ | {{#if: {{{ios-ipados app|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method"><abbr title="macOS can run the iOS/iPadOS app of the game">iOS/iPadOS App</abbr></th> | <th scope="row" class="table-compatibility-body-method"><abbr title="macOS can run the iOS/iPadOS app of the game">iOS/iPadOS App</abbr></th> | ||
Line 29: | Line 35: | ||
<td class="table-compatibility-body-notes">{{{ios-ipados app notes|}}}</td> | <td class="table-compatibility-body-notes">{{{ios-ipados app notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
+ | }} | ||
<!-- NEW SECTION --> | <!-- NEW SECTION --> | ||
<!-- Compatibility layer--> | <!-- Compatibility layer--> | ||
+ | {{#if: {{{crossover|}}}{{{wine|}}} | | ||
<tr class="template-infotable-secondhead table-compatibility-head-row"> | <tr class="template-infotable-secondhead table-compatibility-head-row"> | ||
<th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through a third-party compatibility layer">Compatibility layer</abbr></th> | <th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through a third-party compatibility layer">Compatibility layer</abbr></th> | ||
Line 39: | Line 48: | ||
<!-- CrossOver --> | <!-- CrossOver --> | ||
+ | {{#if: {{{crossover|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method">[[CrossOver]]</th> | <th scope="row" class="table-compatibility-body-method">[[CrossOver]]</th> | ||
Line 44: | Line 54: | ||
<td class="table-compatibility-body-notes">{{{crossover notes|}}}</td> | <td class="table-compatibility-body-notes">{{{crossover notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
<!-- Wine --> | <!-- Wine --> | ||
+ | {{#if: {{{wine|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method">Wine</th> | <th scope="row" class="table-compatibility-body-method">Wine</th> | ||
Line 51: | Line 63: | ||
<td class="table-compatibility-body-notes">{{{wine notes|}}}</td> | <td class="table-compatibility-body-notes">{{{wine notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
+ | }} | ||
<!-- NEW SECTION --> | <!-- NEW SECTION --> | ||
<!-- Virtualization--> | <!-- Virtualization--> | ||
+ | {{#if: {{{parallels|}}} | | ||
<tr class="template-infotable-secondhead table-compatibility-head-row"> | <tr class="template-infotable-secondhead table-compatibility-head-row"> | ||
<th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through virtualization such as e.g. Parallels">Virtualization</abbr></th> | <th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through virtualization such as e.g. Parallels">Virtualization</abbr></th> | ||
Line 61: | Line 76: | ||
<!-- Parallels --> | <!-- Parallels --> | ||
+ | {{#if: {{{parallels|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method">[[Parallels]]</th> | <th scope="row" class="table-compatibility-body-method">[[Parallels]]</th> | ||
Line 66: | Line 82: | ||
<td class="table-compatibility-body-notes">{{{parallels notes|}}}</td> | <td class="table-compatibility-body-notes">{{{parallels notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
+ | }} | ||
<!-- NEW SECTION --> | <!-- NEW SECTION --> | ||
<!-- Multi-booting --> | <!-- Multi-booting --> | ||
+ | {{#if: {{{windows 10 arm|}}}{{{linux arm|}}} | | ||
<tr class="template-infotable-secondhead table-compatibility-head-row"> | <tr class="template-infotable-secondhead table-compatibility-head-row"> | ||
<th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through another bootable operating system">Multi-booting</abbr></th> | <th scope="col" style="width: 230px;" class="table-compatibility-head-method"><abbr title="Game can run through another bootable operating system">Multi-booting</abbr></th> | ||
Line 76: | Line 95: | ||
<!-- Windows 10 ARM --> | <!-- Windows 10 ARM --> | ||
+ | {{#if: {{{windows 10 arm|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method">Windows 10 ARM</th> | <th scope="row" class="table-compatibility-body-method">Windows 10 ARM</th> | ||
Line 81: | Line 101: | ||
<td class="table-compatibility-body-notes">{{{windows 10 arm notes|}}}</td> | <td class="table-compatibility-body-notes">{{{windows 10 arm notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
<!-- Linux ARM --> | <!-- Linux ARM --> | ||
+ | {{#if: {{{linux arm|}}} | | ||
<tr class="template-infotable-body table-compatibility-body-row"> | <tr class="template-infotable-body table-compatibility-body-row"> | ||
<th scope="row" class="table-compatibility-body-method">Linux ARM</th> | <th scope="row" class="table-compatibility-body-method">Linux ARM</th> | ||
Line 88: | Line 110: | ||
<td class="table-compatibility-body-notes">{{{linux arm notes|}}}</td> | <td class="table-compatibility-body-notes">{{{linux arm notes|}}}</td> | ||
</tr> | </tr> | ||
+ | }} | ||
+ | }} | ||
</table></div><noinclude>{{#cargo_declare: | </table></div><noinclude>{{#cargo_declare: | ||
Line 101: | Line 125: | ||
}}</noinclude><includeonly>{{#cargo_store: | }}</noinclude><includeonly>{{#cargo_store: | ||
_table=Compatibility_macOS | _table=Compatibility_macOS | ||
− | |native={{{native|}}} | + | |native={{{native|na}}} |
− | |rosetta_2={{{rosetta 2|}}} | + | |rosetta_2={{{rosetta 2|na}}} |
− | |iosipados_app={{{ios-ipados app|}}} | + | |iosipados_app={{{ios-ipados app|na}}} |
− | |crossover={{{crossover|}}} | + | |crossover={{{crossover|na}}} |
− | |wine={{{wine|}}} | + | |wine={{{wine|na}}} |
− | |parallels={{{parallels|}}} | + | |parallels={{{parallels|na}}} |
− | |windows_10_arm={{{windows 10 arm|}}} | + | |windows_10_arm={{{windows 10 arm|na}}} |
− | |linux_arm={{{linux arm|}}} | + | |linux_arm={{{linux arm|na}}} |
}}</includeonly><noinclude>{{documentation}}</noinclude> | }}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 07:50, 13 April 2021
macOS Compatibility
This template defines the table "Compatibility_macOS". View table.
Documentation for the above template (sometimes hidden from view).
{{Compatibility/macOS |native = |native notes = |rosetta 2 = |rosetta 2 notes = |ios-ipados app = |ios-ipados app notes = |crossover = |crossover notes = |wine = |wine notes = |parallels = |parallels notes = |windows 10 arm = |windows 10 arm notes = |linux arm = |linux arm notes = }}
Visit Template:Compatibility/macOS/Documentation to edit this text. (How does this work?)