Content deleted Content added
mNo edit summary |
m →Expressions containing a parameter, with default: syntaxhighlight |
||
(One intermediate revision by the same user not shown) | |||
Line 61:
For comparison using a="if" and c=d="", and also the shorter class name "if" instead of "HiddenStructure", the two lines are:
<syntaxhighlight lang="wikitext">
{{{ if{{{b|}}} | ... }}}
</syntaxhighlight>
In the second method the wikitext in the template is 15 characters shorter for each optional item, but each call is 4 characters ("if=|") longer.
Line 115 ⟶ 116:
<syntaxhighlight lang="wikitext">{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}</syntaxhighlight>
----
or in short form:
<syntaxhighlight lang="
If
<syntaxhighlight lang="
For test equal to null this reduces to
If
<syntaxhighlight lang="
==Last-but technique==
|