Benutzer Diskussion:Tasnad: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
 
(48 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
{{BlaueBox|TEXT=
 +
I am a pipe symbol: {{!}}
 +
 +
{{canonicalurl:Spezial:MIME-Typ-Suche|mime=video/mp4}}
 +
 +
{{canonicalurl:Spezial:MIME-Typ-Suche|mime=application/ogg}}
 +
}}
 +
 +
 +
Referenzen:
 +
'''[bla01]'''<ref name="bla01">Hans Dampf</ref>
 +
'''[bla01]'''<ref name="bla01"></ref>
 +
<references/>
 +
 +
 +
[[html5Test]]
 +
 +
Liste der Templates unter [[MediaWiki:Vorlagen]] (keine automatische Seite, manuell angelegt).
 +
 +
This image will not stand in line with the
 +
 +
[[File:P_ID785__LZI_Z_1_1.png|I am the caption!]]
 +
 +
surrounding text!
 +
 +
 +
<gallery>
 +
P_ID785__LZI_Z_1_1.png|Der Untertitel ich bin
 +
</gallery>
 +
 +
[[File:P_ID785__LZI_Z_1_1.png|thumb|100px|I am the caption!]]
 +
 +
 +
Mathjax formula: $\phi_2$ and paragraph: $$ y_3 $$
 +
 +
 +
Linkfarben:
 +
 +
{| class="wikitable"
 +
|-
 +
! !! Intern !! Extern
 +
|-
 +
| Unbesucht || [[Kanalcodierung/Beispiele binärer Blockcodes]] || [http://klejkldfsjg.de klejkldfsjg.de]
 +
|-
 +
| Besucht || [[Kanalcodierung/Einige Grundlagen der Algebra]] || [http://google.de google.de]
 +
|-
 +
| Ungültig || [[Blabla/Blub]] || [fhdsf://klejkldfsjg.asdgjk fhdsf://klejkldfsjg.asdgjk]
 +
|}
 +
 +
 +
$\muup$
 +
 +
<quiz display=simple>
 +
 +
{Geben Sie die A an!
 +
|type="{}"}
 +
$ Option A: { 0 }
 +
$ Option B: { 0 10% }
 +
$ Option C: { 3 10% }
 +
 +
</quiz>
 +
 +
<math>x^2</math>
 +
 +
 +
 
<html>
 
<html>
Ogg
+
  <p>Before the script...</p>
<p>
+
  <script>
    <audio controls>
+
     alert( 'Hello, world!' );
        <source src="media/a.ogg" type="audio/ogg">
+
  </script>
        Your browser does not support the audio element.
+
  <p>...After the script.</p>
    </audio>
 
</p>
 
Mp3
 
<p>
 
     <audio controls>
 
        <source src="media/a.mp3" type="audio/mpeg">
 
        Your browser does not support the audio element.
 
    </audio>
 
</p>
 
Beide
 
<p>
 
    <audio controls>
 
        <source src="media/a.mp3" type="audio/mpeg">
 
        <source src="media/a.ogg" type="audio/ogg">
 
        Your browser does not support the audio element.
 
    </audio>
 
</p>
 
Ende
 
 
</html>
 
</html>

Aktuelle Version vom 18. November 2018, 15:03 Uhr


Referenzen: [bla01][1] [bla01][1]

  1. 1,0 1,1 Hans Dampf


Html5Test

Liste der Templates unter Vorlagen (keine automatische Seite, manuell angelegt).

This image will not stand in line with the

I am the caption!

surrounding text!


I am the caption!


Mathjax formula: $\phi_2$ and paragraph: $$ y_3 $$


Linkfarben:

Intern Extern
Unbesucht Kanalcodierung/Beispiele binärer Blockcodes klejkldfsjg.de
Besucht Kanalcodierung/Einige Grundlagen der Algebra google.de
Ungültig Blabla/Blub [fhdsf://klejkldfsjg.asdgjk fhdsf://klejkldfsjg.asdgjk]


$\muup$

Geben Sie die A an!

$ Option A:

$ Option B:

$ Option C:


\(x^2\)


<html>

 <p>Before the script...</p>
 <script>
   alert( 'Hello, world!' );
 </script>
 <p>...After the script.</p>

</html>