EDT4OL/Snapshot/Wiki subpages
The general wiki editing space does not have a predetermined hierarchy of pages and sub-pages[1].This has the advantage of providing wiki editors with considerable flexibility in determining the structure of the wiki but also has the disadvantages that it can be hard to find pages and it can be difficult to decipher the interrelationships between pages.
However, when authoring online course content in a wiki we recommend that you:
- use sub-pages to reflect the logical hierarchy of the materials you are developing, and
- familiarize yourself with the Mediawiki software features to help find and keep track of related pages you or others have created.
In this section we will use the analogy of a 'family tree' of two generations to represent the hierarchical structure of a course website. In this wiki to WordPress publishing model, a course website is restricted to three hierarchical levels and in the explanations that follow we will refer to:
- parent pages,
- children pages, and
- grandchildren pages.
Contents
Setting up sub-pages in the wiki
Wiki markup to create sub-pages
The standard markup to create a sub-page is based on the use of forward slashes (/) to distinguish parents from their children and grandchildren. So for example, the 'Grandchild page' can be created as follows:
[[Parent/Child/Grandchild|Grandchild page]]
Notes
- 'Grandchild page' is the display link text (Pipe)
- The page: 'Grandchild' is a child of the child sub-page
- The page: Child, is a child of the parent page
Mediawiki software features to track pages
Notes
- ↑ With the exception of the wiki 'namespaces' like the template namespace (indicated by
Template:Name_of_templatein the wiki URL), or the user namespace (indicated byUser:Usernamein the wiki URL)