Editierhilfe: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
</syntaxhighlight>
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict">{{DISPLAYTITLE:Angepasste Überschrift}}</syntaxhighlight> | ||
| | ||
Zeile 14: | Zeile 14: | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict">{{#invoke:Infobox|ShowInfoBoxOmniSeller}} | ||
{{#invoke:Infobox|ShowInfoBoxOmniMDE}} | {{#invoke:Infobox|ShowInfoBoxOmniMDE}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Zeile 23: | Zeile 23: | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict"><htmlmedia height="240" width="320">https://www.youtube.com/watch?v=cblwwWfZtvM</htmlmedia> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Zeile 33: | Zeile 33: | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict"> | ||
{| class="wikitable sortable" style="width: 946px;" | {| class="wikitable sortable" style="width: 946px;" | ||
|- | |- | ||
Zeile 94: | Zeile 94: | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict"><span style="color:#16a085;"><span style="font-size:24px">✔ </span></span> | ||
<span style="color:#c0392b;"><span style="font-size:24px">✘</span></span> </syntaxhighlight> | <span style="color:#c0392b;"><span style="font-size:24px">✘</span></span> </syntaxhighlight> | ||
</div> </div> </div> | </div> </div> </div> | ||
Zeile 105: | Zeile 105: | ||
== Einfügen von Quellcode == | == Einfügen von Quellcode == | ||
Liste der unterstützen Sprachen findet man [https://www.mediawiki.org/wiki/Extension: | Liste der unterstützen Sprachen findet man [https://www.mediawiki.org/wiki/Extension:syntaxhighlight/de HIER] | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict"><syntaxhighlight lang="html4strict"><span style="color:#16a085;"><span style="font-size:24px">✔ </span></span> | ||
<span style="color:#c0392b;"><span style="font-size:24px">✘</span></span> </ | <span style="color:#c0392b;"><span style="font-size:24px">✘</span></span> </syntaxhighlight> </syntaxhighlight> | ||
| | ||
== Beispiel == | == Beispiel == | ||
| | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="html4strict"><!doctype html> | ||
<html lang="de"> | <html lang="de"> | ||
<head> | <head> |
Version vom 15. Dezember 2017, 13:24 Uhr
Hier findet man einige Wiki-Editierhilfen.
Angepasste Seitenüberschrift
{{DISPLAYTITLE:Angepasste Überschrift}}
Anzeige des App-Infokasten
{{#invoke:Infobox|ShowInfoBoxOmniSeller}}
{{#invoke:Infobox|ShowInfoBoxOmniMDE}}
Einbetten eines Youtube Videos
<htmlmedia height="240" width="320">https://www.youtube.com/watch?v=cblwwWfZtvM</htmlmedia>
Beispiel
<htmlmedia height="240" width="320">https://www.youtube.com/watch?v=cblwwWfZtvM</htmlmedia>
Sortierbare Tabelle
{| class="wikitable sortable" style="width: 946px;"
|-
! style="width: 109px;" | <u><span style="font-size:larger;">A</span></u>
! style="width: 168px;" | <u><span style="font-size:larger;">B</span></u>
! style="width: 205px;" | <u><span style="font-size:larger;">C</span></u>
! style="width: 327px;" | <u><span style="font-size:larger;">D Version</span></u>
! style="width: 122px;" |
<u><span style="font-size:larger;">E</span></u>
|-
| style="width: 109px; text-align: center;" | '''Scanner'''
| style="width: 168px; text-align: center;" | TestA
| style="width: 205px; text-align: center;" | TestC
| style="width: 327px; text-align: center;" | TestE
| style="width: 122px; text-align: center; background-color: rgb(51, 153, 51);" |
'''<span style="color:#FFFFFF;">Ja</span>'''
|-
| style="width: 109px; text-align: center;" | '''Tablet'''
| style="width: 168px; text-align: center;" | TestB
| style="width: 205px; text-align: center;" | TestD
| style="width: 327px; text-align: center;" | Test F
| style="width: 122px; text-align: center; background-color: #ff6666;" |
'''<span style="color:#000000;">Nein</span>'''
|}
Beispiel
A | B | C | D Version |
E |
---|---|---|---|---|
Scanner | TestA | TestC | TestE |
Ja |
Tablet | TestB | TestD | Test F |
Nein |
Sonderzeichen
<span style="color:#16a085;"><span style="font-size:24px">✔ </span></span>
<span style="color:#c0392b;"><span style="font-size:24px">✘</span></span>
Beispiel
✔ ✘
Einfügen von Quellcode
Liste der unterstützen Sprachen findet man HIER
<syntaxhighlight lang="html4strict"><span style="color:#16a085;"><span style="font-size:24px">✔ </span></span>
<span style="color:#c0392b;"><span style="font-size:24px">✘</span></span>
Beispiel
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Hello</title>
</head>
<body>
This is a <p>Test
</body>
</html>