Difference between revisions of "Template:Codec audio"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Target page anchor #Audio for codec; +Category:Templates)
(Revert edits by h2g2bob to revision 6879 by h2g2bob: subpages will make it complex. Let us try page markers instead)
Line 1: Line 1:
 
{{top box
 
{{top box
 +
|id={{{id|{{{1|??}}}}}}
 +
|text=This is an [[Codec#Audio_Codecs|audio codec]]. The name to use at the [[command line]] is '''{{{id|{{{1|??}}}}}}'''{{#if:{{{altid|}}}|, but you can also use '''{{{altid}}}'''{{#if:{{{altid2|}}}|, or '''{{{altid2}}}'''}}}}.
 +
 +
{{#if:{{{for|}}}| This codec can be used inside the {{{for}}} containers. }}
 +
 +
{{#if:{{{mod|}}}| This codec is from the [[Documentation:Modules/{{{mod}}}|{{{mod}}}]] module. }}
 
|bgcol=#f0fcfc
 
|bgcol=#f0fcfc
 
|brcol=#a0c0c0
 
|brcol=#a0c0c0
|id={{{id|{{{1|??}}}}}}
+
}} <includeonly>[[Category:Audio codecs]] [[Category:codecs]]</includeonly><noinclude>
|text=This is an [[Codec#Audio|audio codec]]. {{#ifeq:{{lc:{{{works|}}}}}|no|Sorry, this codec is currently [[unsupported|not supported]] by VLC.
+
 
|The name to use at the [[command line]] is '''{{{id|{{{1|unknown}}}}}}'''{{#if:{{{altid|}}}|, but you can also use '''{{{altid}}}'''{{#if:{{{altid2|}}}|, or '''{{{altid2}}}'''}}}}.
+
For audio codecs.
}}{{#if:{{{for|}}}|<br/>This codec can be used inside the {{{for}}} containers.
+
 
}}{{#if:{{{mod|}}}|<br/>This codec is from the [[Documentation:Modules/{{{mod}}}|{{{mod}}}]] module.
+
Usage:
}} }} <includeonly>[[Category:Audio codecs]] [[Category:codecs]]</includeonly><noinclude>
+
<nowiki>{{codec audio | id= | altid= | altid2= | for= | mod= }}</nowiki>
{{Codec audio/doc}}
+
 
[[Category:Templates]]
+
You should supply id, the rest are optional.
 +
* id: the module name for the codec. If there's other shortcuts to the same module, use altid and altid2.
 +
* for: a list of containers this codec is compatible with. Put the names in <nowiki>[[ ]]</nowiki> so they link properly.
 +
* mod: the module which has this codec (from [[Documentation:Modules]]
 +
 
 
</noinclude>
 
</noinclude>

Revision as of 04:46, 18 February 2019

??
This is an audio codec. The name to use at the command line is ??.

For audio codecs.

Usage:

{{codec audio | id= | altid= | altid2= | for= | mod= }}

You should supply id, the rest are optional.

  • id: the module name for the codec. If there's other shortcuts to the same module, use altid and altid2.
  • for: a list of containers this codec is compatible with. Put the names in [[ ]] so they link properly.
  • mod: the module which has this codec (from Documentation:Modules