<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.ssdcougars.tv/index.php?action=history&amp;feed=atom&amp;title=Module%3AFor</id>
		<title>Module:For - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.ssdcougars.tv/index.php?action=history&amp;feed=atom&amp;title=Module%3AFor"/>
		<link rel="alternate" type="text/html" href="http://wiki.ssdcougars.tv/index.php?title=Module:For&amp;action=history"/>
		<updated>2026-04-30T07:14:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.0</generator>

	<entry>
		<id>http://wiki.ssdcougars.tv/index.php?title=Module:For&amp;diff=964&amp;oldid=prev</id>
		<title>Setvadmin: 1 revision imported: Added some new pages and a Help:Cheatsheet</title>
		<link rel="alternate" type="text/html" href="http://wiki.ssdcougars.tv/index.php?title=Module:For&amp;diff=964&amp;oldid=prev"/>
				<updated>2016-08-21T23:39:37Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported: Added some new pages and a Help:Cheatsheet&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 23:39, 21 August 2016&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>Setvadmin</name></author>	</entry>

	<entry>
		<id>http://wiki.ssdcougars.tv/index.php?title=Module:For&amp;diff=963&amp;oldid=prev</id>
		<title>Nihiltres: Updated from sandbox: categorizes as unusual &quot;other uses&quot; by defaulting as well as typed-out &quot;other uses&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ssdcougars.tv/index.php?title=Module:For&amp;diff=963&amp;oldid=prev"/>
				<updated>2016-08-03T20:53:03Z</updated>
		
		<summary type="html">&lt;p&gt;Updated from sandbox: categorizes as unusual &amp;quot;other uses&amp;quot; by defaulting as well as typed-out &amp;quot;other uses&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mArguments --initialize lazily&lt;br /&gt;
local yesno = require('Module:Yesno')&lt;br /&gt;
local mHatlist = require('Module:Hatnote list')&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
--Implements {{For}} from the frame&lt;br /&gt;
--uses capitalized &amp;quot;For&amp;quot; to avoid collision with Lua reserved word &amp;quot;for&amp;quot;&lt;br /&gt;
function p.For (frame)&lt;br /&gt;
	mArguments = require('Module:Arguments')&lt;br /&gt;
	return p._For(mArguments.getArgs(frame))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--Implements {{For}} but takes a manual arguments table&lt;br /&gt;
function p._For (args)&lt;br /&gt;
	local use = args[1]&lt;br /&gt;
	local category = ''&lt;br /&gt;
	if (not use or use == 'other uses') and&lt;br /&gt;
		(not args.category or yesno(args.category)) then&lt;br /&gt;
			category = '[[Category:Hatnote templates using unusual parameters]]'&lt;br /&gt;
	end&lt;br /&gt;
	local pages = {}&lt;br /&gt;
	function two (a, b) return a, b, 1 end --lets us run ipairs from 2&lt;br /&gt;
	for k, v in two(ipairs(args)) do table.insert(pages, v) end&lt;br /&gt;
	return mHatnote._hatnote(&lt;br /&gt;
		mHatlist.forSeeTableToString({{use = use, pages = pages}}),&lt;br /&gt;
		{selfref = args.selfref}&lt;br /&gt;
	) .. category&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Nihiltres</name></author>	</entry>

	</feed>