Wiki-Quellcode von Wikisyntax

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