https://bugzilla.wikimedia.org/show_bug.cgi?id=43685

--- Comment #3 from Dalba <[email protected]> ---
I stand corrected. You can ignore my last comment.
I think I finally found a way to do it:

{{#if:{{{group|{{{3|}}}}}}
   |{{#if:{{{name|{{{2|}}}}}}
     
|{{#tag:ref|{{{1}}}|name="{{{name|{{{2}}}}}}"|group="{{{group|{{{3}}}}}}"}}
      |{{#tag:ref|{{{1}}}|group="{{{group|{{{3}}}}}}"}}
      }}
   |{{#if:{{{name|{{{2|}}}}}}
      |{{#tag:ref|{{{1}}}|name="{{{name|{{{2}}}}}}"}}
      |{{#tag:ref|{{{1}}}}}
      }}
   }}

(Use #if outside of #tag, not inside it)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to