Videos: Difference between revisions
From Dune Awakening DB
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{#css:Template:VideoGallery/styles.css}} | ||
<div class="video-gallery-main-container"> | <div class="video-gallery-main-container"> | ||
<!-- Video Categories Section (60% width) --> | |||
<div class="video-categories"> | |||
<!-- Tab Navigation --> | |||
<div class="video-tabs-nav"> | |||
<button class="video-tab active" data-tab="featured">◆ Featured</button> | |||
<button class="video-tab" data-tab="leveling">⬆ Leveling</button> | |||
<button class="video-tab" data-tab="crafting">⚒ Crafting</button> | |||
<button class="video-tab" data-tab="building">⌂ Building</button> | |||
<button class="video-tab" data-tab="pve">⚔ PVE</button> | |||
<button class="video-tab" data-tab="pvp">⚔ PVP</button> | |||
</div> | |||
<!-- Tab Content Containers --> | |||
<div class="video-tab-content active" data-content="featured"> | |||
{{VideoGalleryCategory|tag=Featured}} | |||
</div> | |||
<div class="video-tab-content" data-content="leveling"> | |||
{{VideoGalleryCategory|tag=Leveling}} | |||
</div> | |||
<div class="video-tab-content" data-content="crafting"> | |||
{{VideoGalleryCategory|tag=Crafting}} | |||
</div> | |||
<div class="video-tab-content" data-content="building"> | |||
{{VideoGalleryCategory|tag=Building}} | |||
</div> | |||
<div class="video-tab-content" data-content="pve"> | |||
{{VideoGalleryCategory|tag=PVE}} | |||
</div> | |||
<div class="video-tab-content" data-content="pvp"> | |||
{{VideoGalleryCategory|tag=PVP}} | |||
</div> | |||
</div> | </div> | ||
<!-- Video Player Panel (40% width) --> | |||
<div class="video-player-panel" id="videoPlayerPanel"> | |||
<div class="no-video-selected"> | |||
<div class="placeholder-icon">▶</div> | |||
<p>Select a video to watch</p> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- | <!-- Store video data for JavaScript --> | ||
<script type="application/json" id="video-gallery-data"> | <script type="application/json" id="video-gallery-data"> | ||
{{ | {{VideoGalleryData}} | ||
</script> | </script> | ||
<!-- | <!-- Include JavaScript --> | ||
{{# | {{#widget:VideoGalleryJS}} | ||
Revision as of 04:06, 2 June 2025
{{#css:Template:VideoGallery/styles.css}}
<button class="video-tab active" data-tab="featured">◆ Featured</button>
<button class="video-tab" data-tab="leveling">⬆ Leveling</button>
<button class="video-tab" data-tab="crafting">⚒ Crafting</button>
<button class="video-tab" data-tab="building">⌂ Building</button>
<button class="video-tab" data-tab="pve">⚔ PVE</button>
<button class="video-tab" data-tab="pvp">⚔ PVP</button>
Select a video to watch
<script type="application/json" id="video-gallery-data"> Template:VideoGalleryData </script>
{{#widget:VideoGalleryJS}}
