https://bugzilla.wikimedia.org/show_bug.cgi?id=43685
Dalba <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dalba <[email protected]> --- Maybe not wrong but is this behavior really needed? For example when trying to create a wrapper template for <ref> tag, if the tag treated emptiness the same as undefinedness, something like this could work: {{ #tag:ref |{{{1}}} |name={{{{name|{{{2|}}}}}}} |group={{{group|{{{3|}}}}}} }} But currently I can't find a way to write it without name and group interference (Mainly because it is needed to use an #if function to determine empty strings AND pipe characters in #if functions will interfere with those of the ref tag) -- 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
