<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://chaldeanwiki.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://chaldeanwiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AIPA_symbol"/>
		<link rel="alternate" type="text/html" href="https://chaldeanwiki.com/index.php?title=Module:IPA_symbol&amp;action=history"/>
		<updated>2026-04-30T23:05:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.0</generator>

	<entry>
		<id>https://chaldeanwiki.com/index.php?title=Module:IPA_symbol&amp;diff=781&amp;oldid=prev</id>
		<title>Ian: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://chaldeanwiki.com/index.php?title=Module:IPA_symbol&amp;diff=781&amp;oldid=prev"/>
				<updated>2015-03-30T21:56:21Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 21:56, 30 March 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&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>Ian</name></author>	</entry>

	<entry>
		<id>https://chaldeanwiki.com/index.php?title=Module:IPA_symbol&amp;diff=780&amp;oldid=prev</id>
		<title>Jackmcbarn: use parent args (copied from sandbox)</title>
		<link rel="alternate" type="text/html" href="https://chaldeanwiki.com/index.php?title=Module:IPA_symbol&amp;diff=780&amp;oldid=prev"/>
				<updated>2014-05-23T21:52:01Z</updated>
		
		<summary type="html">&lt;p&gt;use parent args (copied from sandbox)&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;lt;strong class=&amp;quot;error&amp;quot;&amp;gt;Error using {{[[Template:IPA symbol|IPA symbol]]}}: %s%s&amp;lt;/strong&amp;gt;'&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 'wikipage'&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;quot;' .. args[1] .. '&amp;quot; not found in list') 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>Jackmcbarn</name></author>	</entry>

	</feed>