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

            Bug ID: 68266
           Summary: Enable subpages by default (reverse
                    $wgNamespacesWithSubpages)
           Product: MediaWiki
           Version: 1.24-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Enabling subpages with $wgNamespacesWithSubpages means two things:
a) a navigational subtitle appears on pages titled A/B where page A exists;
b) relative .. and / work in links and transclusion.
Other "features" of / like #titleparts and "linguistic" meaning are not
affected.

https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages
https://www.mediawiki.org/wiki/Help:Subpages
https://meta.wikimedia.org/wiki/Help:Link#Subpage_feature

Filing this bug for the untracked proposal by MZMcBride in
http://lists.wikimedia.org/pipermail/wikitech-l/2014-June/077267.html (see for
details):

----

The more I look at this, the more I wonder why not instead invert the
array:

---
$wgNamespacesWithoutSubpages = array(
    NS_FILE => true,
    NS_CATEGORY => true
);
---

----

There is also an outstanding question by Tyler in
https://gerrit.wikimedia.org/r/140765 which is best addressed here:

> What wikis are using this [slashes in titles] on namespaces that do not have 
> sub-pages *and* would cause problems if sub-pages were enabled?

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