[11:44:07] Can anyone help me to use #arraymap with a pipe delimited? [11:57:01] Or maybe \ is just a better character to use [13:35:07] Tac: is your prob visible fromInternet? [13:35:38] I changed the delimiter to \ and it's working okay for me now. [13:35:53] | is probably not a good delimiter to use, since calling it from a template is problematic [13:35:59] yes [13:36:16] {{call:items=a|b|c|... gets messy [13:36:17] it's problematic in even more areas [13:36:39] thanks, though, for asking about it! [13:36:40] because it's often the standard delimiter in all sorts of parser functions [13:36:43] np [13:40:57] on a related note, can you put things in quotes in a template call, e.g. [13:41:18] items="one|two|three"|date=Monday [13:43:55] you can enter quotes, bu they're not going to be treated different from ohter chars [13:44:44] you'll wind up with params {{{items}}}="one, {{{1}}}=two, {{{2}}}=three" and {{{date}}}=monday [15:25:21] (PS6) Nemo bis: Extracted MultipleTemplate logic from FormPrinter into it's own class to facilitate templating hooks and custom MultipleTemplate output [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/39761 (owner: Andru) [15:25:26] (CR) jenkins-bot: [V: -1] Extracted MultipleTemplate logic from FormPrinter into its own class [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/39761 (owner: Andru) [15:30:35] (CR) Nemo bis: [C: -1] "Per your own comment, to clarify there's something pending." [extensions/Maps] - https://gerrit.wikimedia.org/r/36700 (owner: Nischayn22) [17:04:07] (PS2) Nemo bis: Fixes RDF export of subobjects [extensions/SemanticMediaWiki] (1.8.x) - https://gerrit.wikimedia.org/r/70047 (owner: Dbeeson) [17:22:08] (PS2) Nemo bis: Set correct default-value for offset [extensions/SemanticMaps] - https://gerrit.wikimedia.org/r/71324 (owner: MathiasLidal) [21:10:34] [travis-ci] wikimedia/mediawiki-extensions-SemanticMediaWiki#149 (master - 4b2d911 : Translation updater bot): The build has errored. [21:10:34] [travis-ci] Change view : https://github.com/wikimedia/mediawiki-extensions-SemanticMediaWiki/compare/0767addc7621...4b2d911934ab [21:10:34] [travis-ci] Build details : http://travis-ci.org/wikimedia/mediawiki-extensions-SemanticMediaWiki/builds/10092639 [23:12:52] hi - is there anyone willing to talk a moment about ParserOutput v OutputPage?