Template:NOT
From Feed The Beast Wiki
Template documentation (for the above template, sometimes hidden or invisible)
Contents
This template functions as a binary NOT operation. It will return a value if the first parameter is not given.
Syntax[edit]
{{NOT|<parameter>|<true output>|<false output>}}
Examples[edit]
-
{{NOT|foo}}
gives(nothing)
-
{{NOT|}}
givestrue
-
{{NOT|foo|yup|nope}}
givesnope
-
{{NOT||yup|nope}}
givesyup