Wiki-Quellcode von Wikisyntax

Version 222.1 von Carina Enke am 17.01.2018

Zeige letzte Bearbeiter
1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}{{/layout-cell}}
4 {{/layout-section}}
5
6 {{layout-section ac:type="single"}}
7 {{layout-cell}}
8 Mit Hilfe der umfangreichen Wiki-Syntax und zusätzlicher Schaltflächen in der Editieransicht einer Seiten können Sie Artikel individuell gestalten. Beispielsweise können Sie Textelemente fett oder kursiv setzen, Überschriften, Links oder Formeln hinzufügen. (% style="color: rgb(0,0,255);" %)
9
10
11 |(((
12 {{expand title="Übersicht der Wikisyntax und zusätzlichen Schaltflächen ..."}}
13 Durch bestimmte Tastaturzeichen, wie Anführungszeichen, Apostrophe, Gleichheitszeichen oder Sterne, können Sie den Text des Wikiartikels formatieren und gestalten. Alternativ stehen Ihnen dafür auch die üblichen Formatschaltflächen im oberen Bereich der Editoransicht des Artikels zur Verfügung.
14
15 |=(% colspan="1" %)(% colspan="1" %)
16 (((
17 Formatschaltflächen
18 )))|=(% colspan="1" %)(% colspan="1" %)
19 (((
20 Eingabe mit Tastaturzeichen
21 )))|=(% colspan="1" %)(% colspan="1" %)
22 (((
23 Erläuterung und Darstellung im Artikel
24 )))
25 |(((
26 [[image:attach:Icons@Icon_fett.png]] [[image:attach:Icons@Icon_kursiv.png]]
27 )))|(((
28 (% style="color: rgb(51,51,51);text-decoration: none;" %)'''Fett"
29
30 (% style="color: rgb(51,51,51);text-decoration: none;" %)''Kursiv''
31
32
33 )))|(((
34 (% style="text-align: left;" %)
35 **Fetter** Text
36
37 (% style="text-align: left;" %)
38 //Kursiver// Text
39 )))
40 |(((
41 [[image:attach:Icons@Icon_Überschrift.png]]
42 )))|(((
43 (% style="color: rgb(51,51,51);text-decoration: none;" %)==Überschrift Text==
44 )))|(((
45 Hiermit kennzeichnen Sie **Überschriften **(Level 2).
46 )))
47 |(((
48 [[image:attach:Icons@Icon_Listen.png]]
49 )))|(((
50 (% style="color: rgb(0,0,0);text-decoration: none;" %)* Unsortiert
51 (% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0)" %)* Unsortiert(% style="color: rgb(0,0,0);text-decoration: none;" %)
52 \\# Sortiert
53 # Sortiert
54 )))|(((
55 (% style="text-decoration: none;text-align: left;" %)
56 * **unsortierte**
57 * Listen
58
59 (% style="text-decoration: none;text-align: left;" %)
60 1. **sortierte**
61 1. Listen
62 )))
63 |(((
64 [[image:attach:Icons@Icon_Formel einbinden.png]]
65 )))|(((
66 (% style="color: rgb(0,0,0);text-decoration: none;" %)<math>c = a + b</math>
67 )))|(((
68 Über dieses Symbol können Sie **Mathematische Formeln** eingeben sodass aus folgendem Code
69
70 (% class="collapse-source expand-control" style="text-decoration: none;" %)
71
72 (((
73 (% class="syntaxhighlighter sh-confluence nogutter xml expanded" %)
74 (((
75
76
77 {{code}}
78 < math >
79 < mi >&zeta;</ mi > < mo >(</ mo >< mi >s</ mi >< mo >)</ mo >
80 < mo >=</ mo >
81 < munderover > < mo >&sum;</ mo > < mrow >< mi >n</ mi >< mo >=</ mo >< mn >1</ mn ></ mrow > < mi >&infin;</ mi > </ munderover >
82 < mfrac > < mn >1</ mn > < msup >< mi >n</ mi >< mi >s</ mi ></ msup > </ mfrac >
83 < mo >=</ mo >
84 < munderover > < mo >&prod;</ mo > < mrow >< mi >p</ mi >< mo >&isin;</ mo >< mn >&primes;</ mn ></ mrow > < mn ></ mn > </ munderover >
85 < mfrac > < mn >1</ mn > < mrow >< mn >1</ mn >< mo >-</ mo >< msup >< mi >p</ mi >< mrow >< mo >-</ mo >< mi >s</ mi ></ mrow ></ msup ></ mrow > </ mfrac >
86 < mo >=</ mo >
87 < mfrac > < mrow > < msup >< mn >e</ mn >< mrow >< mo >-</ mo >< mn >i</ mn >< mn >&pi;</ mn >< mi >s</ mi ></ mrow ></ msup > < mn >&nbsp;</ mn >
88 < mn >&Gamma;</ mn >< mo >(</ mo >< mn >1</ mn >< mo >-</ mo >< mi >s</ mi >< mo >)</ mo ></ mrow >
89 < mrow > < mn >2</ mn >< mn >&pi;</ mn >< mn >i</ mn > </ mrow >
90 </ mfrac >
91 < munderover > < mo >&int;</ mo > < mi >C</ mi > < mn ></ mn > </ munderover >
92 < mfrac >
93 < mrow >< msup >< mi >z</ mi >< mrow >< mi >s</ mi >< mo >-</ mo >< mn >1</ mn ></ mrow ></ msup >< mo >d</ mo >< mi >z</ mi ></ mrow >
94 < mrow >< msup >< mn >e</ mn >< mi >z</ mi ></ msup >< mo >-</ mo >< mn >1</ mn ></ mrow >
95 </ mfrac >
96 < mn >&emsp;</ mn >< mn >&emsp;</ mn >
97 < mo >(</ mo >< mi >s</ mi >< mo >&isin;</ mo >< mn >&complexes;</ mn > < mo >,</ mo >< mn >&nbsp;</ mn >
98 < mo >Re</ mo >< mi >s</ mi >< mo >></ mo >< mn >1</ mn >
99 < mo >)</ mo >
100 </ math >
101
102
103 {{/code}}
104
105 (% style="text-align: left;" %)
106 diese Formel entsteht:
107
108 [[image:attach:Kursrun - Formel im Wiki.png]]
109 )))
110 )))
111 )))
112 |(((
113 [[image:attach:Icons@Icon_Link intern.png]]
114
115
116
117
118 )))|(((
119 (% style="color: rgb(51,51,51);text-decoration: none;" %)~[~[Index]]
120 )))|(((
121 (% style="text-align: left;" %)
122 Fügen Sie über diesen Button einen** internen Link** ein: Existiert bereits ein Artikel mit dem Titel (bspw. Index) können Sie vom aktuell geöffneten Artikel auf diesen verweisen. Schreiben SIe dazu eckige Klammern um den Titel des Artikels auf den verwiesen werden soll.
123
124 (% style="text-align: left;" %)
125 Alternativ können Sie den Button **Link einfügen **nutzen, um sich eine Liste der vorhandenen Artikel anzeigen zu lassen. Mit Klick auf den Titel eines Artikels in dieser Liste, wird automatisch ein Link in den Artikel eingefügt.
126 )))
127 |(% colspan="1" %)(% colspan="1" %)
128 (((
129 [[image:attach:Icons@Icon_Link extern.png]]
130 )))|(% colspan="1" %)(% colspan="1" %)
131 (((
132 (% style="color: rgb(0,0,0);text-decoration: none;" %)~[~[(%%) [[https:~~/~~/www.bps-system.de>>url:https://www.bps-system.de/||style="text-decoration: none;text-align: left;" rel="nofollow" shape="rect" class="external-link"]] (% style="color: rgb(0,0,0);text-decoration: none;" %) | Homepage der BPS GmbH]]
133 )))|(% colspan="1" %)(% colspan="1" %)
134 (((
135 (% style="color: rgb(0,0,0);text-decoration: none;" %)Schreiben SIe doppelte eckige Klammern um (% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(51, 51, 51); text-decoration: none" %)auf eine (% style="color: rgb(0, 0, 0); text-decoration: none; text-decoration: none; text-align: left" %)**externe Seite **(% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(51, 51, 51); text-decoration: none" %) (% style="color: rgb(0,0,0);text-decoration: none;" %)zu verlinken. Soll anstatt der URL einen (% style="text-decoration: none;text-align: left;" %)**alternativen Linktext**(%%)  (% style="color: rgb(51,51,51);text-decoration: none;" %)angezeigt werden fügen Sie nach der URL einen Trennstrich  ein und geben den anzuzeigenden Text an (%%).
136 )))
137 |(% colspan="1" %)(% colspan="1" %)
138 (((
139 [[image:attach:Icons@Icon_unformatierter Text.png]]
140 )))|(% colspan="1" %)(% colspan="1" %)
141 (((
142 (% style="color: rgb(51,51,51);text-decoration: none;" %)<nowiki>Hier den unformatierten Text eingeben</nowiki>
143 )))|(% colspan="1" %)(% colspan="1" %)
144 (((
145 (% style="color: rgb(51,51,51);text-decoration: none;" %)Über diesen Button können Sie unformatierten Text anzeigen lassen(%%).
146 )))
147 |(% colspan="1" %)(% colspan="1" %)
148 (((
149 [[image:attach:Icons@Icon_Trennlinie.png]]
150 )))|(% colspan="1" %)(% colspan="1" %)
151 (((
152 (% style="color: rgb(51,51,51);text-decoration: none;" %)~-~-~-~-
153 )))|(% colspan="1" %)(% colspan="1" %)
154 (((
155 (% style="color: rgb(51,51,51);text-decoration: none;" %)Fügen Sie so eine (% style="text-decoration: none;text-align: left;" %)**horizontale Trennlinie**(%%) (% style="color: rgb(51,51,51);text-decoration: none;" %) ein.
156 )))
157 |(% colspan="1" %)(% colspan="1" %)
158 (((
159 [[image:attach:Icons@Icon_Datei hochladen_de.png]]
160 )))|(% colspan="1" %)(% colspan="1" %)
161 (((
162
163 )))|(% colspan="1" %)(% colspan="1" %)
164 (((
165 Öffnet die Upload-Funktion. Sie können dort Dateien per Drag-and-Drop von Ihrem Rechner in das Wiki hochladen.
166 )))
167 |(% colspan="1" %)(% colspan="1" %)
168 (((
169 [[image:attach:Icons@Icon_Link einfügen_de.png]]
170 )))|(% colspan="1" %)(% colspan="1" %)
171 (((
172
173 )))|(% colspan="1" %)(% colspan="1" %)
174 (((
175 Öffnet eine Liste der bereits im Wiki bestehenden Artikel. Mit Klick auf einen Eintrag wird dieser Artikel als Link in den aktuellen Artikel eingefügt.
176 )))
177 |(% colspan="1" %)(% colspan="1" %)
178 (((
179 [[image:attach:Icons@Icon_Datei einfügen_de.png]]
180 )))|(% colspan="1" %)(% colspan="1" %)
181 (((
182
183 )))|(% colspan="1" %)(% colspan="1" %)
184 (((
185 Öffnet eine Liste der bereits im Wiki hochgeladenen Dateien. Mit Klick auf einen Eintrag wird diese Datei in den Artikel eingefügt.
186
187 {{info}}
188 Bilder werden im Artikel direkt, andere Dateiformate wie PDF-, Word oder HTML-Dateien als Link zum herunterladen angezeigt.
189 {{/info}}
190
191 {{expand title="Ein Bild oder eine Datei dem Artikel hinzufügen ..."}}
192
193
194 {{display reference="Dateien und Bilder im Wiki einfuegen"/}}
195 {{/expand}}
196 )))
197 |(% colspan="1" %)(% colspan="1" %)
198 (((
199 [[image:attach:Icons@Icon_Kategorie einfügen_de.png]]
200 )))|(% colspan="1" %)(% colspan="1" %)
201 (((
202
203 )))|(% colspan="1" %)(% colspan="1" %)
204 (((
205 Öffnet eine Liste der bereits im Wiki angelegten Kategorien. Mit Klick auf einen Eintrag wird diese Kategorie dem aktuellen Artikel zugeordnet.
206 )))
207 |(% colspan="1" %)(% colspan="1" %)
208 (((
209 **Tabelle einfügen**
210 )))|(% colspan="1" %)(% colspan="1" %)
211 (((
212 (% style="color: rgb(0,0,0);" %){| (%%)
213 (% style="color: rgb(0,0,0);" %)|Zelle 1(%%)
214 (% style="color: rgb(0,0,0);" %)|Zelle 2(%%)
215 (% style="color: rgb(0,0,0);" %)|- (%%)
216 (% style="color: rgb(0,0,0);" %)|Zelle 3(%%)
217 (% style="color: rgb(0,0,0);" %)|Zelle 4(%%)
218 (% style="color: rgb(0,0,0);" %)|}
219 )))|(% colspan="1" %)(% colspan="1" %)
220 (((
221 Um eine **Tabelle** im Artikel zu erstellen nutzen Sie Klammern und Trennstiche.
222
223 |(((
224 Zelle 1
225 )))|(((
226 Zelle 2
227 )))
228 |(((
229 Zelle 3
230 )))|(((
231 Zelle 4
232 )))
233 )))
234 |(% colspan="1" %)(% colspan="1" %)
235 (((
236 **Angabe zum Ersteller**
237 )))|(% colspan="1" %)(% colspan="1" %)
238 (((
239 ~~~~~~
240
241 ~~~~~~~~
242 )))|(% colspan="1" %)(% colspan="1" %)
243 (((
244 (% style="color: rgb(51,51,51);text-decoration: none;" %)Mit der Angabe von **drei Tilde-Zeichen** wird der **Name des Seitenerstellers** an diese Stelle gesetzt. Bei **vier Tilde-Zeichen** erscheint zusätzlich ein **Zeitstempel**.
245
246 (% style="color: rgb(51,51,51);text-decoration: none;" %)
247
248 )))
249
250
251
252 {{id name="formatierung"/}}
253
254 __**Formatierungsoptionen für Bilder und Links**__
255
256 Bei Bedarf können Sie die Syntax von Links weiter ergänzen:
257
258 |(((
259 **Ausrichtung**
260 )))|(((
261 ~[~[Image:BPS.png|right]]
262
263
264 )))|(% colspan="1" %)(% colspan="1" %)
265 (((
266 Tragen Sie nach dem (% class="st" %)Verkettungszeichen(%%) (Trennstrich) den Zusatz "left" oder "right" ein.
267 )))
268 |(((
269 **Bildgröße**
270 )))|(((
271 ~[~[Image:BPS.png|120px]]
272 )))|(% colspan="1" %)(% colspan="1" %)
273 (((
274 Tragen Sie nach dem (% class="st" %)Verkettungszeichen(%%) (Trennstrich) die gewünschte Größe ein.
275 )))
276 |(((
277 **Bildlegende**
278 )))|(((
279 ~[~[Image:BPS.png|Das ist das BPS-Logo.]]
280 )))|(% colspan="1" %)(% colspan="1" %)
281 (((
282 Tragen Sie nach dem (% class="st" %)Verkettungszeichen(%%) (Trennstrich) den gewünschten Text ein.
283 )))
284 |(((
285 **Miniaturbild:**
286 )))|(((
287 ~[~[Image:BPS.png|right|thumb]]
288
289 ~[~[Image:BPS.png|right|30px|thumb]]
290
291
292 )))|(% colspan="1" %)(% colspan="1" %)
293 (((
294 Ein Miniturbild wird ausgegeben mit der Angabe thumb. In der Artikelansicht sieht der Nutzer ein verkleinertes Bild. Klickt er darauf, wird das Bild auf die Originalgröße bzw. die festgelegte Größe vergrößert.
295 )))
296 |(% colspan="1" %)(% colspan="1" %)
297 (((
298 **Mehrere Formatierungen:**
299
300
301 )))|(% colspan="1" %)(% colspan="1" %)
302 (((
303 ~[~[Image:BPS.png|right|30px|thumb|Das ist das BPS-Logo. ]]
304 )))|(% colspan="1" %)(% colspan="1" %)
305 (((
306 Mehrere Formatierungen trennen Sie jeweils mit einem (% class="st" %)Verkettungszeichen(%%) (Trennstrich).
307 )))
308
309
310
311
312 {{/expand}}
313 )))|(((
314 [[image:attach:Kursrun - Wiki Syntax_de.png]]
315 )))
316 {{/layout-cell}}
317 {{/layout-section}}
318 {{/layout}}