https://bugzilla.wikimedia.org/show_bug.cgi?id=32817
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #5 from [email protected] 2011-12-06 07:29:41 UTC --- Reopening again. In this page: http://www.coincompendium.com/wiki/index.php/CCT29 You are correct that some of the extra commas are coming from the other arraymap calls, but that's just the same bug happening again. The other two arraymap calls are not supposed to produce any output at all, and they still finish off with an extra comma. No commas (delimiters) are going into the arraymap call, but it's still producing them. I can't see how this could not be a valid bug. Look at the arraymap calls. There's nothing about them that is supposed to produce superfluous delimiters. If it's not a bug, then maybe it's some undocumented feature or other phenomenon I'm not aware of, but I can't imagine how those extra commas would be useful when the call isn't supposed to produce any visible output at all. Example: {{#arraymap:{{{Type|}}}|,|VariableValue|[[Category:VariableValue]]}} [[Category:VariableValue]] should not produce any output, and it doesn't. It's the bug that's responsible for it. Also: {{#arraymap:{{{Type|}}}|,|VariableValue|[[Type category::Category:VariableValue| ]]}} contains: [[Type category::Category:VariableValue| ]] note the pipe and the space at the end of that. No visible output should be produced. Is there something I'm missing? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
