TrustedUser
567
edits
Thunderforge (talk | contribs) |
Thunderforge (talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable sortable" | <includeonly>{| class="wikitable sortable" style="vertical-align:middle; text-align:center" | ||
! Engine | ! Engine | ||
! Supported | ! Supported | ||
|- | |- | ||
| '''[[AGI]]''' | | '''[[AGI]]''' || {{ConditionalCell|{{{agi}}}}} | ||
{{ | |- | ||
| '''[[AGOS]]''' || {{ConditionalCell|{{{agos}}}}} | |||
|- | |||
| '''[[SCI]]''' || {{ConditionalCell|{{{sci}}}}} | |||
|- | |- | ||
| | | '''[[SCUMM]]''' || {{ConditionalCell|{{{scumm}}}}} | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
Line 19: | Line 19: | ||
To write the port engines, copy this to your port's page: | To write the port engines, copy this to your port's page: | ||
< | <pre>{{SupportedEngines|''options''}}</pre> | ||
The available options are: | The available options are: | ||
Line 31: | Line 31: | ||
scumm=yes | scumm=yes | ||
}}</pre> | }}</pre> | ||
{{SupportedEngines| | |||
agi=yes| | |||
sci=no| | |||
scumm=yes | |||
}} | |||
</noinclude> | </noinclude> |