welcome: please sign in

次の85語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
allows   anonymous   another   arbitrarily   arbitrary   below   besides   better   but   by   can   child   common   concatenate   contain   Creating   deep   default   Display   don   especially   Example   example   favour   feature   filenames   for   from   help   hierarchies   itself   just   keep   length   Level   like   limits   link   linking   name   Name   names   normal   omit   On   on   one   parent   Please   possible   prefix   re   reality   recommended   several   share   sibling   since   Some   start   stored   Subpage   Subpages   subpages   support   system   that   their   themselves   they   Third   This   this   Thus   thus   to   use   using   very   way   when   which   While   with   within  

メッセージを消す
location: HelpOnEditing / SubPages

Subpage Editing

Creating Subpages

Subpages are groups of pages that share a common prefix, which itself is another page. While this is also possible with "classic" wiki, by using names like SomeTopicSubTopic, the use of SomeTopic/SubTopic allows better navigational support, and you can omit the common prefix when linking from the parent page to the child page.

Thus, by using "/" to concatenate several WikiNames, you can create arbitrarily deep hierarchies (within limits, especially the length of filenames on your system). In reality, subpages are normal pages that contain a "/" in their name, and thus they are stored besides all other pages in the file system. Subpages are a configurable feature, but they're on by default and it's recommended that you keep it that way, since the help pages themselves use this feature.

Links to sibling pages start with "../", for example ../SubPages (a link to this page).

Example

 * HelpOnEditing/SubPages
 * [[HelpOnEditing/SubPages|This very page]]
 * /ThirdLevel
 * [[/ThirdLevel|A page below this one]]
 * [[/sub page with arbitrary page name]]
 * ../SubPages
 * [[../]] (anonymous parent link)
 * [[../|free parent link]]

Display

/!\ Please do all of us a favour and don't create the /ThirdLevel pages, it's just an example!