Difference between revisions of "Template:SupportedEngines"
Jump to navigation
Jump to search
Thunderforge (talk | contribs) (Created page with "<includeonly>{| class="wikitable sortable" ! Engine ! Supported |- | '''AGI''' | {{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{agi|?}}}}} }</includeonly>...") |
Thunderforge (talk | contribs) |
||
(14 intermediate revisions by the same user not shown) | |||
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}}}}} | ||
| {{ | |- | ||
}</includeonly> | | '''[[AGOS]]''' || {{ConditionalCell|{{{agos}}}}} | ||
|- | |||
| '''[[SCI]]''' || {{ConditionalCell|{{{sci}}}}} | |||
|- | |||
| '''[[SCUMM]]''' || {{ConditionalCell|{{{scumm}}}}} | |||
|}</includeonly> | |||
<noinclude> | <noinclude> | ||
This template is used to define a port's supported engines, which which can later be used/queried in other pages. It additionally shows a table with the port's engine support. | This template is used to define a port's supported engines, which which can later be used/queried in other pages. It additionally shows a table with the port's engine support. | ||
Line 12: | Line 17: | ||
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> | ||
== Supported Engines == | |||
{{SupportedEngines| | |||
''options'' | |||
}} | |||
</pre> | |||
The available options are: | The available options are: | ||
*'''agi''', '''agos''', '''avalanche''', '''cge''', '''cine''', '''composer''', '''cruise''', '''draci''', '''drascula''', '''dreamweb''', '''fullpipe''', '''gob''', '''groovie''', '''hopkins''', '''hugo''', '''kyra''', '''lastexpress''', '''lure''', '''made''', '''mohawk''', '''mortevielle''', '''neverhood''', '''parallaction''', '''pegasus''', '''queen''', '''saga''', '''sci''', '''scumm''', '''sky''', '''sword1''', '''sword2''', '''sword25''', '''teenagent''', '''testbed''', '''tinsel''', '''toltecs''', '''tony''', '''toon''', '''touche''', '''tsage''', '''tucker''', '''wintermute''', '''zvision''': yes/no | *'''agi''', '''agos''', '''avalanche''', '''cge''', '''cine''', '''composer''', '''cruise''', '''draci''', '''drascula''', '''dreamweb''', '''fullpipe''', '''gob''', '''groovie''', '''hopkins''', '''hugo''', '''kyra''', '''lastexpress''', '''lure''', '''made''', '''mohawk''', '''mortevielle''', '''neverhood''', '''parallaction''', '''pegasus''', '''queen''', '''saga''', '''sci''', '''scumm''', '''sky''', '''sword1''', '''sword2''', '''sword25''', '''teenagent''', '''testbed''', '''tinsel''', '''toltecs''', '''tony''', '''toon''', '''touche''', '''tsage''', '''tucker''', '''wintermute''', '''zvision''': yes/no | ||
== Example == | == Example == | ||
Line 31: | Line 41: | ||
scumm=yes | scumm=yes | ||
}} | }} | ||
</noinclude> |
Latest revision as of 04:38, 9 April 2020
This template is used to define a port's supported engines, which which can later be used/queried in other pages. It additionally shows a table with the port's engine support.
Usage
To write the port engines, copy this to your port's page:
== Supported Engines == {{SupportedEngines| ''options'' }}
The available options are:
- agi, agos, avalanche, cge, cine, composer, cruise, draci, drascula, dreamweb, fullpipe, gob, groovie, hopkins, hugo, kyra, lastexpress, lure, made, mohawk, mortevielle, neverhood, parallaction, pegasus, queen, saga, sci, scumm, sky, sword1, sword2, sword25, teenagent, testbed, tinsel, toltecs, tony, toon, touche, tsage, tucker, wintermute, zvision: yes/no
Example
{{SupportedEngines| agi=yes| sci=no| scumm=yes }}
Engine | Supported |
---|---|
AGI | Yes |
AGOS | ? |
SCI | No |
SCUMM | Yes |