Template:Media table: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
(Created page with "<!-- BIG MESS AHEAD -- ONLY EDIT IF YOU KNOW THE CODE -->{{#if:{{{name1|}}}|<table style="padding:4px;width:100%;border-collapse:collapse;border:1px solid black;border-top:2px...")
 
m (Bawitdaba moved page Template:Media to Template:Media table without leaving a redirect: table)
(No difference)

Revision as of 01:28, April 28, 2022

Having trouble playing?

Can now support 1-30 files. If you edit this page, be careful, it contains highly esoteric (complex) coding.

Usage

The purpose of this template is to cleanly insert Audio and Video files into pages. The following parameters may be defined when using it.

{{Media
|type1=Should be set to either "audio" or "video". This parameter controls the icon displayed next to the file.
|name1=The name that the file is uploaded under. It should not include the the "File:" prefix, nor the file extension (.ogg) So for the file at "File:Example.ogg", this parameter would be defined as "Example".
|pipe1=This should be the file's name as it will appear on the page. For instance, if a file is uploaded at "File:Example246.ogg", but it needs to appear on the page as simply "Example", name1 would be defined "Example246", and pipe1 "Example". In cases where name1 and pipe1 would be set to identical values, only name1 needs to be used.
|description1=A short description of the file that will appear with it on the page.
|caps1=If the file extension is written in all caps (.OGG), this should be set to "on". If it is written in lowercase (.ogg), it should be either left blank or set to "off". Note that a file extension containing a mix of capitals and lowercase is incompatible with this template.
}}

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