https://bugzilla.wikimedia.org/show_bug.cgi?id=32977
--- Comment #11 from Daniel Werner <[email protected]> 2012-01-10 17:48:38 UTC --- (In reply to comment #8) > I tested r107922, but SMW 1.7 either mangles image data with superfluous > parentheses that can't be reliably removed, or it forcibly presents the data > as > displayed images without giving access to the raw data for further processing That's exactly why I created the array format, because the list format output uses "(", ")" and "," in a way which makes it quite impossible to datermine whether they are part of the data value or of the output format. Using Array format with some more complex separators should by default always print you the raw data values (unless you change the "link" parameter or use "headers=show"). Honestly, I don't care about the "list" format anymore, I have used it before with some very complex parser function to convert its result to something similar as array format. Now I consider "list" format just for data printout as for direct data presentation but not for usage within templates which want to display data differently. Using "Array" Extension and format works perfectly for that and if it's not enough you might want to think about writing some special result format adjusted for your needs. -- 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
