Difference between revisions of "Template:PortFeatures"
Jump to navigation
Jump to search
(Remove all the black magic required to retrieve individual attributes without DPL, and updated the documentation) |
Tag: Undo |
||
(33 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly></includeonly><noinclude> | <includeonly>{| style="border: 1px solid #6666ff; margin: 0px; padding: 0px; width: 270px; align=right; margin: 3px; float: right;" cellspacing=0 | ||
This is | | align="center" colspan=2 style="background-color: #f0f0ff;" | {{PortIcon|{{{icon|}}}}} '''''{{{name}}} Port''''' | ||
|- | |||
|- valign="top" | |||
|style="padding:5px;"| '''Latest Released Version''' | |||
| {{IsEmpty|{{{version|}}} | empty=<i>None</i> | noempty=[http://www.scummvm.org/frs/scummvm/{{{version}}}/{{{pkgbegin|scummvm-}}}{{{version}}}{{{pkgend}}} {{{version}}}]}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Supported Audio Options''' | |||
| {{#switch:{{#explode:{{{mp3|no}}}| }}|yes=MP3,|no=}} {{#switch:{{#explode:{{{ogg|no}}}| }}|yes=OGG,|no=}} {{#switch:{{#explode:{{{flac|no}}}| }}|yes=FLAC,|no=}} {{#switch:{{#explode:{{{uncompressed|no}}}| }}|yes=Uncompressed|no=}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Additional Webpage(s)''' | |||
| {{{web|<i>None</i>}}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Maintainer(s)''' | |||
| {{{maintainer|<i>None</i>}}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Packager(s)''' | |||
| {{{packager|<i>None</i>}}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Forum''' | |||
| {{IsEmpty|{{{forum}}}|empty=<i>None</i>|noempty=[http://forums.scummvm.org/viewforum.php?f={{{forum}}} Port Forum]}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''Status''' | |||
| {{{status|<i>Unknown</i>}}} | |||
|- valign="top" | |||
|style="padding:5px;"| '''First Official Version''' | |||
| {{IsEmpty|{{{firstversion}}}|empty=<i>None</i>|noempty=[https://www.scummvm.org/frs/scummvm/{{{firstversion}}}/{{{pkgbegin|scummvm-}}}{{{firstversion}}}{{{pkgend}}} {{{firstversion}}}]}} | |||
|}[[Category:Platforms|{{{name}}} Port]]{{#ifeq:{{{version|{{StableVersion}}}}}|{{StableVersion}}||[[Category:Outdated Ports|{{{name}}} Port]]}}</includeonly><noinclude> | |||
This template is used to define a port's features, which can later be used/queried in other pages. It additionally shows an infobox with the port's basic information and main features. | |||
Note that the invisible options and the list of supported engines are not shown in the infobox, but rather in aggregated form on the [[platforms]] and [[Platforms/Overview|platforms overview]] pages. | |||
=Usage= | =Usage= | ||
To write the port features, copy this to your port's page: | To write the port features, copy this to your port's page: | ||
<nowiki>{{</nowiki>PortFeatures|''options''<nowiki>}}</nowiki> | <nowiki>{{</nowiki>PortFeatures|''options''<nowiki>}}</nowiki> | ||
The available options are: | The available options are: | ||
* | *Infobox information: | ||
**'''icon''': name of the icon from the downloads page | |||
**'''name''': the port name | **'''name''': the port name | ||
**'''version''': last released version (usually <nowiki>{{StableVersion}}</nowiki> if the port is up to date with ScummVM) | **'''version''': last released version (usually <nowiki>{{StableVersion}}</nowiki> if the port is up to date with ScummVM) | ||
**'''pkgbegin''': beginning of the binary package (before the version number), only if it does not begin with scummvm- | |||
**'''pkgbegin''': beginning of the binary package (before the version number) | |||
**'''pkgend''': end of the binary package (after the version number) | **'''pkgend''': end of the binary package (after the version number) | ||
**'''mp3''': yes/no | **'''mp3''': yes/no | ||
**'''ogg''': yes/no | **'''ogg''': yes/no | ||
**'''flac''': yes/no | **'''flac''': yes/no | ||
**'''uncompressed''': yes/no | **'''uncompressed''': yes/no | ||
**'''web''': additional webpages | |||
**'''maintainer''': the backend maintainer | |||
**'''packager''': the port packager | |||
**'''forum''': the ScummVM forum number | |||
**'''status''': maintained, etc... | |||
**'''firstversion''': first official version | |||
*Invisible options: | |||
**'''backend''': name of the used backend (sdl, ...) | |||
**'''zlib''': yes/no | **'''zlib''': yes/no | ||
**'''plugins''': yes/no | **'''plugins''': yes/no | ||
**'''16bits''': yes/no | |||
**'''buildbot''': yes/no | |||
**'''notes''': brief notes about the port | |||
*Engines supported: | *Engines supported: | ||
**'''agi''', '''agos''', '''cine''', '''cruise''', '''drascula''', '''gob''', '''groovie''', ''' | **'''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 | ||
</noinclude> | </noinclude> |
Revision as of 22:56, 11 June 2019
This template is used to define a port's features, which can later be used/queried in other pages. It additionally shows an infobox with the port's basic information and main features.
Note that the invisible options and the list of supported engines are not shown in the infobox, but rather in aggregated form on the platforms and platforms overview pages.
Usage
To write the port features, copy this to your port's page:
{{PortFeatures|options}}
The available options are:
- Infobox information:
- icon: name of the icon from the downloads page
- name: the port name
- version: last released version (usually {{StableVersion}} if the port is up to date with ScummVM)
- pkgbegin: beginning of the binary package (before the version number), only if it does not begin with scummvm-
- pkgend: end of the binary package (after the version number)
- mp3: yes/no
- ogg: yes/no
- flac: yes/no
- uncompressed: yes/no
- web: additional webpages
- maintainer: the backend maintainer
- packager: the port packager
- forum: the ScummVM forum number
- status: maintained, etc...
- firstversion: first official version
- Invisible options:
- backend: name of the used backend (sdl, ...)
- zlib: yes/no
- plugins: yes/no
- 16bits: yes/no
- buildbot: yes/no
- notes: brief notes about the port
- Engines supported:
- 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