]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/it/pgsrc/PaginaDiProva
Whitespace
[SourceForge/phpwiki.git] / locale / it / pgsrc / PaginaDiProva
1 Date: Mon,  8 Jul 2013 17:59:06 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=PaginaDiProva;
5   flags=PAGE_LOCKED;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9  Nuove liste : asterischi, hash marks, and ";text:def"
10 * bullet
11 * l1
12 ** l2
13 ** l2
14 *** l3
15 # one
16 #two
17 #three
18 ;Term1:definition1.1
19 ;: defintion1.2
20 ;Term2 :defintion2
21 ;; Term3:defintion3
22 ;;;Term4: definition4
23 ;;; : defintion4.2
24 ;;; Term5 : defintion5
25
26 Mixed:
27 *ul1
28 *#ul1-ol1
29 *#ul1-ol2
30 *#*ul1-ol2-ul1
31 *#*ul1-ol2-ul2
32 *#**ul1-ol2-ul2-ul1
33 *#**ul1-ol2-ul2-ul1
34
35 *l1
36  preformatted text
37 **    l2
38 ----
39  old lists
40         * level 1
41         * l1
42                 *l2
43                 *l2
44                         *l3
45                         *l3
46                                 *l4
47                         *l3
48                                         *l5
49                         *l3
50         #one
51         #two
52                 #one
53                 #two
54         *l1
55                 #three
56                 #four
57         *l1
58                 *l2
59                 # one
60                 # two
61
62  preformatted text
63  some more text
64
65         *l1
66                                 *l4
67         # number
68         # number
69 this is a plain paragraph
70         * bullet
71 this is a plain paragraph again
72         # number
73 ----
74 **Link tests**
75 # normal: FrontPage
76 # in brackets: [FrontPage] -- named: [the front page|FrontPage]
77 # Link in brackets: [http://phpwiki.sourceforge.net/]
78 # Link outside brackets: http://phpwiki.sourceforge.net/
79 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage
80 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/
81 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]
82 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php?RecentChanges]
83 # Javascript: [boo! | javascript:alert('oops') ]  (is now: named internal link)
84 # A [[Link] produces a [Link]
85 # A [Link] looks like this: [[Link]
86 # This is a [%%%] line break link
87 # Also this page is [[not linked to], and this one is !NotLinkedTo and this one neither !http://not.linked.to/.
88 #* WikiName - WikiNameSameStem -- !!WikiName - !!WikiNameSameStem
89 #* !!WikiName - !!WikiNameSameStem -- WikiName - WikiNameSameStem
90 #* WikiNameSameStem - WikiName -- !!WikiNameSameStem - !!WikiName
91 #* !!WikiNameSameStem - !!WikiName -- WikiNameSameStem - WikiName
92
93 ----
94 Markup tests:
95
96 **underscores for bold**
97
98 '''quotes for bold'''
99
100 ''quotes for italic''
101
102 **''underscores bold italic''**
103
104 '''''five quotes bold italic'''''
105
106 ''''''six quotes''''''
107
108 '''''Bold italic''' and italic'' (buggy)
109
110 '''Bold and ''bold-italic''''' (also buggy)
111
112 !!! h1
113
114 !! h2
115
116 ! h3
117
118 this is plain text with <br>%%%
119 a line break
120
121 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
122
123 you cannot use &, < or >
124
125 ----
126 Usage in preformatted text:
127
128  **underscores for bold**
129  '''quotes for bold'''
130  ''quotes for italic''
131  **''underscores bold italic''**
132  '''''five quotes bold italic'''''
133  ''''''six quotes''''''
134  !!! h1
135  !! h2
136  ! h3
137  this is plain text with <br>%%%
138  a line break
139  look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
140  you cannot use &, < or >
141