साँचा:Void
दिखावट
साँचा विवरण[देखें] [संपादन] [इतिहास] [पर्ज़ करें]
This template does nothing visually. Technically, it throws away its parameters and outputs the null string.
It is useful for programming advanced templates, and is often used within a template to the right of an equals sign. It may also be used in a template to disambiguate parsing of braces.
It can also be used to temporarily disable code. Unlike "commenting out" using HTML <!-- -->
, it nests. This means that {{void|foo {{void|bar}} baz}}
is valid, whereas <!-- foo <!-- bar --> baz -->
will produce baz -->
.