<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/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.americanmusicclub.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AIPA_symbol"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:IPA_symbol&amp;action=history"/>
	<updated>2026-04-13T04:57:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Module:IPA_symbol&amp;diff=20231&amp;oldid=prev</id>
		<title>Amc-admin: 16 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:IPA_symbol&amp;diff=20231&amp;oldid=prev"/>
		<updated>2016-11-19T17:20:39Z</updated>

		<summary type="html">&lt;p&gt;16 revisions imported&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>Amc-admin</name></author>
	</entry>
</feed>