[Bug 23693] The syntax of the {{{info}}} field is 'fragile'

2014-01-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23693

Yaron Koren  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Yaron Koren  ---
I believe this is now fixed. Fragile no more!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23693] The syntax of the {{{info}}} field is 'fragile'

2010-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23693

--- Comment #2 from Dan Bolser  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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23693] The syntax of the {{{info}}} field is 'fragile'

2010-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23693

--- Comment #1 from Dan Bolser  2010-05-28 10:28:50 UTC 
---
I've been meaning to go into the code and fix these 'issues' myself, but given
the length of time that I've been meaning to do this, I thought I'd better log
a bug so that I don't forget!

Also, it will give me a nice item to tick off if I ever get round to looking at
the code behind this ;-)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l