<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.stargatewiki.noip.me/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://en.stargatewiki.noip.me/index.php?action=history&amp;feed=atom&amp;title=Module%3ASee_also"/>
	<link rel="alternate" type="text/html" href="https://en.stargatewiki.noip.me/index.php?title=Module:See_also&amp;action=history"/>
	<updated>2026-04-04T00:21:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://en.stargatewiki.noip.me/index.php?title=Module:See_also&amp;diff=196&amp;oldid=prev</id>
		<title>LIMAFOX76: Created page with &quot;-- -- This module produces a &quot;See also: a, b and c&quot; link. It implements the -- template {{see also}}. --  local mHatnote = require(&#039;Module:Hatnote&#039;) local mTableTools -- l...&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.stargatewiki.noip.me/index.php?title=Module:See_also&amp;diff=196&amp;oldid=prev"/>
		<updated>2016-02-02T12:05:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;--[[ -- This module produces a &amp;quot;See also: a, b and c&amp;quot; link. It implements the -- template {{see also}}. --]]  local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;) local mTableTools -- l...&amp;quot;&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(&amp;#039;Module:Hatnote&amp;#039;)&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(&amp;#039;Module:TableTools&amp;#039;)&lt;br /&gt;
	mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&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) == &amp;#039;number&amp;#039; then&lt;br /&gt;
			local numstring = tostring(k)&lt;br /&gt;
			local display = args[&amp;#039;label &amp;#039; .. numstring]&lt;br /&gt;
				or args[&amp;#039;l&amp;#039; .. 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;
			&amp;#039;no page names specified&amp;#039;,&lt;br /&gt;
			&amp;#039;Template:See also#Errors&amp;#039;,&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 &amp;#039;See also&amp;#039;&lt;br /&gt;
	local links = mHatnote.formatPageTables(...)&lt;br /&gt;
	links = mw.text.listToText(links)&lt;br /&gt;
	local text = altphrase .. &amp;#039;: &amp;#039; .. 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>LIMAFOX76</name></author>
	</entry>
</feed>