https://bugzilla.wikimedia.org/show_bug.cgi?id=23693

--- Comment #2 from Dan Bolser <[email protected]> 2010-05-28 10:50:47 UTC 
---
Further to the above bug report, here is an example of yet more fragility...

Above we were allowed the space after the | character when specifying the 
'page name' parameter of the form's info tag. However, we are apparently not
allowed this space when specifying the 'create title' or 'edit title'
parameters of the form's info tag:

This fails to correctly set the create or edit title of the form:
{{{info | create title=Create xoxox | edit title=Edit xoxoxo | ... }}}

But this works (no space after the | character for these parameters):
{{{info |create title=Create xoxox |edit title=Edit xoxoxo | ... }}}


Again, I like white space because I believe it increases the readability of the
tag (and form).

I'd really like to write it like this:

{{{info
 | create title = Create xoxox
 | edit title   = Edit xoxoxox
 | page name    = Dummy page < unique number; start = 0 >
}}}

-- 
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

Reply via email to