aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki/formatting/index.html
blob: f881978a2b7a0c0573ddcd8363d3e5e49242c9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Formatting wiki pages</title>

<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../../bootstrap/css/bootstrap-responsive.min.css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />




<meta name="robots" content="noindex, follow" />
<style type="text/css">
@media (max-width: 979px) {
  .navbar-fixed-top {
    position: fixed;
    margin-left: 0px;
    margin-right: 0px;
  }
}
</style>
</head>
<body>

<div class="container">

  <div class="row-fluid">
    <div class="span12">
      <h1></h1>

      <ul class="breadcrumb">
      
          <li><a href="../../">Cache Saravento</a> <span class="divider">/</span> </li>
      
          <li><a href="../">ikiwiki</a> <span class="divider">/</span> </li>
      
      <li>Formatting wiki pages</li>
      <li><span class="divider">|</span> <a href="../../data">Dados</a></li>
      <!--<li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li>-->
      <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=cache.git;a=history;f=ikiwiki/formatting.mdwn">Histórico</a></li>
      <li><span class="divider">|</span> <a href="https://git.fluxo.info/cache/atom/?h=master">Feed</a></li>
      </ul>
    </div>
  </div>

  <div class="page row-fluid">

  <div>
    <div class="pageheader">
    <div class="header">
    <h1>
    Formatting wiki pages
    
    </h1>
    
    </div>

    </div>

    <div id="pagebody">

    <div id="content">
    <p class="pagedate">
    <strong>Posted <span class="date">Qua 26 Ago 2009 14:05:29 BRT</span></strong>
    </p>
    <p>Text on this wiki is, by default, written in a form very close to how you
might write text for an email message. This style of text formatting is
called <a href="../markdown/">MarkDown</a>, and it works like this:</p>

<p>Leave blank lines between paragraphs.</p>

<p>You can <em>*emphasise*</em> or <strong>**strongly emphasise**</strong> text by placing it
in single or double asterisks.</p>

<p>To create a list, start each line with an asterisk:</p>

<ul>
<li>"* this is my list"</li>
<li>"* another item"</li>
</ul>


<p>To make a numbered list, start each line with a number (any number will
do) followed by a period:</p>

<ol>
<li>"1. first line"</li>
<li>"2. second line"</li>
<li>"2. third line"</li>
</ol>


<p>To create a header, start a line with one or more <code>#</code> characters followed
by a space and the header text. The number of <code>#</code> characters controls the
size of the header:</p>

<h1># h1</h1>

<h2>## h2</h2>

<h3>### h3</h3>

<h4>#### h4</h4>

<h5>##### h5</h5>

<h6>###### h6</h6>

<p>To create a horizontal rule, just write three or more dashes or stars on
their own line:</p>

<hr />

<p>To quote someone, prefix the quote with "&gt;":</p>

<blockquote><p>To be or not to be,
that is the question.</p></blockquote>

<p>To write a code block, indent each line with a tab or 4 spaces:</p>

<pre><code>10 PRINT "Hello, world!"
20 GOTO 10
</code></pre>

<p>To link to an url or email address, you can just put the
url in angle brackets: &lt;<a href="http://ikiwiki.info">http://ikiwiki.info</a>&gt;, or you can use the
form [link text](url)</p>

<hr />

<p>In addition to basic html formatting using <a href="../markdown/">MarkDown</a>, this wiki lets
you use the following additional features:</p>

<ul>
<li><p>To link to another page on the wiki, place the page's name inside double
square brackets. So you would use <code>[[WikiLink]]</code> to link to <a href="../wikilink/">WikiLink</a>.</p></li>
<li><p>Insert <a href="../../smileys/">smileys</a> and some other useful symbols. <img src="../../smileys/smile.png" alt=":-)" /></p></li>
<li><p>Use <a href="../../shortcuts/">shortcuts</a> to link to common resources.</p>

<p>  [[!wikipedia  War_of_1812]]</p></li>
<li><p>Create and fill out <a href="../../templates/">templates</a> for repeated chunks of
parameterized wiki text.</p></li>
<li><p>Insert various <a href="../directive/">directives</a> onto a page to perform useful
actions.
For example, you can:</p>

<ul>
<li><p>Add a table of contents to a page:</p>

<p>[[!toc ]]</p></li>
<li><p>Change the title of a page:</p>

<p>[[!meta  title="full page title"]]</p></li>
<li><p>Create a blog by inlining a set of pages:</p>

<p>[[!inline  pages="blog/*"]]</p></li>
</ul>
</li>
</ul>


    </div>

    <hr />

    
    
    

    </div>

    <div id="footer" class="pagefooter">
    
    <div id="pageinfo">

    

    
    <div id="backlinks">
    Links:
    
    <a href="../">ikiwiki</a>
    
    <a href="../markdown/">markdown</a>
    
    
    </div>
    

    

    

    <!--<div class="pagedate">
    Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span>
    </div> -->

    </div>
    
    
    <!-- from Cache Saravento -->
    </div>

  </div>

  <div class="span4">

    

  </div>

  </div>
</div>

</body>
</html>