Template

Template:Evdn

From Joomla! Documentation

Revision as of 22:59, 3 February 2008 by CirTap (talk | contribs) (New page: {{<small> </small><code>{{{subst|}}}{{{1}}}</code>{{<small> </small><code>{{{subst|}}}{{{2}}}</code>}}<code>{{{3|}}}</code>}} {{{{{subst|}}}#ifeq: {{{s|+}}}|{...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{ {{{1}}}{{ {{{2}}}}}}} gives {{{{{1}}}{{{{{2}}}}}}}


Usage:
{{evdn|outer-left|inner|outer-right|s=separator}}
The default separator is "gives", use e.g. s== for "=". The second parameter has to specified and can't be empty, compare Template:evaldemo (talk, backlinks, edit). With optional substitution subst=subst: the first parameter also can't be empty.
Example:
{{evdn|#expr:|CURRENTTIMESTAMP| mod 100}} gives
"{{ #expr:{{ CURRENTTIMESTAMP}} mod 100}} gives 56"