<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
		<id>https://terra.mrangel.info/index.php?action=history&amp;feed=atom&amp;title=Help%3ASubpages</id>
		<title>Help:Subpages - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://terra.mrangel.info/index.php?action=history&amp;feed=atom&amp;title=Help%3ASubpages"/>
		<link rel="alternate" type="text/html" href="https://terra.mrangel.info/index.php?title=Help:Subpages&amp;action=history"/>
		<updated>2026-06-18T16:54:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://terra.mrangel.info/index.php?title=Help:Subpages&amp;diff=1785&amp;oldid=prev</id>
		<title>Angel: 1 revision: Help pages for mediawiki</title>
		<link rel="alternate" type="text/html" href="https://terra.mrangel.info/index.php?title=Help:Subpages&amp;diff=1785&amp;oldid=prev"/>
				<updated>2011-09-28T12:40:25Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Help pages for mediawiki&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 12:40, 28 September 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Angel</name></author>	</entry>

	<entry>
		<id>https://terra.mrangel.info/index.php?title=Help:Subpages&amp;diff=1784&amp;oldid=prev</id>
		<title>152.78.64.51: Added note saying subpage breadcrumbs only work if subpages are turned on.</title>
		<link rel="alternate" type="text/html" href="https://terra.mrangel.info/index.php?title=Help:Subpages&amp;diff=1784&amp;oldid=prev"/>
				<updated>2011-09-15T10:29:16Z</updated>
		
		<summary type="html">&lt;p&gt;Added note saying subpage breadcrumbs only work if subpages are turned on.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
'''Subpages''' introduce some hierarchical organization into wiki pages, with levels of the hierarchy separated by slashes (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Where it works ===&lt;br /&gt;
By default, MediaWiki's subpage feature is turned off in the main namespace, but can be used on [[Help:Talk pages|talk pages]] and [[Help:User page|user pages]]. See [[Help:Namespaces]]. In namespaces where the feature is switched off, any slashes (/) within a page name are simply part of the page name and do nothing special. It's not possible to use slashes in the title of a page from a namespace where subpages are activated. However, as a crude hack, a character similar to the slash can be used instead, such as the &amp;quot;[[wikt:⧸|big solidus]]&amp;quot; (U+29F8), which results in Foo⧸bar (cf. a real slash: Foo/bar). Make sure to create a redirect from the title with a slash, so that linking and search will work correctly. This brings an obvious disadvantage for people without the proper font to view that character. Also, if the page's corresponding [[Manual:Namespace#Subject and talk namespaces|subject/talk namespace pair]] uses the slash version (for example, subpages are disabled in the main namespace in Wikipedia, so the slash version can be used in the main namespace, but not on the main talk namespace), then moving the subject page won't move the discussion page and vice-versa (though the redirects would still point to the &amp;quot;correct&amp;quot; place; that is, links wouldn't be broken).&lt;br /&gt;
&lt;br /&gt;
=== How it works ===&lt;br /&gt;
Slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:&lt;br /&gt;
&lt;br /&gt;
* [[Help:Subpages]] - this page&lt;br /&gt;
* [[Help:Subpages/subpage]] - child page&lt;br /&gt;
* [[Help:Subpages/subpage/sub-subpage]] - grandchild page&lt;br /&gt;
* [[Help:Subpages/subpage/sub-subpage/sub-sub-subpage]] - great grandchild page&lt;br /&gt;
* [[Help:Subpages/subpage/sub-subpage/sub-sub-subpage/sub-sub-sub-subpage]] - great great grandchild page&lt;br /&gt;
&lt;br /&gt;
Note that the part of page names after a slash is case sensitive '''including the first letter'''.&lt;br /&gt;
&lt;br /&gt;
In subpages, a link back to antecedent pages will automatically appear at the top. These links do not appear, however, if the antecedent pages have not yet been created or if the subpage feature is turned off.&lt;br /&gt;
&lt;br /&gt;
=== Use of subpages ===&lt;br /&gt;
There are various uses for the subpage feature. Some of the typical usages of subpages are:&lt;br /&gt;
* to create archives of old discussions under a [[Help:Talk pages|talk page]]&lt;br /&gt;
* to create scratchpad editing spaces under a [[Help:User page|user page]]&lt;br /&gt;
* to create other language versions of a document in multilingual wikis&lt;br /&gt;
&lt;br /&gt;
Subpages are useful for organising information hierarchically. On the other hand, subpages tend to have a long name that is hard to remember, so it may be more user-friendly to use them as little as possible. You can also organize pages with the [[Help:Category|category]] feature, which is more suitable for creating a hierarchical network of information. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Manual:$wgNamespacesWithSubpages]]&lt;br /&gt;
* [[Meta:Help:Link#Subpage feature]]&lt;br /&gt;
* [[Help:Variables#Page names]]&lt;br /&gt;
* [[Special:PrefixIndex]] &amp;amp;ndash; Provides a list of subpages.&lt;br /&gt;
* [[:Category:Subpage_extensions|Subpage related extensions]]&lt;br /&gt;
&lt;br /&gt;
{{languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Subpage|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>152.78.64.51</name></author>	</entry>

	</feed>