Wiki-Quellcode von Wikisyntax

Version 226.1 von Carina Enke am 31.01.2018

Zeige letzte Bearbeiter
1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}
4 Mit Hilfe der umfangreichen Wiki-Syntax und zusätzlicher Schaltflächen in der Editieransicht einer Seite können Sie Artikel individuell gestalten. Beispielsweise können Sie Textelemente fett oder kursiv setzen sowie Überschriften, Links oder Formeln hinzufügen. (% style="color: rgb(0,0,255);" %)
5
6
7 {{expand title="Übersicht der Wikisyntax und zusätzlichen Schaltflächen ..."}}
8 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.
9
10 {{info}}
11 Die vollständige Referenz der Wiki-Syntax finden Sie unter [[http:~~/~~/jamwiki.org/wiki/en/Wiki_Syntax.>>url:http://jamwiki.org/wiki/en/Wiki_Syntax||shape="rect"]]
12 {{/info}}
13
14 |=(% colspan="1" %)(% colspan="1" %)
15 (((
16 Formatschaltflächen
17 )))|=(% colspan="1" %)(% colspan="1" %)
18 (((
19 Eingabe mit Tastaturzeichen
20 )))|=(% colspan="1" %)(% colspan="1" %)
21 (((
22 Erläuterung und Darstellung im Artikel
23 )))
24 |(((
25 [[image:attach:Icons@Icon_fett.png]] [[image:attach:Icons@Icon_kursiv.png]]
26 )))|(((
27 (% style="color: rgb(51,51,51);text-decoration: none;" %)'''Fett"
28
29 (% style="color: rgb(51,51,51);text-decoration: none;" %)''Kursiv''
30 )))|(((
31 (% style="text-align: left;" %)
32 **Fetter** Text
33
34 (% style="text-align: left;" %)
35 //Kursiver// Text
36 )))
37 |(((
38 [[image:attach:Icons@Icon_Überschrift.png]]
39 )))|(((
40 (% style="color: rgb(51,51,51);text-decoration: none;" %)==Überschrift Text==
41 )))|(((
42 Hiermit kennzeichnen Sie **Überschriften **(Level 2).
43 )))
44 |(((
45 [[image:attach:Icons@Icon_Listen.png]]
46 )))|(((
47 (% style="color: rgb(0,0,0);text-decoration: none;" %)* Unsortiert
48 (% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0)" %)* Unsortiert(% style="color: rgb(0,0,0);text-decoration: none;" %)
49 \\# Sortiert
50 # Sortiert
51 )))|(((
52 (% style="text-decoration: none;text-align: left;" %)
53 * **unsortierte**
54 * Listen
55
56 (% style="text-decoration: none;text-align: left;" %)
57 1. **sortierte**
58 1. Listen
59 )))
60 |(((
61 [[image:attach:Icons@Icon_Formel einbinden.png]]
62 )))|(((
63 (% style="color: rgb(0,0,0);text-decoration: none;" %)<math>c = a + b</math>
64 )))|(((
65 Über dieses Symbol können Sie **Mathematische Formeln** eingeben sodass aus folgendem Code
66
67 (((
68 (% class="syntaxhighlighter sh-confluence nogutter xml expanded" %)
69 (((
70
71
72 {{code}}
73 < math >
74 < mi >&zeta;</ mi > < mo >(</ mo >< mi >s</ mi >< mo >)</ mo >
75 < mo >=</ mo >
76 < munderover > < mo >&sum;</ mo > < mrow >< mi >n</ mi >< mo >=</ mo >
77 < mn >1</ mn ></ mrow > < mi >&infin;</ mi > </ munderover >
78 < mfrac > < mn >1</ mn > < msup >< mi >n</ mi >< mi >s</ mi ></ msup >
79  </ mfrac >< mo >=</ mo >
80 < munderover > < mo >&prod;</ mo > < mrow >< mi >p</ mi >< mo >&isin;
81 </ mo >< mn >&primes;</ mn ></ mrow > < mn ></ mn > </ munderover >
82 < mfrac > < mn >1</ mn > < mrow >< mn >1</ mn >< mo >-</ mo >< msup >
83 < mi >p</ mi >< mrow >< mo >-</ mo >< mi >s</ mi ></ mrow ></ msup ></ mrow >
84  </ mfrac >< mo >=</ mo >
85 < mfrac > < mrow > < msup >< mn >e</ mn >< mrow >< mo >-</ mo >< mn >i</ mn >
86 < mn >&pi;</ mn >< mi >s</ mi ></ mrow ></ msup > < mn >&nbsp;</ mn >
87 < mn >&Gamma;</ mn >< mo >(</ mo >< mn >1</ mn >< mo >-</ mo >< mi >s</ mi >
88 < mo >)</ mo ></ mrow >
89 < mrow > < mn >2</ mn >< mn >&pi;</ mn >< mn >i</ mn > </ mrow >
90 </ mfrac >< munderover > < mo >&int;</ mo > < mi >C</ mi > < mn >
91 </ mn > </ munderover >< mfrac >
92 < mrow >< msup >< mi >z</ mi >< mrow >< mi >s</ mi >< mo >-</ mo >< mn >1</ mn >
93 </ mrow ></ msup >< mo >d</ mo >< mi >z</ mi ></ mrow >
94 < mrow >< msup >< mn >e</ mn >< mi >z</ mi ></ msup >< mo >-</ mo >
95 < mn >1</ mn ></ mrow ></ mfrac >
96 < mn >&emsp;</ mn >< mn >&emsp;</ mn >
97 < mo >(</ mo >< mi >s</ mi >< mo >&isin;</ mo >< mn >&complexes;</ mn >
98 < mo >,</ mo >< mn >&nbsp;</ mn >< mo >Re</ mo >< mi >s</ mi >
99 < mo >></ mo >< mn >1</ mn >< 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 (% style="color: rgb(0,0,0);text-decoration: none;" %)
111
112
113 (% style="color: rgb(0,0,0);text-decoration: none;" %)Beim Klick auf den Button wird zunächst ein Beispielinhalt eingefügt. Passen Sie bei diesem den gewünschten Formelinhalt an.(% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none" %) Eine Referenz zur verwendbaren (% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none" %)mathematischen Notation(% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none" %) (% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none" %)finden Sie unter [[https:~~/~~/meta.wikimedia.org/wiki/Help:Displaying_a_formula>>url:https://meta.wikimedia.org/wiki/Help:Displaying_a_formula/de||shape="rect"]].
114 )))
115 )))
116 )))
117 |(((
118 [[image:attach:Icons@Icon_Link intern.png]]
119
120
121
122
123 )))|(((
124 (% style="color: rgb(51,51,51);text-decoration: none;" %)~[~[Index]]
125 )))|(((
126 (% style="text-align: left;" %)
127 Fügen Sie über diesen Button einen** Link zu einer internen Seite **ein: Existiert bereits ein Artikel mit dem Titel (bspw. Index) können Sie vom aktuell geöffneten Artikel auf diesen verweisen. Schreiben SIe dazu doppelte eckige Klammern um den Titel des Artikels auf den verwiesen werden soll.
128
129 (% style="text-align: left;" %)
130 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.
131 )))
132 |(% colspan="1" %)(% colspan="1" %)
133 (((
134 [[image:attach:Icons@Icon_Link extern.png]]
135 )))|(% colspan="1" %)(% colspan="1" %)
136 (((
137 (% 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"]] Homepage der BPS GmbH]
138 )))|(% colspan="1" %)(% colspan="1" %)
139 (((
140 (% style="color: rgb(0,0,0);text-decoration: none;" %)Fügen Sie über diesen Button einen** Link zu einer externen Seite **ein. Es wird zunächst ein Beispielinhalt eingefügt. Passen Sie bei diesem die URL und den alternativen Linktext an.(% style="color: rgb(0, 0, 0); text-decoration: none; color: rgb(0, 0, 0); text-decoration: none" %)
141 )))
142 |(% colspan="1" %)(% colspan="1" %)
143 (((
144 [[image:attach:Icons@Icon_unformatierter Text.png]]
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 (% style="color: rgb(51,51,51);text-decoration: none;" %)<nowiki>Hier den unformatierten Text eingeben</nowiki>
148 )))|(% colspan="1" %)(% colspan="1" %)
149 (((
150 (% style="color: rgb(51,51,51);text-decoration: none;" %)Über diesen Button können Sie unformatierten Text anzeigen lassen(%%).
151 )))
152 |(% colspan="1" %)(% colspan="1" %)
153 (((
154 [[image:attach:Icons@Icon_Trennlinie.png]]
155 )))|(% colspan="1" %)(% colspan="1" %)
156 (((
157 (% style="color: rgb(51,51,51);text-decoration: none;" %)~-~-~-~-
158 )))|(% colspan="1" %)(% colspan="1" %)
159 (((
160 (% 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.
161 )))
162 |(% colspan="1" %)(% colspan="1" %)
163 (((
164 [[image:attach:Icons@Icon_Datei hochladen_de.png]]
165 )))|(% colspan="1" %)(% colspan="1" %)
166 (((
167
168 )))|(% colspan="1" %)(% colspan="1" %)
169 (((
170 Öffnet die Upload-Funktion. Sie können dort Dateien per Drag-and-Drop von Ihrem Rechner in das Wiki hochladen.
171 )))
172 |(% colspan="1" %)(% colspan="1" %)
173 (((
174 [[image:attach:Icons@Icon_Link einfügen_de.png]]
175 )))|(% colspan="1" %)(% colspan="1" %)
176 (((
177
178 )))|(% colspan="1" %)(% colspan="1" %)
179 (((
180 Ö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.
181 )))
182 |(% colspan="1" %)(% colspan="1" %)
183 (((
184 [[image:attach:Icons@Icon_Datei einfügen_de.png]]
185 )))|(% colspan="1" %)(% colspan="1" %)
186 (((
187
188 )))|(% colspan="1" %)(% colspan="1" %)
189 (((
190 Öffnet eine Liste der bereits im Wiki hochgeladenen Dateien. Mit Klick auf einen Eintrag wird diese Datei in den Artikel eingefügt.
191
192 {{info}}
193 Bilder werden im Artikel direkt, andere Dateiformate wie PDF-, Word oder HTML-Dateien als Link zum herunterladen angezeigt.
194 {{/info}}
195
196 {{expand title="Ein Bild oder eine Datei dem Artikel hinzufügen ..."}}
197
198
199 {{display reference="Dateien und Bilder im Wiki einfuegen"/}}
200 {{/expand}}
201 )))
202 |(% colspan="1" %)(% colspan="1" %)
203 (((
204 [[image:attach:Icons@Icon_Kategorie einfügen_de.png]]
205 )))|(% colspan="1" %)(% colspan="1" %)
206 (((
207
208 )))|(% colspan="1" %)(% colspan="1" %)
209 (((
210 Öffnet eine Liste der bereits im Wiki angelegten Kategorien. Mit Klick auf einen Eintrag wird diese Kategorie dem aktuellen Artikel zugeordnet.
211 )))
212 |(% colspan="1" %)(% colspan="1" %)
213 (((
214 **Tabelle einfügen**
215 )))|(% colspan="1" %)(% colspan="1" %)
216 (((
217 (% style="color: rgb(0,0,0);" %){| (%%)
218 (% style="color: rgb(0,0,0);" %)|Zelle 1(%%)
219 (% style="color: rgb(0,0,0);" %)|Zelle 2(%%)
220 (% style="color: rgb(0,0,0);" %)|- (%%)
221 (% style="color: rgb(0,0,0);" %)|Zelle 3(%%)
222 (% style="color: rgb(0,0,0);" %)|Zelle 4(%%)
223 (% style="color: rgb(0,0,0);" %)|}
224 )))|(% colspan="1" %)(% colspan="1" %)
225 (((
226 Um eine **Tabelle** im Artikel zu erstellen nutzen Sie Klammern und Trennstiche.
227
228 |(((
229 Zelle 1
230 )))|(((
231 Zelle 2
232 )))
233 |(((
234 Zelle 3
235 )))|(((
236 Zelle 4
237 )))
238 )))
239 |(% colspan="1" %)(% colspan="1" %)
240 (((
241 **Angabe zum Ersteller**
242 )))|(% colspan="1" %)(% colspan="1" %)
243 (((
244 ~~~~~~
245
246 ~~~~~~~~
247 )))|(% colspan="1" %)(% colspan="1" %)
248 (((
249 (% 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**.
250 )))
251
252
253
254 {{id name="formatierung"/}}
255
256 __**Formatierungsoptionen für Bilder und Links**__
257
258 Bei Bedarf können Sie die Syntax von Links weiter ergänzen:
259
260 |(((
261 **Ausrichtung**
262 )))|(((
263 ~[~[Image:BPS.png|right]]
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 )))|(% colspan="1" %)(% colspan="1" %)
291 (((
292 Ein Miniaturbild 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.
293 )))
294 |(% colspan="1" %)(% colspan="1" %)
295 (((
296 **Mehrere Formatierungen**
297 )))|(% colspan="1" %)(% colspan="1" %)
298 (((
299 ~[~[Image:BPS.png|right|30px|thumb|Das ist das BPS-Logo.]]
300 )))|(% colspan="1" %)(% colspan="1" %)
301 (((
302 Mehrere Formatierungen trennen Sie jeweils mit einem (% class="st" %)Verkettungszeichen(%%) (Trennstrich).
303 )))
304 {{/expand}}
305
306
307
308 [[image:attach:Kursrun - Wiki Syntax_de.png]]
309 {{/layout-cell}}
310 {{/layout-section}}
311 {{/layout}}