Difference between revisions of "Template:PortFeatures Features Inforow"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (First test of the KeyedCell template)
(Add buildbot boolean field to template)
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>|{{PortIcon|{{{icon|}}}}} [[{{{%PAGE%}}}|{{{name}}}]]
<includeonly>|{{PortIcon|{{{icon|}}}}} [[{{{%PAGE%}}}|{{{name}}}]]
{{Cell|text={{{backend|}}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{mp3|no}}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{ogg|no}}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{flac|no}}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{flac|no}}}}}
{{#switch:{{{mp3|no}}}|yes={{Cell|color=green|text=Yes}}|no={{Cell|color=red|text=No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{zlib|no}}}}}
{{#switch:{{{ogg|no}}}|yes={{Cell|color=green|text=Yes}}|no={{Cell|color=red|text=No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{plugins|no}}}}}
{{#switch:{{{zlib|no}}}|yes={{Cell|color=green|text=Yes}}|no={{Cell|color=red|text=No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{16bits|no}}}}}
{{#switch:{{{plugins|no}}}|yes={{Cell|color=green|text=Yes}}|no={{Cell|color=red|text=No}}}}
{{KeyedCell|keys=yes#no|colors=green#red|texts=Yes#No|value={{{buildbot|no}}}}}
||{{{backend|}}}</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=

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