https://bugzilla.wikimedia.org/show_bug.cgi?id=27976
--- Comment #3 from Raylton P. Sousa <[email protected]> 2011-03-10 18:43:34 UTC --- In the first case If the page is parsed "Foo" the result to be basepage "Foo" and subpage too If the page is parsed "Foo/bar" the result to be basepage "Foo/bar" and subpage too(if there is no father then the page means that the "/" part of the name of the page) In the second case If the page is parsed "Foo" the result to be basepage "Foo" and subpage too If the page is parsed "Foo/bar" the result to be basepage "Foo" and subpage "bar" If the page is parsed "Foo/bar/bash" the result to be basepagee "Foo/bar" and subpage "bash" If the page is parsed "Foo/bar/bash/blah" the result to be basepage "Foo/bar" and subpage "bash/blah" In the third case If the page is parsed "Foo" the result to be basepage "Foo" and subpage too If the page is parsed "Foo/bar" the result to be basepage "Foo/bar" and subpage too(if there is no father then the page means that the "/" part of the name of the page) If the page is parsed "Foo/bar/bash" the result to be basepage "Foo/bar" and subpage "Foo/bar/bash"(if there is no father then the page means that the "/" part of the name of the page) If the page is parsed "Foo/bar/bash/blah" the result to be basepage "Foo/bar/bash" and subpage "blah" -- 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
