Difference between revisions of "Template:Cell Port Engine"
Jump to navigation
Jump to search
(Add a template to show a single cell for the supported engines) |
(Undo revision 13479 (It seems ShowFeature is too unefficient)) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
|{{ | <includeonly>{{Cell| | ||
color={{Map|keys=yes#no#wip|values=green#red#gray|key={{#explode:{{{1}}}| }}}}| | |||
yes={{ | text={{#switch:{{#explode:{{{1}}}| }}| | ||
no={{ | yes={{#ifeq:{{{1}}}|yes|Yes|{{#sub:{{{1}}}|{{#pos:{{{1}}}| }}|0}}}}| | ||
}} | 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. | |||
=Usage= | |||
<nowiki>{{</nowiki>Cell Port Engine|''status''<nowiki>}}</nowiki> | |||
Status can be: | |||
* '''yes''' | |||
* '''no''' | |||
* '''wip''' | |||
* everything else will be shown as is | |||
[[Category:Information templates]]</noinclude> |
Latest revision as of 23:42, 12 April 2010
This template shows whether a given engine is supported in a port.
Usage
{{Cell Port Engine|status}}
Status can be:
- yes
- no
- wip
- everything else will be shown as is