<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.post-self.ink:80/current/index.php?action=history&amp;feed=atom&amp;title=Module%3ASee_also</id>
	<title>Module:See also - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.post-self.ink:80/current/index.php?action=history&amp;feed=atom&amp;title=Module%3ASee_also"/>
	<link rel="alternate" type="text/html" href="http://wiki.post-self.ink:80/current/index.php?title=Module:See_also&amp;action=history"/>
	<updated>2026-05-04T04:55:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.post-self.ink:80/current/index.php?title=Module:See_also&amp;diff=1272&amp;oldid=prev</id>
		<title>Fireheart&amp;: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://wiki.post-self.ink:80/current/index.php?title=Module:See_also&amp;diff=1272&amp;oldid=prev"/>
		<updated>2024-02-03T02:59:13Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:59, 3 February 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key postself:diff:1.41:old-1271:rev-1272 --&gt;
&lt;/table&gt;</summary>
		<author><name>Fireheart&amp;</name></author>
	</entry>
	<entry>
		<id>http://wiki.post-self.ink:80/current/index.php?title=Module:See_also&amp;diff=1271&amp;oldid=prev</id>
		<title>wikipedia&gt;Tacsipacsi: there should be word-separator at the end, not comma-separator</title>
		<link rel="alternate" type="text/html" href="http://wiki.post-self.ink:80/current/index.php?title=Module:See_also&amp;diff=1271&amp;oldid=prev"/>
		<updated>2020-08-09T23:48:36Z</updated>

		<summary type="html">&lt;p&gt;there should be word-separator at the end, not comma-separator&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;
local lang = require(&amp;#039;Module:Template translation&amp;#039;).getLanguage()&lt;br /&gt;
local frame = mw.getCurrentFrame()&lt;br /&gt;
&lt;br /&gt;
local function msg(name)&lt;br /&gt;
	return mw.message.new(name):inLanguage(lang):plain()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function generateLink(i, args)&lt;br /&gt;
	local title = args[i]&lt;br /&gt;
	local linktext = args[&amp;#039;label &amp;#039; .. tostring(i)] or args[&amp;#039;l&amp;#039; .. tostring(i)] or nil&lt;br /&gt;
	if args.ll then&lt;br /&gt;
		return frame:expandTemplate{ title = &amp;#039;ll&amp;#039;, args = { title, linktext } }&lt;br /&gt;
	else&lt;br /&gt;
		if linktext then&lt;br /&gt;
			return string.format(&amp;#039;[[:%s|%s]]&amp;#039;, title, linktext)&lt;br /&gt;
		else&lt;br /&gt;
			return string.format(&amp;#039;[[:%s]]&amp;#039;, title)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local t = {}&lt;br /&gt;
	for i, v in ipairs(args) do&lt;br /&gt;
		table.insert(t, generateLink(i, args))&lt;br /&gt;
	end&lt;br /&gt;
	if #t &amp;gt; 0 then&lt;br /&gt;
		return mw.text.listToText(&lt;br /&gt;
			t,&lt;br /&gt;
			-- mw.text.listToText’s defaults use wiki language, not page language&lt;br /&gt;
			msg(&amp;#039;comma-separator&amp;#039;),&lt;br /&gt;
			msg(&amp;#039;and&amp;#039;) .. msg(&amp;#039;word-separator&amp;#039;)&lt;br /&gt;
		)&lt;br /&gt;
	else&lt;br /&gt;
		return args[&amp;#039;msg-empty-array&amp;#039;] or &amp;#039;Error: no links&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require(&amp;#039;Module:Arguments&amp;#039;).getArgs(frame)&lt;br /&gt;
	return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Tacsipacsi</name></author>
	</entry>
</feed>