https://bugzilla.wikimedia.org/show_bug.cgi?id=28795
Bergi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|{{FULLPAGEN |{{FULLPAGENAME}} does not | |return colon in Article | |namespace --- Comment #1 from Bergi <[email protected]> 2011-05-03 13:45:31 UTC --- Sorry for opening an empty bug, I unintentionally posted the form while typing. The issue is that {{FULLPAGENAME}} returns the same value as {{PAGENAME}} in article namespace (empty prefix): the colon is missing. It would be needed in template transclusion of articles, for example {{ {{FULLPAGENAME}}/test }}. In other namespaces it works correctly, in articles it tries to find a template of that name; you will have to write {{ :{{[FULL]PAGENAME}}/test }}. Or am I wrong and this behavior is intended? -- 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
