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


Alexandre Emsenhuber [IAlex] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #4 from Alexandre Emsenhuber [IAlex] <[email protected]>  
2009-10-24 17:20:16 UTC ---
It's a bit different, but the problem is the same: currently templates are
expanded and only after that links are parsed and replaced. To fix this, we
should change parsing older to parse links in the same time as we expand
templates and change the pagelinks database table to know if the link is
directly inserted in the page or comes through a template. Also a problem would
be parameter substitution: {{Some template|link=[[Some page]]}} or
{{Link|page=Some page}} where Template:Link contains something like
"[[{{{page}}}]]", for those two cases, should the link be considered as comming
from the page, or the template? (first example might be easier than the second
one)


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