Project

General

Profile

RedmineWikis » History » Version 6

Michael Koch, 2009-11-12 03:27

1 1 Thomas Lecavelier
h1. Wikis
2
3
h2. Creating a new wiki page
4
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
Then save, and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations.
10 4 Barbara Post
11
h2. Creating sub-pages (parent/child relationships)
12
13
(From the [[FAQ]]).
14
15
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
> * Guide
17
> ** RedmineAccounts
18
> ** RedmineCustomFields
19
> ** RedmineInstall
20
> ** RedmineIssueList
21
> ** 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
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.
25 6 Michael Koch
26
h2. Markup
27
28
http://www.textism.com/tools/textile/index.php
29
Textile
30
31
A Humane Web Text Generator
32
33
what does it do?
34
35
Quick block modifiers:
36
Header: hn.
37
Blockquote: bq.
38
Footnote: fnn.
39
Numeric list: #
40
Bulleted list: *
41
42
Quick phrase modifiers:
43
_emphasis_
44
*strong*
45
??citation??
46
-deleted text-
47
+inserted text+
48
^superscript^
49
~subscript~
50
%span%
51
52
To apply attributes:
53
(class)
54
(#id)
55
{style}
56
[language]
57
58
To align blocks:
59
< right
60
> left
61
= center
62
<> justify
63
64
To insert a table:
65
|a|table|row|
66
|a|table|row|
67
68
To insert a link:
69
"linktext":url
70
71
To insert an image:
72
!imageurl!
73
74
To define an acronym:
75
ABC(Always Be Closing)
76
77
To reference a footnote:
78
[n]