<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AEmoji</id>
	<title>Module:Emoji - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AEmoji"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Emoji&amp;action=history"/>
	<updated>2026-06-13T22:45:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Emoji&amp;diff=471568&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Emoji&amp;diff=471568&amp;oldid=prev"/>
		<updated>2021-07-15T21:24:54Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p= {}&lt;br /&gt;
&lt;br /&gt;
function p.emocode(frame)&lt;br /&gt;
	local emotbl = mw.loadData ('Module:Emoji/data').emotbl&lt;br /&gt;
	local emoname = mw.text.trim(frame.args[1] or &amp;quot;&amp;quot;)	-- make sure empty and missing parameters both become the empty string&lt;br /&gt;
	if '' == emoname then emoname = 'smiley' end		-- use default value of 'smiley' if parameter is empty or missing&lt;br /&gt;
	return emotbl[emoname] or emoname&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.emoname(frame)&lt;br /&gt;
	local emorevtbl = mw.loadData('Module:Emoji/data/revtable')['emorevtbl']&lt;br /&gt;
	local emocode = mw.text.trim(frame.args[1] or &amp;quot;&amp;quot;)	-- make sure empty and missing parameters both become the empty string&lt;br /&gt;
	if '' == emocode then emocode = '1f603' end		-- use default value of '1f603' if parameter is empty or missing&lt;br /&gt;
	return emorevtbl[emocode] or emocode&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>