Gutza wrote:
Magnus Manske wrote: On a side note, this should probably also be supported in a fully-flexible implementation:
{| ! Header1 || Cell1 |- ! Header2 || Cell2 |}
IMHO most use of headers occurs in the very first line, so a line with multiple cells that starts with "!" will only have headers.
Your above example would have to be done like {| ! Header1 | Cell1 |- ! Header2 | Cell2 |}
Also: Currently, I do "||" parsing via "explode" (with prior replacing "!!" with "||" if line starts with "!"). Parsing the different tags would thus result in more code, and if you ever read my code, you don't want more of it than absolutely necessary ;-)
Magnus