Template:Media table: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 38: Line 38:


Note that for all the values, additional files can be added to the list by incrementing the number in the parameter.
Note that for all the values, additional files can be added to the list by incrementing the number in the parameter.
== Sub-templates ==
*[[Template:Media table/OGA]]
*[[Template:Media table/OGV]]


[[Category:Media templates]]</noinclude>
[[Category:Media templates]]</noinclude>

Revision as of 10:34, May 13, 2021

Template:Media table/OGVTemplate:Media table/OGA

Help:MediaHaving trouble playing?

Usage

The table above is produced by the following syntax:

{{media table
|type1=video
|file1=Example.ogv
|title1=Example Video
|description1=Showing an example.
|length1=0:12
|type2=audio
|file2=Example.oga
|title2=Example Audio
|description2=Showing an example.
|length2=0:03
}}

Parameters

The purpose of this template is to cleanly insert audio and video files into pages. The following parameters may be defined when using it. Replace X with a number.

  • typeX - Can be set to either "audio" or "video". This parameter controls the icon displayed next to the file and how to handle the media link.
  • fileX - The filename, excluding the "File:" prefix. So for the file at "File:Example.oga", this parameter would be defined as "Example.oga".
  • titleX - A title for the file as it will appear on the page.
  • descriptionX - A short description of the file that will appear next to the title.
  • lengthX - M:SS format.

Note that for all the values, additional files can be added to the list by incrementing the number in the parameter.

Sub-templates