Template: Ifdef

From LibrePlanet
Revision as of 10:10, 8 February 2021 by GNUtoo (talk | contribs) (Add an ifdef implementation to be reused in other templates.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{#ifeq x{{{1}}} | x | | {{{2}}} }}

<noinclue> This is a template.

Here is an example of using the template:

{{Ifdef | {{somename}} | Text if {{somename}} is defined}}

TODO: This template is still untested at this time.