Hello,
I'm having problems with functions. I wrote the next code in a wiki page:
{{{#if: 0 | yes | not }}}
{{{#if: | yes | not }}}
{{#if: 0 | yes | not }}
And I get
<pre>si </pre> <pre>si </pre> <p>{{#if: 0 | si | no }} </p>
But I supposed to get "yes" in the 3th example and that functions are enclosed only with 2 parenthesis.
I have tested it in the Wikipedia and in another wiki that I have installed recently (using MediaWiki 1.16.5). ¿Why the function is not computed? ¿I need to configure some parameter in the wiki?
Thanks, Daniel
El 01/11/11 21:49, Daniel Hernández escribió:
Hello,
I'm having problems with functions. I wrote the next code in a wiki page:
{{{#if: 0 | yes | not }}}
{{{#if: | yes | not }}}
{{#if: 0 | yes | not }}
And I get
<pre>si </pre>
<pre>si </pre>
<p>{{#if: 0 | si | no }} </p>
But I supposed to get "yes" in the 3th example and that functions are enclosed only with 2 parenthesis.
I have tested it in the Wikipedia and in another wiki that I have installed recently (using MediaWiki 1.16.5). ¿Why the function is not computed? ¿I need to configure some parameter in the wiki?
Thanks, Daniel
You need to use just two {{, not three. And to have installed the ParserFunctions extension. http://www.mediawiki.org/wiki/Extension:ParserFunctions
On Tue, 2011-11-01 at 23:32 +0100, Platonides wrote:
El 01/11/11 21:49, Daniel Hernández escribió:
Hello,
I'm having problems with functions...
You need to use just two {{, not three. And to have installed the ParserFunctions extension. http://www.mediawiki.org/wiki/Extension:ParserFunctions
Thanks! Daniel
wikitext-l@lists.wikimedia.org