<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/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://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AEmoji"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Emoji&amp;action=history"/>
	<updated>2026-06-07T03:41:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Emoji&amp;diff=136058&amp;oldid=prev</id>
		<title>imported&gt;Izno: does this work?</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Emoji&amp;diff=136058&amp;oldid=prev"/>
		<updated>2019-04-02T00:23:35Z</updated>

		<summary type="html">&lt;p&gt;does this work?&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 (&amp;#039;Module:Emoji/data&amp;#039;).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 &amp;#039;&amp;#039; == emoname then emoname = &amp;#039;smiley&amp;#039; end		-- use default value of &amp;#039;smiley&amp;#039; 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(&amp;#039;Module:Emoji/data/revtable&amp;#039;)[&amp;#039;emorevtbl&amp;#039;]&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 &amp;#039;&amp;#039; == emocode then emocode = &amp;#039;1f603&amp;#039; end		-- use default value of &amp;#039;1f603&amp;#039; 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>imported&gt;Izno</name></author>
	</entry>
</feed>