Editierhilfe: Unterschied zwischen den Versionen

Aus HTK Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
Zeile 29: Zeile 29:
<syntaxhighlight lang="html4strict">{{#invoke:Infobox|ShowInfoBoxOmniSeller}}
<syntaxhighlight lang="html4strict">{{#invoke:Infobox|ShowInfoBoxOmniSeller}}
{{#invoke:Infobox|ShowInfoBoxOmniMDE}}
{{#invoke:Infobox|ShowInfoBoxOmniMDE}}
{{#invoke:Infobox|ShowInfoBoxOmniShipping}}
</syntaxhighlight>
</syntaxhighlight>


== Einbetten eines Youtube Videos ==
== Einbetten eines Youtube Videos ==

Aktuelle Version vom 14. Juni 2022, 08:17 Uhr

Hier findet man einige Wiki-Editierhilfen.

Spezialseiten

Angepasste Seitenüberschrift

{{DISPLAYTITLE:Angepasste Überschrift}}


Anzeige des App-Infokasten

{{#invoke:Infobox|ShowInfoBoxOmniSeller}}
{{#invoke:Infobox|ShowInfoBoxOmniMDE}}
{{#invoke:Infobox|ShowInfoBoxOmniShipping}}

Einbetten eines Youtube Videos

<html5media height="240" width="320">https://www.youtube.com/watch?v=cblwwWfZtvM</html5media>

Beispiel

<html5media height="240" width="320">https://www.youtube.com/watch?v=cblwwWfZtvM</html5media>

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

E

Scanner TestA TestC TestE

Ja

Tablet TestB TestD Test F

Nein


Sonderzeichen

<span style="color:#16a085;"><span style="font-size:24px">✔&nbsp;</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="html5"><span style="color:#16a085;"><span style="font-size:24px">✔&nbsp;</span></span>
<span style="color:#c0392b;"><span style="font-size:24px">✘</span></span>

</syntaxhighlight>

Beispiel

<!doctype html>
<html lang="de">
<head>
  <meta charset="UTF-8">
  <title>Hello</title>
</head>
<body>
This is a <p>Test
</body>
</html>