Template:Player: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
(No it wasn't)
(Maybe now?)
Line 1: Line 1:
{| style="border-collapse: separate; border-width: 1px; border-style: solid; float:{{#if: {{{pos|}}} | [[{{{pos|}}}]] | right }}; background:#fafafa;"
{| style="border-collapse: separate; border-width: 1px; border-style: solid; float:{{#if: {{{pos|}}} | [[{{{pos|}}}]] | right }}; background:#fafafa;"
|-
|-
| <big>{{#if: {{{title|}}} | [[{{{title|}}}]] | }}</big>
| <big>{{#if: {{{title|}}} | {{{title|}}} | }}</big>
|-
|-
| <html5media {{#if: {{{height|}}} | height="{{{height|}}}" | }} {{#if: {{{width|}}} | width="{{{width|}}}">{{{filename|}}}</html5media>
| <html5media {{#if: {{{height|}}} | height="{{{height|}}}" | }} {{#if: {{{width|}}} | width="{{{width|}}}" | }}>{{{filename|}}}</html5media>
|-
|-
| {{#if: {{{description|}}} | [[{{{description|}}}]] | }} {{{filename|}}}
| {{#if: {{{description|}}} | {{{description|}}} | }}
|}
|}



Revision as of 03:55, 13 September 2019

<html5media ></html5media>


Usage

This template inserts a HTML5 player and is based on the Html5mediator extension. For older browsers, it falls back on Flash.

You can use it to embed MP3, OGG and MP4 files.



{{Player
| filename    = File:X (if hosted on the Wiki), or the URL of an external file, or the URL of a YouTube page
| title       = A title for the template box (not required)
| description = A caption for your file (not required)
| height      = Height (not required, ignored if audio)
| width       = Width (not required, ignored if audio)
| pos         = Left or right (not required, defaults to right)
}}