RedmineWikis » History » Version 5
Mischa The Evil, 2009-09-29 23:21
Fixed missing newline which caused faulty parsing by the interpreter.
1 | 1 | Thomas Lecavelier | h1. Wikis |
---|---|---|---|
2 | 1 | Thomas Lecavelier | |
3 | 1 | Thomas Lecavelier | h2. Creating a new wiki page |
4 | 1 | Thomas Lecavelier | |
5 | 3 | Jean-Philippe Lang | As in every wiki, just add a link to a page by putting this kind: |
6 | 1 | Thomas Lecavelier | |
7 | 3 | Jean-Philippe Lang | <pre>![[MyNewWikiPage]]</pre> |
8 | 1 | Thomas Lecavelier | |
9 | 1 | Thomas Lecavelier | Then save, and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations. |
10 | 4 | Barbara Post | |
11 | 4 | Barbara Post | h2. Creating sub-pages (parent/child relationships) |
12 | 4 | Barbara Post | |
13 | 4 | Barbara Post | (From the [[FAQ]]). |
14 | 4 | Barbara Post | |
15 | 4 | Barbara Post | Looking at http://www.redmine.org/wiki/redmine/Page_index/special it is possible to make use of some sort of sub-paging like: |
16 | 4 | Barbara Post | > * Guide |
17 | 4 | Barbara Post | > ** RedmineAccounts |
18 | 4 | Barbara Post | > ** RedmineCustomFields |
19 | 4 | Barbara Post | > ** RedmineInstall |
20 | 4 | Barbara Post | > ** RedmineIssueList |
21 | 4 | Barbara Post | > ** RedmineIssues |
22 | 5 | Mischa The Evil | |
23 | 4 | Barbara Post | This can be accomplished by assigning a parent page to a to-be child-page. This assignment can be done via the @rename@ dialog. |
24 | 4 | Barbara Post | Thus, create both the child- and parent-pages and then open the to-be child-page and click "rename", then enter the name of the parent page. |