<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sualex.cenzontle.org/index.php?action=history&amp;feed=atom&amp;title=Module%3Areference</id>
	<title>Module:reference - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sualex.cenzontle.org/index.php?action=history&amp;feed=atom&amp;title=Module%3Areference"/>
	<link rel="alternate" type="text/html" href="https://sualex.cenzontle.org/index.php?title=Module:reference&amp;action=history"/>
	<updated>2026-04-20T01:41:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://sualex.cenzontle.org/index.php?title=Module:reference&amp;diff=1217&amp;oldid=prev</id>
		<title>Jawad: Created page with &quot;-- Module:reference  local p = {} local format = require(&quot;Module:format&quot;)  function p.invoke(frame)     local args = frame.args or {}     local param = args[1] or &quot;&quot;     if param == &quot;&quot; then return &quot;&quot; end      -- expected format: Author:Year:Page     local parts = mw.text.split(param, &quot;:&quot;, true)     local author = parts[1]     local year   = parts[2]     local page   = parts[3]      return format.reference(author, year, page) end  return p&quot;</title>
		<link rel="alternate" type="text/html" href="https://sualex.cenzontle.org/index.php?title=Module:reference&amp;diff=1217&amp;oldid=prev"/>
		<updated>2026-01-29T14:30:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- Module:reference  local p = {} local format = require(&amp;quot;Module:format&amp;quot;)  function p.invoke(frame)     local args = frame.args or {}     local param = args[1] or &amp;quot;&amp;quot;     if param == &amp;quot;&amp;quot; then return &amp;quot;&amp;quot; end      -- expected format: Author:Year:Page     local parts = mw.text.split(param, &amp;quot;:&amp;quot;, true)     local author = parts[1]     local year   = parts[2]     local page   = parts[3]      return format.reference(author, year, page) end  return p&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Module:reference&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
local format = require(&amp;quot;Module:format&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
function p.invoke(frame)&lt;br /&gt;
    local args = frame.args or {}&lt;br /&gt;
    local param = args[1] or &amp;quot;&amp;quot;&lt;br /&gt;
    if param == &amp;quot;&amp;quot; then return &amp;quot;&amp;quot; end&lt;br /&gt;
&lt;br /&gt;
    -- expected format: Author:Year:Page&lt;br /&gt;
    local parts = mw.text.split(param, &amp;quot;:&amp;quot;, true)&lt;br /&gt;
    local author = parts[1]&lt;br /&gt;
    local year   = parts[2]&lt;br /&gt;
    local page   = parts[3]&lt;br /&gt;
&lt;br /&gt;
    return format.reference(author, year, page)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Jawad</name></author>
	</entry>
</feed>