Juan Jesús Cremades Monserrat escribió:
> Hi,
> 
> I'm searching a meaning to give a little flow to the articles of my wiki.
> For example, if a section value into a template is void:
> 
> ...
> ==Title==
> {{{title}}}
> ...
> ---------------------------------------
> {{
> ...
> | title =
> ...
> }}
> 
> The "Title" won't be printing. I've found the
> "Extension:Winter/Documentation" but, is this the only? Thnaks

That's usually achieved in wikipedia by using parserfunctions:

{{#if: {{{title|}}} |
== Title ==
{{{title}}}
}}


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to