<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ACollege_football_conference</id>
	<title>Module:College football conference - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ACollege_football_conference"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:College_football_conference&amp;action=history"/>
	<updated>2026-06-07T04:24:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:College_football_conference&amp;diff=135706&amp;oldid=prev</id>
		<title>imported&gt;Frietjes at 21:27, 15 April 2022</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:College_football_conference&amp;diff=135706&amp;oldid=prev"/>
		<updated>2022-04-15T21:27:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- this module implements [[Template:College football conference]]&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(year, school)&lt;br /&gt;
	if school then&lt;br /&gt;
		local data = require(&amp;#039;Module:College football conference/data&amp;#039;)&lt;br /&gt;
		local alias = require(&amp;#039;Module:College football conference/alias&amp;#039;)&lt;br /&gt;
		year = tonumber(year) or 0&lt;br /&gt;
		local t = data[alias[school] or school]&lt;br /&gt;
		if not t then&lt;br /&gt;
			return &amp;quot;N/A&amp;quot;&lt;br /&gt;
		end&lt;br /&gt;
		for k,v in pairs(t) do&lt;br /&gt;
			k = mw.ustring.gsub(k, &amp;#039;^%s*(%d+)%s*$&amp;#039;, &amp;#039;%1-%1&amp;#039;)&lt;br /&gt;
			if k:match(&amp;#039;^%s*%d*[^%d]%d*%s*$&amp;#039;) then&lt;br /&gt;
				local y1 = mw.ustring.gsub(k, &amp;#039;^%s*(%d*)[^%d](%d*)%s*$&amp;#039;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
				local y2 = mw.ustring.gsub(k, &amp;#039;^%s*(%d*)[^%d](%d*)%s*$&amp;#039;, &amp;#039;%2&amp;#039;)&lt;br /&gt;
				y1 = tonumber(y1) or year&lt;br /&gt;
				y2 = tonumber(y2) or year&lt;br /&gt;
				if year &amp;gt;= y1 and year &amp;lt;= y2 then&lt;br /&gt;
					return v&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		return &amp;quot;—&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	return &amp;quot;N/A&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	return p._main(args[&amp;#039;year&amp;#039;], args[&amp;#039;college&amp;#039;])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Frietjes</name></author>
	</entry>
</feed>