<?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%3ASandbox%2FDeimos18%2FNames</id>
	<title>Module:Sandbox/Deimos18/Names - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FDeimos18%2FNames"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Deimos18/Names&amp;action=history"/>
	<updated>2026-04-03T21:44:36Z</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:Sandbox/Deimos18/Names&amp;diff=145324&amp;oldid=prev</id>
		<title>imported&gt;Deimos18 at 21:26, 21 November 2018</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Deimos18/Names&amp;diff=145324&amp;oldid=prev"/>
		<updated>2018-11-21T21:26:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Deimos Google Code-in, Names of people&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
p.getnames = function (frame)&lt;br /&gt;
	local name = frame.args.name or &amp;quot;&amp;quot;&lt;br /&gt;
	name = string.sub(name, 2 , (string.len(name)-1))&lt;br /&gt;
	local format = format or &amp;quot;&amp;quot;&lt;br /&gt;
	local revname = string.reverse(name)&lt;br /&gt;
	local l_name = string.reverse(string.match(revname, &amp;quot;(%a+)&amp;quot;)) or &amp;quot;&amp;quot;&lt;br /&gt;
	local f_name = string.gsub(name, l_name, &amp;quot;&amp;quot;, 1) or &amp;quot;&amp;quot;&lt;br /&gt;
	return &amp;quot;Given Name: &amp;quot; .. f_name .. &amp;quot; Family Name: &amp;quot; .. l_name&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Deimos18</name></author>
	</entry>
</feed>