Template:Media table: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Text replacement - "ub-template" to "ubtemplate")
Line 38: Line 38:
Note that for all the values, additional files can be added to the list by incrementing the parameter number.
Note that for all the values, additional files can be added to the list by incrementing the parameter number.


== Sub-template ==
== Subtemplate ==
*[[Template:Media table/row]]
*[[Template:Media table/row]]


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

Revision as of 14:07, May 31, 2024

Icon of a film clapperboard. Example video - Showing an example video file.
File infoMedia:Example.ogv
0:12
Icon of an audio speaker. Example audio - Showing an example audio file.
File infoMedia:Example.oga
0:03
Help:MediaHaving trouble playing?

Usage

This template is used for organizing media files on pages. The table above is produced by the following syntax:

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

Parameters

The following parameters may be defined when using the template (replace X with a number):

  • fileX - The filename, excluding the "File:" prefix. So for the file at "File:Example.oga", this parameter would be defined as "Example.oga".
  • titleX - The title of the file that will be used in the table; automatically appears in bold.
  • descriptionX - A short description of the file that will appear after the title.
  • lengthX - The file duration, in M:SS format.

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

Subtemplate