~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnAdmonitions/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:
 
4
##master-date:
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
 
 
9
Admonitions are used to make some text stand out or to point out something which doesn't fit in the normal flow of the text. 
 
10
 
 
11
There are five different admonitions currently supported by the Modern theme. They are warning, caution, important, note and tip. Below is an example of the caution admonition.
 
12
 
 
13
{{{{
 
14
{{{#!wiki caution
 
15
'''Don't overuse admonitions'''
 
16
 
 
17
Admonitions should be used with care. A page riddled with admonitions will look restless and will be harder to follow then a page where admonitions are used sparingly.
 
18
}}}
 
19
}}}}
 
20
 
 
21
{{{#!wiki caution
 
22
'''Don't overuse admonitions'''
 
23
 
 
24
Admonitions should be used with care. A page riddled with admonitions will look restless and will be harder to follow then a page where admonitions are used sparingly.
 
25
}}}
 
26
 
 
27
The other admonition styles are:
 
28
{{{#!wiki warning
 
29
'''Warning'''
 
30
 
 
31
Use warnings when there is a risk of bodily harm or dataloss.
 
32
}}}
 
33
 
 
34
{{{{#!wiki important
 
35
'''Important'''
 
36
 
 
37
Remember that in the new wiki-syntax the terminating }}} need to be on a separate line.
 
38
}}}}
 
39
 
 
40
{{{#!wiki note
 
41
'''Note'''
 
42
 
 
43
You can use normal ''markup'' and [[HelpOnAdmonitions| links]] in the admonition.
 
44
}}}
 
45
 
 
46
{{{#!wiki tip
 
47
'''Tip'''
 
48
 
 
49
For syntax examples, please read the raw source markup of this page.
 
50
}}}