Template:Listen/doc
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
|  | 
Description
{{Listen}} is a generic side box template linking to audio.
Similar templates:
- {{LinkNarrated}}
- a link to an article that also has a narrated version
- {{UnNewsAudio}}
- UnNews articles with narrations should instead begin with this, as directed in the instructions
Usage
|filename= and |title= are the only mandatory parameters. Additional filenames require corresponding titles.
|pos= can be left, center, or right (default).
Single file
{{Listen
| type        =
| pos         =
| filename    =
| title       =
| description =
}}
Multiple files
{{Listen
| type         =
| pos          =
| filename     =
| title        =
| alt          =
| description  =
| filename2    =
| title2       =
| alt2         =
| description2 =
| filename3    =
| title3       =
| alt3         =
| description3 =
}}
Examples
Example 1
{{Listen
| type        =
| pos         = 
| filename    = Example.ogg
| title       = Example
| description = An example audio clip
}}
Example 2
{{Listen
| type         = music
| pos          = center
| filename     = Sevenfold ramen.mp3
| title        = Sevenfold RAmen
| alt          =
| description  = UnTune
| filename2    = Sevenfold ramen bg.mp3
| title2       = Sevenfold RAmen bg
| alt2         =
| description2 = UnTune background music
| filename3    =
| title3       =
| alt3         =
| description3 =
}}
Example 3
{{Listen
| type         = speech
| pos          = left
| filename     = Volcano.mp3
| title        = Volcano
| alt          =
| description  = Narration of ''Volcano'' article
| filename2    = 
| title2       = 
| alt2         =
| description2 =
| filename3    =
| title3       =
| alt3         =
| description3 =
}}


