Difference between revisions of "Template:PortFeatures"

Jump to navigation Jump to search
2,680 bytes added ,  22:56, 11 June 2019
Undo revision 25068 by Rsn8887 (talk)
m (Renamed title to name)
(Undo revision 25068 by Rsn8887 (talk))
Tag: Undo
(47 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<includeonly>{{Switch|switch={{{switch}}}|default={{{default}}}<!--
<includeonly>{| style="border: 1px solid #6666ff; margin: 0px; padding: 0px; width: 270px; align=right; margin: 3px; float: right;" cellspacing=0
| 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.


Basic information:
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.
-->|name={{{name}}}<!--
-->|maintainer={{{maintainer}}}<!--
-->|forum={{{forum}}}<!--
-->|web={{{web}}}<!--
-->|firstversion={{{firstversion}}}<!--
-->|version={{{version}}}<!--
-->|status={{{status|maintained}}}<!--
 
Common features:
-->|mp3={{{mp3|no}}}<!--
-->|ogg={{{ogg|no}}}<!--
-->|flac={{{flac|no}}}<!--
-->|zlib={{{zlib|no}}}<!--
-->|plugins={{{plugins|no}}}<!--
 
Supported engines:
-->|agi={{{agi|yes}}}<!--
-->|agos={{{agos|yes}}}<!--
-->|cine={{{cine|yes}}}<!--
-->|cruise={{{cruise|no}}}<!--
-->|drascula={{{drascula|yes}}}<!--
-->|gob={{{gob|yes}}}<!--
-->|groovie={{{groovie|yes}}}<!--
-->|igor={{{igor|no}}}<!--
-->|kyra={{{kyra|yes}}}<!--
-->|lure={{{lure|yes}}}<!--
-->|m4={{{m4|no}}}<!--
-->|made={{{made|no}}}<!--
-->|parallaction={{{parallaction|yes}}}<!--
-->|queen={{{queen|yes}}}<!--
-->|saga={{{saga|yes}}}<!--
-->|sci={{{sci|no}}}<!--
-->|scumm={{{scumm|yes}}}<!--
-->|sky={{{sky|yes}}}<!--
-->|sword1={{{sword1|yes}}}<!--
-->|sword2={{{sword2|yes}}}<!--
-->|tinsel={{{tinsel|no}}}<!--
-->|touche={{{touche|yes}}}<!--
-->|tucker={{{tucker|yes}}}<!--
-->}}<includeonly><noinclude>
=Usage=
=Usage=
To write the port features, copy this to your port's page:
<nowiki>{{</nowiki>PortFeatures|''options''<nowiki>}}</nowiki>
The available options are:
*Infobox information:
**'''icon''': name of the icon from the downloads page
**'''name''': the port name
**'''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-
**'''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
</noinclude>
</noinclude>
224

edits

Navigation menu