Vorlage:Video-Listeneintrag: Unterschied zwischen den Versionen
Aus WikiToYes
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<includeonly> | <includeonly> | ||
<div class="video- | <div class="video-entry" style="display:flex; gap:20px; margin-bottom:2em; border:1px solid #ddd; border-radius:8px; padding:15px; background:#f9f9f9; flex-wrap:wrap"> | ||
<div style=" | |||
<!-- Vorschau-Bild --> | |||
< | <div style="flex:0 0 320px"> | ||
[[Datei:Video-play.png|link=https://www.youtube.com/watch?v={{{ID}}}|320px|center|class=video-thumb]] | |||
</div> | |||
</ | |||
<!-- Beschreibung --> | |||
<div style="flex:1"> | |||
<div style="font-size:1.2em; font-weight:bold; margin-bottom:5px"> | |||
{{{Titel}}} | |||
</div> | |||
<div style="margin-bottom:5px"><strong>Episode:</strong> {{{Episode}}}</div> | |||
<div style="margin-bottom:5px"><strong>Kategorie:</strong> {{{Kategorien}}}</div> | |||
<div style="margin-bottom:10px"><strong>Beschreibung:</strong><br />{{{Beschreibung}}}</div> | |||
<div style="margin-top:10px"> | |||
[https://www.youtube.com/watch?v={{{ID}}} ▶ Video ansehen auf YouTube] | |||
</div> | |||
</div> | </div> | ||
<div style=" | |||
<!-- Semantische Daten (unsichtbar) --> | |||
<div style="display:none"> | |||
[[Video-ID::{{{ID}}}]] | |||
[[Kategorie::{{{Kategorien}}}]] | |||
[[Episode::{{{Episode}}}]] | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||