|
|
@@ -990,7 +990,7 @@
|
|
|
<code>trueValue</code> if <code>value</code> does not equal <code>expected</code> or the
|
|
|
<code>falseValue</code> otherwise (e.g.
|
|
|
"%if-not-equals<{page-title}|Untitled|{page-title}|{page-heading}>"
|
|
|
- to return the page heading if the page title does not equal "Untitled" or the page title
|
|
|
+ to return the page title if the page title does not equal "Untitled" or the page heading
|
|
|
otherwise).
|
|
|
<li><code>%if-contains<value|expected|trueValue|falseValue></code>: returns the
|
|
|
<code>trueValue</code> if <code>value</code> contains <code>expected</code> or the
|
|
|
@@ -1002,7 +1002,7 @@
|
|
|
<code>trueValue</code> if <code>value</code> does not contain <code>expected</code> or the
|
|
|
<code>falseValue</code> otherwise (e.g.
|
|
|
"%if-not-contains<{page-title}|Untitled|{page-title}|{page-heading}>"
|
|
|
- to return the page heading if the page title does not contain "Untitled" or the page title
|
|
|
+ to return the page title if the page title does not contain "Untitled" or the page heading
|
|
|
otherwise).
|
|
|
</li>
|
|
|
<li><code>%substring<value|start|end></code>: returns a substring of the <code>value</code>
|