Template:IPA audio link/doc
This is a documentation subpage for Template:IPA audio link. It may contain usage information, categories and other content that is not part of the original template page. |
This template formats the audio link used by Template:IPA-all and similar templates at Category:International Phonetic Alphabet templates. It should not be used directly in articles.
Usage
Usage within an IPA template will typically be something similar to:
{{#if:{{{3|}}}|{{IPA audio link|{{{3}}}|attribution={{{attribution|}}} }} }}
In the sample code above, "3" is the parameter for the file name (e.g. "Fr-Avignon.ogg") and "attribution" is an optional parameter specifying whether or not to create an attribution link (i.e. a link to the file page).
Example output
Note that this template is not intended for use directly in articles. The following examples are purely to show variations in output.
- Basic
- [aviɲɔ̃] (Template:Error-small)
[aviɲɔ̃]{{IPA audio link|Fr-Avignon.ogg}}
- Without attribution link
Audio files which are licensed as CC0 or public domain may be linked to without an attribution link:
- [aviɲɔ̃] Template:Error-small
[aviɲɔ̃]{{IPA audio link|Fr-Avignon.ogg|attribution=no}}
TemplateData
<templatedata> { "params": { "1": { "label": "Audio file", "description": "The audio file without the \"File:\" prefix", "example": "En-us-Foobar.ogg" }, "attribution": { "label": "Attribution link", "description": "Set attribution to \"no\" to only display a speaker icon that links directly to the audio file (with no link to the File page).", "example": "no" } }, "paramOrder": [ "1", "attribution" ], "description": "Formats the audio link used by IPA-all and similar templates" } </templatedata>