<?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%3ASee_also</id>
		<title>Module:See also - 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%3ASee_also"/>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Module:See_also&amp;action=history"/>
		<updated>2026-04-16T18:28:56Z</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:See_also&amp;diff=1103&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:See_also&amp;diff=1103&amp;oldid=prev"/>
				<updated>2015-06-14T13:41:39Z</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 13:41, 14 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:See_also&amp;diff=1102&amp;oldid=prev</id>
		<title>DePiep: rm extraclasses, just a hatnote</title>
		<link rel="alternate" type="text/html" href="https://wiki.rivendom.net/index.php?title=Module:See_also&amp;diff=1102&amp;oldid=prev"/>
				<updated>2015-06-09T20:53:47Z</updated>
		
		<summary type="html">&lt;p&gt;rm extraclasses, just a hatnote&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[&lt;br /&gt;
-- This module produces a &amp;quot;See also: a, b and c&amp;quot; link. It implements the&lt;br /&gt;
-- template {{see also}}.&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local mTableTools -- lazily initialise&lt;br /&gt;
local mArguments -- lazily initialise&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.seealso(frame)&lt;br /&gt;
	mTableTools = require('Module:TableTools')&lt;br /&gt;
	mArguments = require('Module:Arguments')&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&lt;br /&gt;
	local pages = {}&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) == 'number' then&lt;br /&gt;
			local numstring = tostring(k)&lt;br /&gt;
			local display = args['label ' .. numstring]&lt;br /&gt;
				or args['l' .. numstring]&lt;br /&gt;
			local page = {v, display}&lt;br /&gt;
			pages[k] = page&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	pages = mTableTools.compressSparseArray(pages)&lt;br /&gt;
	if not pages[1] then&lt;br /&gt;
		return mHatnote.makeWikitextError(&lt;br /&gt;
			'no page names specified',&lt;br /&gt;
			'Template:See also#Errors',&lt;br /&gt;
			args.category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
	local options = {&lt;br /&gt;
		altphrase = args.altphrase,&lt;br /&gt;
		selfref = args.selfref&lt;br /&gt;
	}&lt;br /&gt;
	return p._seealso(options, unpack(pages))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._seealso(options, ...)&lt;br /&gt;
	local altphrase = options and options.altphrase or 'See also'&lt;br /&gt;
	local links = mHatnote.formatPageTables(...)&lt;br /&gt;
	links = mw.text.listToText(links)&lt;br /&gt;
	local text = altphrase .. ': ' .. links&lt;br /&gt;
&lt;br /&gt;
	-- Pass options through.&lt;br /&gt;
	local hnOptions = {}&lt;br /&gt;
	hnOptions.selfref = options.selfref&lt;br /&gt;
&lt;br /&gt;
	return mHatnote._hatnote(text, hnOptions)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>DePiep</name></author>	</entry>

	</feed>