Template:Yes-or-no: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Catherine Woodgold
(adding "yes" and "no" (lowercase) option)
imported>Catherine Woodgold
(Has been tested.)
Line 1: Line 1:
<noinclude>
<noinclude>
Do not use this template yet.  It needs to be tested.


The purpose of this template is to allow the source code of Template:checklist
The purpose of this template is to allow the source code of Template:checklist

Revision as of 12:33, 6 April 2007


The purpose of this template is to allow the source code of Template:checklist to be simplified. (It may also be useful in other, future templates.)

What this template does: It takes a parameter "YES","Yes","yes","Y","y" etc. and returns "YES", or if the value of the input parameter is "NO","No","no","N","n" etc. it returns "NO", if the input parameter is something else it returns "UNKNOWN".


UNKNOWN