Template:Booland4

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search


This template returns the Boolean value of four variables, i.e. if all four values are not zero, the return value will be 1.

Table of values[edit]

Input Return
{{booland4| | | | }}
{{booland4| |1| | }}
{{booland4|1| | | }}
{{booland4|1|1| | }}
{{booland4| | |1| }}
{{booland4| |1|1| }}
{{booland4|1| |1| }}
{{booland4|1|1|1| }}
{{booland4| | | |1}}
{{booland4| |1| |1}}
{{booland4|1| | |1}}
{{booland4|1|1| |1}}
{{booland4| | |1|1}}
{{booland4| |1|1|1}}
{{booland4|1| |1|1}}
{{booland4|1|1|1|1}} 1