<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.rivendom.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ASeparated_entries</id>
		<title>Module:Separated entries - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.rivendom.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ASeparated_entries"/>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Module:Separated_entries&amp;action=history"/>
		<updated>2026-04-16T16:16:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.rivendom.net/index.php?title=Module:Separated_entries&amp;diff=449&amp;oldid=prev</id>
		<title>Malkuthe: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Module:Separated_entries&amp;diff=449&amp;oldid=prev"/>
				<updated>2015-06-09T02:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&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 02:30, 9 June 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&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>Malkuthe</name></author>	</entry>

	<entry>
		<id>https://wiki.rivendom.net/index.php?title=Module:Separated_entries&amp;diff=448&amp;oldid=prev</id>
		<title>Alakzi: rv, that broke something</title>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Module:Separated_entries&amp;diff=448&amp;oldid=prev"/>
				<updated>2015-05-26T22:20:50Z</updated>
		
		<summary type="html">&lt;p&gt;rv, that broke something&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module takes positional parameters as input and concatenates them with&lt;br /&gt;
-- an optional separator. The final separator (the &amp;quot;conjunction&amp;quot;) can be&lt;br /&gt;
-- specified independently, enabling natural-language lists like&lt;br /&gt;
-- &amp;quot;foo, bar, baz and qux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
local compressSparseArray = require('Module:TableTools').compressSparseArray&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local separator = args.separator&lt;br /&gt;
		-- Decode (convert to Unicode) HTML escape sequences, such as &amp;quot;&amp;amp;#32;&amp;quot; for space.&lt;br /&gt;
		and mw.text.decode(args.separator) or ''&lt;br /&gt;
	local conjunction = args.conjunction and mw.text.decode(args.conjunction) or separator&lt;br /&gt;
	-- Discard named parameters.&lt;br /&gt;
	local values = compressSparseArray(args)&lt;br /&gt;
	return mw.text.listToText(values, separator, conjunction)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function makeInvokeFunction(separator, conjunction)&lt;br /&gt;
	return function (frame)&lt;br /&gt;
		local args = require('Module:Arguments').getArgs(frame)&lt;br /&gt;
		args.separator = separator or args.separator&lt;br /&gt;
		args.conjunction = conjunction or args.conjunction&lt;br /&gt;
		return p._main(args)&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.main = makeInvokeFunction()&lt;br /&gt;
p.br = makeInvokeFunction('&amp;lt;br /&amp;gt;')&lt;br /&gt;
p.comma = makeInvokeFunction(mw.message.new('comma-separator'):plain())&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alakzi</name></author>	</entry>

	</feed>