<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AIPA_symbol</id>
		<title>Module:IPA symbol - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AIPA_symbol"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:IPA_symbol&amp;action=history"/>
		<updated>2026-05-16T20:47:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:IPA_symbol&amp;diff=10216&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:IPA_symbol&amp;diff=10216&amp;oldid=prev"/>
				<updated>2018-11-08T15:38:05Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 15:38, 8 November 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:IPA_symbol&amp;diff=10215&amp;oldid=prev</id>
		<title>MusikAnimal: Protected &quot;Module:IPA symbol&quot;: High-risk Lua module; 1,000+ transclusions ([Edit=Require autoconfirmed or confirmed access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:IPA_symbol&amp;diff=10215&amp;oldid=prev"/>
				<updated>2017-10-10T17:47:28Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Module:IPA_symbol&quot; title=&quot;Module:IPA symbol&quot;&gt;Module:IPA symbol&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk Lua module&lt;/a&gt;; 1,000+ transclusions ([Edit=Require autoconfirmed or confirmed access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p, __output, args, data = {}, {}, {}, mw.loadData(&amp;quot;Module:IPA symbol/data&amp;quot;)&lt;br /&gt;
local id, output&lt;br /&gt;
&lt;br /&gt;
__output.name = function() return data.correspondences[id][&amp;quot;name&amp;quot;] end&lt;br /&gt;
__output.wikipage = function() return data.correspondences[id][&amp;quot;wikipage&amp;quot;] end&lt;br /&gt;
__output.soundfile = function() return data.correspondences[id][&amp;quot;soundfile&amp;quot;] end&lt;br /&gt;
__output.type = function() return data.correspondences[id][&amp;quot;type&amp;quot;] end&lt;br /&gt;
&lt;br /&gt;
local function html_error(message)&lt;br /&gt;
  if args[2] then&lt;br /&gt;
    return args[2]&lt;br /&gt;
  else&lt;br /&gt;
    return mw.ustring.format(&lt;br /&gt;
      &amp;#039;&amp;lt;strong class=&amp;quot;error&amp;quot;&amp;gt;Error using {{[[Template:IPA symbol|IPA symbol]]}}: %s%s&amp;lt;/strong&amp;gt;&amp;#039;&lt;br /&gt;
      ,message&lt;br /&gt;
      ,mw.title.getCurrentTitle().isContentPage and (&amp;quot;[[Category:International Phonetic Alphabet pages needing attention|&amp;quot; .. (args[1] or &amp;quot;&amp;quot;) .. &amp;quot;]]&amp;quot;) or &amp;quot;&amp;quot;&lt;br /&gt;
     )&lt;br /&gt;
  end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
  -- all input is trimmed; accepted parameters are:&lt;br /&gt;
  --   name              description&lt;br /&gt;
  --   ====              ===========&lt;br /&gt;
  --   (1)               the input&lt;br /&gt;
  --   (2)               overwrite the error message&lt;br /&gt;
  --   (3)               overwrite the output when input is empty&lt;br /&gt;
  --   output            the output, one of: input; name; wikipage; soundfile; type&lt;br /&gt;
&lt;br /&gt;
  for k, v in pairs(frame:getParent().args) do&lt;br /&gt;
    args[k] = v and mw.text.trim(v)&lt;br /&gt;
  end&lt;br /&gt;
  args.output = args.output or &amp;#039;wikipage&amp;#039;&lt;br /&gt;
&lt;br /&gt;
  if not args[1] or args[1] == &amp;quot;&amp;quot; then return args[3] or &amp;quot;&amp;quot; end&lt;br /&gt;
&lt;br /&gt;
  id = data.symbols[args[1]]&lt;br /&gt;
  if not id then return html_error(&amp;#039;&amp;quot;&amp;#039; .. args[1] .. &amp;#039;&amp;quot; not found in list&amp;#039;) end&lt;br /&gt;
&lt;br /&gt;
  return  __output[args.output] and __output[args.output]() or html_error(&amp;quot;No such output option&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>MusikAnimal</name></author>	</entry>

	</feed>