https://bugzilla.wikimedia.org/show_bug.cgi?id=29926
Gustavo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Gustavo <[email protected]> 2011-07-19 20:15:12 UTC --- (In reply to comment #1) I agree about getting the template straight: In a given field, values must sometimes be showed as links and sometimes not, and that condition is defined in tags. It's ok. Now suppose you pretend evaluate that bunch of values to gate another condition, not simple *to show* them. Handling and comparison of already-linked parameters are sometimes necessary. Just see these unexpected results with pagenames parser functions: *{{TALKPAGENAME: [[Foo]] }} → (expected Talk:Foo) *{{#ifexist: [[Piano]] |yes|no}} → no (expected yes) *{{NAMESPACE:[[Help:Bar]]}} → (expected Help) Brion: Please consider adding automatic delinking capability to all parser functions instead, proved that the parameter is a whole and unique link (ie. not a string with some portions linked). I'll enter this as a different bug. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
