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

Amalthea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Amalthea.wikimedia@googlema
                   |                            |il.com

--- Comment #8 from Amalthea <[email protected]> 2011-06-20 
16:41:01 UTC ---
Core of the issue seems to be that {{PAGENAME}} and others internally escapes
some characters to entities, which breaks other magic words/parser functions
when they are using it directly.


{{#ifeq:{{PAGENAME:File:Aci Sant'Antonio.svg}}|Aci Sant'Antonio.svg|y|n}}
 → "n"

{{#ifeq:{{PAGENAME:File:Aci Sant'Antonio.svg}}|Aci Sant&#39;Antonio.svg|y|n}}
 → "y"

{{FILEPATH:Aci_Sant'Antonio.svg}}
 → "http://upload.wikimedia.org/wikipedia/commons/0/00/Aci_Sant%27Antonio.svg";

{{FILEPATH:Aci Sant&#39;Antonio.svg}}
 → ""

{{str left|{{PAGENAME:File:Aci Sant'Antonio.svg}}|12}}
 → "Aci Sant&#39"

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