Lionel Brits wrote:

> Hi,
> 
> Try not putting a linebreak between them... e.g.,
> 
> {{#if: {{{applicationUser1|}}} | [[usedBy::{{{applicationUser1}}}]] | 
> nobody.}} {{#if: {{{applicationUser2|}}} | , 
> [[usedBy::{{{applicationUser2}}}]] |. }}
> 
> (Hopefully that renders correctly.. there should be no line-breaks 
> between the ifs

But line breaks are possible within the if-construct. Try:

{{#if: {{{applicationUser1|}}}
| [[usedBy::{{{applicationUser1}}}]]
| nobody.}}{{#if: {{{applicationUser2|}}}
| , [[usedBy::{{{applicationUser2}}}]]
|. }}

Or

{{#if:
{{{applicationUser1|}}} | [[usedBy::{{{applicationUser1}}}]] | 
nobody.}}{{#if:
{{{applicationUser2|}}} | , [[usedBy::{{{applicationUser2}}}]] |. }}

Greetings,
Jakob

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Semediawiki-user mailing list
Semediawiki-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-user

Reply via email to