Open main menu

Difference between revisions of "Template:Cell Port Engine"

Undo revision 13479 (It seems ShowFeature is too unefficient)
m (Don't rely on the default color (trying to fix the supported engines table))
(Undo revision 13479 (It seems ShowFeature is too unefficient))
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#switch:{{{1}}}|
<includeonly>{{Cell|
yes={{Cell|color=green|text=Yes}}|
color={{Map|keys=yes#no#wip|values=green#red#gray|key={{#explode:{{{1}}}| }}}}|
no={{Cell|color=red|text=No}}|
text={{#switch:{{#explode:{{{1}}}| }}|
wip={{Cell|color=gray|text=WIP}}|
yes={{#ifeq:{{{1}}}|yes|Yes|{{#sub:{{{1}}}|{{#pos:{{{1}}}| }}|0}}}}|
default={{Cell|color=white|text={{{1}}}}}}}</includeonly><noinclude>
no={{#ifeq:{{{1}}}|no|No|{{#sub:{{{1}}}|{{#pos:{{{1}}}| }}|0}}}}|
wip={{#ifeq:{{{1}}}|wip|WIP|{{#sub:{{{1}}}|{{#pos:{{{1}}}| }}|0}}}}|
#default={{{1}}}}}}}</includeonly><noinclude>
This template shows whether a given engine is supported in a port.
This template shows whether a given engine is supported in a port.
=Usage=
=Usage=
960

edits