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

--- Comment #3 from Gustavo <[email protected]> 2011-07-20 03:07:20 UTC ---
(In reply to comment #1) 
> figure out what format it takes, and use that. Be consistent; if you see
> errors, edit and fix them.
(and in reply to bug 29970#c1)
> Again I recommend correctly factoring the template & template parameters to
> begin with.

Brion, you do not seem to think so about {{lc:}} and {{uc:}}. What's the main
and wider use of those functions? It's to normalize and facilitate comparison
of parameters, isn't it?
{{#ifeq: {{lc:{{{1}}}}} | foo |yes|no}} is more effective that a simple
{{#ifeq: {{{1}}} | foo |yes|no}}

Same happens here:
{{#ifeq: {{delink:{{{1}}}}} | foo |yes|no}} will be more effective that a
simple
{{#ifeq: {{{1}}} | foo |yes|no}}

I can't see the condition that makes this function invalid. As any other
function, it should be used where is needed and being consistent, of course.

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

Reply via email to