<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AIPA_audio_link%2Fdoc</id>
	<title>Template:IPA audio link/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AIPA_audio_link%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:IPA_audio_link/doc&amp;action=history"/>
	<updated>2026-04-13T16:12:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:IPA_audio_link/doc&amp;diff=18788&amp;oldid=prev</id>
		<title>Wikipedia&gt;DB1729: Reverted edits by 2600:387:C:6E32:0:0:0:2 (talk) to last version by Kaldari</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:IPA_audio_link/doc&amp;diff=18788&amp;oldid=prev"/>
		<updated>2022-02-18T20:44:40Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki/Special:Contributions/2600:387:C:6E32:0:0:0:2&quot; title=&quot;Special:Contributions/2600:387:C:6E32:0:0:0:2&quot;&gt;2600:387:C:6E32:0:0:0:2&lt;/a&gt; (&lt;a href=&quot;/w/index.php?title=User_talk:2600:387:C:6E32:0:0:0:2&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:2600:387:C:6E32:0:0:0:2 (page does not exist)&quot;&gt;talk&lt;/a&gt;) to last version by Kaldari&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
This template formats the audio link used by [[Template:IPA-all]] and similar templates at [[:Category:IPA templates]]. &amp;#039;&amp;#039;&amp;#039;It should not be used directly in articles.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Usage within an IPA template will typically be something similar to:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#if:{{{3|}}}|{{IPA audio link|{{{3}}}|attribution={{{attribution|}}} }} }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the sample code above, &amp;quot;3&amp;quot; is the parameter for the file name (e.g. &amp;quot;Fr-Avignon.ogg&amp;quot;) and &amp;quot;attribution&amp;quot; is an optional parameter specifying whether or not to create an attribution link (i.e. a link to the file page).&lt;br /&gt;
&lt;br /&gt;
==Example output==&lt;br /&gt;
Note that this template is not intended for use directly in articles. The following examples are purely to show variations in output.&lt;br /&gt;
; Basic&lt;br /&gt;
*[aviɲɔ̃]{{IPA audio link|Fr-Avignon.ogg}}&lt;br /&gt;
*:&amp;lt;code&amp;gt;[aviɲɔ̃]&amp;lt;nowiki&amp;gt;{{IPA audio link|Fr-Avignon.ogg}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Without attribution link&lt;br /&gt;
Audio files which are licensed as CC0 or public domain may be linked to without an attribution link:&lt;br /&gt;
*[aviɲɔ̃]{{IPA audio link|Fr-Avignon.ogg|attribution=no}}&lt;br /&gt;
*:&amp;lt;code&amp;gt;[aviɲɔ̃]&amp;lt;nowiki&amp;gt;{{IPA audio link|Fr-Avignon.ogg|attribution=no}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Audio file&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The audio file without the \&amp;quot;File:\&amp;quot; prefix&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;En-us-Foobar.ogg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;attribution&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Attribution link&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Set attribution to \&amp;quot;no\&amp;quot; to only display a speaker icon that links directly to the audio file (with no link to the File page).&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;no&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;,&lt;br /&gt;
		&amp;quot;attribution&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Formats the audio link used by IPA-all and similar templates&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
{{IPA templates}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:IPA audio templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;DB1729</name></author>
	</entry>
</feed>