<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=IPA_filter</id>
	<title>IPA filter - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=IPA_filter"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=IPA_filter&amp;action=history"/>
	<updated>2026-05-06T20:49:05Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=IPA_filter&amp;diff=1535&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=IPA_filter&amp;diff=1535&amp;oldid=prev"/>
		<updated>2024-10-14T18:18:12Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 18:18, 14 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=IPA_filter&amp;diff=1534&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* Doulos */clean up, typos fixed: overriden → overridden</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=IPA_filter&amp;diff=1534&amp;oldid=prev"/>
		<updated>2022-08-11T15:31:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Doulos: &lt;/span&gt;clean up, typos fixed: overriden → overridden&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = filter&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=filter_ipa&lt;br /&gt;
|tracker = coming soon&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=260164&lt;br /&gt;
|maintainer = Kevin Wiliarty&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The [https://moodle.org/plugins/view.php?plugin=filter_ipa IPA Filter] (a third-party, contributed module) displays [http://en.wikipedia.org/wiki/X-sampa X-SAMPA] ASCII markup as Unicode IPA. The intent is to offer an easy and fast way to display the [https://www.internationalphoneticassociation.org/ International Phonetic Alphabet] in Moodle.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Enclose X-SAMPA in curly braces with hyphens outermost: &amp;quot;-{&amp;quot; opens a stretch of X-SAMPA, and &amp;quot;}-&amp;quot; closes the stretch.&lt;br /&gt;
&lt;br /&gt;
For example, if you enter a string like this: &lt;br /&gt;
&lt;br /&gt;
 -{D@ &amp;quot;fIlt@r Iz &amp;quot;w@rkIN}-&lt;br /&gt;
&lt;br /&gt;
It should display as: &lt;br /&gt;
&lt;br /&gt;
 ðə ˈfɪltər ɪz ˈwərkɪŋ&lt;br /&gt;
&lt;br /&gt;
A full list of the substitutions can be found at the [http://en.wikipedia.org/wiki/X-sampa Wikipedia X-SAMPA page]&lt;br /&gt;
&lt;br /&gt;
== Fonts ==&lt;br /&gt;
&lt;br /&gt;
In order to ensure that the IPA displays correctly -- especially the combining marks (diacritics) -- you will want to be sure to load at least one IPA-compatible web font. The Moodle IPA filter ships with two fonts that you can call, or you can use a carefully selected Google Web Font. In each case you will need to add a link to a particular style sheet in the HEAD area of Site administration &amp;gt; Appearance &amp;gt; Additional HTML.&lt;br /&gt;
&lt;br /&gt;
=== Gentium ===&lt;br /&gt;
&lt;br /&gt;
Gentium is the first font listed in the filter&amp;#039;s &amp;#039;font-family&amp;#039; so if you load it, it should display. Gentium is a slightly fanciful serif font that is very readable even at smaller sizes -- important when you are using unusual glyphs.&lt;br /&gt;
&lt;br /&gt;
[http://scripts.sil.org/cms/scripts/page.php?item_id=Gentium_samples Gentium Sample]&lt;br /&gt;
&lt;br /&gt;
To use Gentium add something like this to your Additional HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code html5&amp;gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;URL_TO_YOUR_MOODLE/filter/ipa/gentium.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to provide the root URL to your own Moodle site to replace &amp;quot;URL_TO_YOUR_MOODLE&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Doulos ===&lt;br /&gt;
&lt;br /&gt;
Doulos is a somewhat compact serif font without unnecessary flourishes. Doulos is listed second in the filter&amp;#039;s &amp;#039;font-family&amp;#039; so it will be overridden by Gentium if you are loading both.&lt;br /&gt;
&lt;br /&gt;
[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;amp;id=DoulosSILfont Doulos Sample]&lt;br /&gt;
&lt;br /&gt;
To use Doulos add a line like this to your Additional HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code html5&amp;gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;URL_TO_YOUR_MOODLE/filter/ipa/doulos.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure to replace &amp;quot;URL_TO_YOUR_MOODLE&amp;quot; with the relevant URL for your site.&lt;br /&gt;
&lt;br /&gt;
=== Tinos ===&lt;br /&gt;
&lt;br /&gt;
Tinos is a stylish serif font and one of only a couple Google Web Fonts that handles the spacing for the combining marks well. To use Tinos you would add a line like this to your Additional HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code html5&amp;gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;URL_TO_YOUR_MOODLE/filter/ipa/tinos.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure to replace &amp;quot;URL_TO_YOUR_MOODLE&amp;quot; with the relevant URL for your site.&lt;br /&gt;
&lt;br /&gt;
[[Category:Filter]]&lt;br /&gt;
&lt;br /&gt;
[[es:Filtro IPA]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>