Difference between revisions of "Template:PortFeatures"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Renamed title to name)
(Added the backend option, removed default engines, initial documentation)
Line 5: Line 5:
-->|maintainer={{{maintainer}}}<!--
-->|maintainer={{{maintainer}}}<!--
-->|forum={{{forum}}}<!--
-->|forum={{{forum}}}<!--
-->|backend={{{backend}}}<!--
-->|web={{{web}}}<!--
-->|web={{{web}}}<!--
-->|firstversion={{{firstversion}}}<!--
-->|firstversion={{{firstversion}}}<!--
-->|version={{{version}}}<!--
-->|version={{{version}}}<!--
-->|status={{{status|maintained}}}<!--
-->|status={{{status}}}<!--


Common features:
Common features:
Line 18: Line 19:


Supported engines:
Supported engines:
-->|agi={{{agi|yes}}}<!--
-->|agi={{{agi|?}}}<!--
-->|agos={{{agos|yes}}}<!--
-->|agos={{{agos|?}}}<!--
-->|cine={{{cine|yes}}}<!--
-->|cine={{{cine|?}}}<!--
-->|cruise={{{cruise|no}}}<!--
-->|cruise={{{cruise|?}}}<!--
-->|drascula={{{drascula|yes}}}<!--
-->|drascula={{{drascula|?}}}<!--
-->|gob={{{gob|yes}}}<!--
-->|gob={{{gob|?}}}<!--
-->|groovie={{{groovie|yes}}}<!--
-->|groovie={{{groovie|?}}}<!--
-->|igor={{{igor|no}}}<!--
-->|igor={{{igor|wip}}}<!--
-->|kyra={{{kyra|yes}}}<!--
-->|kyra={{{kyra|?}}}<!--
-->|lure={{{lure|yes}}}<!--
-->|lure={{{lure|?}}}<!--
-->|m4={{{m4|no}}}<!--
-->|m4={{{m4|wip}}}<!--
-->|made={{{made|no}}}<!--
-->|made={{{made|wip}}}<!--
-->|parallaction={{{parallaction|yes}}}<!--
-->|parallaction={{{parallaction|?}}}<!--
-->|queen={{{queen|yes}}}<!--
-->|queen={{{queen|?}}}<!--
-->|saga={{{saga|yes}}}<!--
-->|saga={{{saga|?}}}<!--
-->|sci={{{sci|no}}}<!--
-->|sci={{{sci|wip}}}<!--
-->|scumm={{{scumm|yes}}}<!--
-->|scumm={{{scumm|?}}}<!--
-->|sky={{{sky|yes}}}<!--
-->|sky={{{sky|?}}}<!--
-->|sword1={{{sword1|yes}}}<!--
-->|sword1={{{sword1|?}}}<!--
-->|sword2={{{sword2|yes}}}<!--
-->|sword2={{{sword2|?}}}<!--
-->|tinsel={{{tinsel|no}}}<!--
-->|tinsel={{{tinsel|wip}}}<!--
-->|touche={{{touche|yes}}}<!--
-->|touche={{{touche|?}}}<!--
-->|tucker={{{tucker|yes}}}<!--
-->|tucker={{{tucker|?}}}<!--
-->}}<includeonly><noinclude>
-->}}</includeonly><noinclude>
Use this template to define a port's features, which can later be included in several pages.
=Usage=
=Usage=
To write the port features, copy this to your port's page:
<nowiki><includeonly>{{PortFeatures|switch={{{switch}}}|default={{{default}}}</nowiki>
ADD OPTIONS HERE
<nowiki>}}</includeonly><noinclude></nowiki>
WRITE THE REST OF THE PAGE HERE
<nowiki></noinclude></nowiki>
The available options are:
*name: the port name
*maintainer: the port maintainer
*forum: the ScummVM forum number
*backend: type of backend used (SDL, Custom, ...)
*web: additional webpages
*firstversion: first official version
*version: last released version (usually <nowiki>{{StableVersion}}</nowiki> if the port is up to date with ScummVM)
*status: maintained, etc...
</noinclude>
</noinclude>

Revision as of 19:01, 5 March 2009

Use this template to define a port's features, which can later be included in several pages.

Usage

To write the port features, copy this to your port's page:

<includeonly>{{PortFeatures|switch={{{switch}}}|default={{{default}}}
ADD OPTIONS HERE
}}</includeonly><noinclude>
WRITE THE REST OF THE PAGE HERE
</noinclude>

The available options are:

  • name: the port name
  • maintainer: the port maintainer
  • forum: the ScummVM forum number
  • backend: type of backend used (SDL, Custom, ...)
  • web: additional webpages
  • firstversion: first official version
  • version: last released version (usually {{StableVersion}} if the port is up to date with ScummVM)
  • status: maintained, etc...