I'm trying to pass a pipe as a value to an argument of a parser function. if i pass |, it is returned as is. also, i want the pipe to be handled normally (meaning as a wiki special char) when returned from the parser function.
Specifically, I have a foreach parser function to generate table lines, each line with several cells. so i want the function to return something like 'a || b'. i'm trying to use a generic foreach function, so the '||' is part of the argument.
Thanks, Ittay
mediawiki-l@lists.wikimedia.org