Cogito, ergo sum

Difference between revisions of "Help:Subpages"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (1 revision(s))
m
 
Line 1: Line 1:
{{PD Help Page}}
 
 
MediaWiki's '''subpage''' feature is turned '''off by default.'''
 
MediaWiki's '''subpage''' feature is turned '''off by default.'''
  
Line 8: Line 7:
  
 
===On===
 
===On===
If the subpage feature is on (default is off and this is a per namespace setting), then slashes (/) within a page name break the page into parent and subpages, recursively, eg:
+
If the subpage feature is on (default is off and this is a per namespace setting), then slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:
  
 
:[[Example page]]
 
:[[Example page]]
Line 17: Line 16:
  
 
==See also==
 
==See also==
* [[Meta:Help:Link#Subpage feature]]
 
 
* [[Help:Variables#Page names]]
 
* [[Help:Variables#Page names]]
* [[Manual:$wgNamespacesWithSubpages]]
 
  
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]
[[Category:Subpage|{{PAGENAME}}]]
 
 
{{languages|Help:Subpages}}
 

Latest revision as of 13:39, 18 February 2008

MediaWiki's subpage feature is turned off by default.

It can be turned on in any given wiki, per namespace, by the system administrator with $wgNamespacesWithSubpages in the specific wiki's LocalSettings.php.

Off[edit]

If the subpage feature is off (this is the default), then slashes (/) within a page name are simply part of the page name and do nothing special.

On[edit]

If the subpage feature is on (default is off and this is a per namespace setting), then slashes (/) within a page name break the page into parent and subpages, recursively, e.g.:

Example page
Example page/Some sub-page
Example page/Some sub-page/Some sub-sub-page

Link(s) back to parent(s) of the subpage(s) automatically appear at the top of each subpage. Note that these links do not appear, however, if the parent page has not yet been created.

See also[edit]