Difference between revisions of "Template:PortFeatures Features Inforow"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Add the table row beginning)
(Add buildbot boolean field to template)
(32 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>|{{PortIcon|{{{icon|}}}}} [[{{{%PAGE%}}}|{{{name}}}]]
|-
{{Cell|text={{{backend|}}}}}
||[[{{{1}}}|{{ {{{1}}}|switch=name}}]]
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{mp3|no}}}}}
|{{Switch|switch={{ {{{1}}}|switch=flac}}|yes={{CellGreen|Yes}}|no={{CellRed|No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{ogg|no}}}}}
|{{Switch|switch={{ {{{1}}}|switch=mp3}}|yes={{CellGreen|Yes}}|no={{CellRed|No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{flac|no}}}}}
|{{Switch|switch={{ {{{1}}}|switch=ogg}}|yes={{CellGreen|Yes}}|no={{CellRed|No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{zlib|no}}}}}
|{{Switch|switch={{ {{{1}}}|switch=zlib}}|yes={{CellGreen|Yes}}|no={{CellRed|No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{plugins|no}}}}}
|{{Switch|switch={{ {{{1}}}|switch=plugins}}|yes={{CellGreen|Yes}}|no={{CellRed|No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{16bits|no}}}}}
||{{ {{{1}}}|switch=backend}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{buildbot|no}}}}}
</includeonly><noinclude>
||{{{notes|}}}</includeonly><noinclude>
This template shows a port's main features in a row.
This template shows a port's main features in a row.
=Usage=
=Usage=
<nowiki>{{Inforow Port Features|FeaturesTemplate}}</nowiki>
It must be used from a DPL query like this:
<nowiki>include = {PortFeatures} Features Inforow</nowiki>
[[Category:Information templates]]</noinclude>
[[Category:Information templates]]</noinclude>

Revision as of 18:46, 18 February 2011

This template shows a port's main features in a row.

Usage

It must be used from a DPL query like this:

include = {PortFeatures} Features Inforow