<?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%3APresRow</id>
	<title>Module:PresRow - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3APresRow"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:PresRow&amp;action=history"/>
	<updated>2026-04-09T22:20:46Z</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:PresRow&amp;diff=144494&amp;oldid=prev</id>
		<title>imported&gt;John M Wolfson: Trying now w/ unnamed parameter</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:PresRow&amp;diff=144494&amp;oldid=prev"/>
		<updated>2019-09-30T21:29:57Z</updated>

		<summary type="html">&lt;p&gt;Trying now w/ unnamed parameter&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This is under construction; it will soon provide the code for the template PresRow&lt;br /&gt;
&lt;br /&gt;
local p = {} &lt;br /&gt;
&lt;br /&gt;
-- Determine whether the main anti-Democrats are Republicans or Whigs&lt;br /&gt;
function p.gopwhig(frame)&lt;br /&gt;
	local party = &amp;#039;Republican&amp;#039;&lt;br /&gt;
	if 	frame.args[1] &amp;lt; 1856 then party=&amp;#039;Whig&amp;#039; end&lt;br /&gt;
	return party&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.calcGOP(frame)&lt;br /&gt;
	local gop = frame.args[1]&lt;br /&gt;
	local dem = frame.args[2]&lt;br /&gt;
	local third = frame.args[3]&lt;br /&gt;
	return (gop)/(gop+dem+third)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.func(frame)&lt;br /&gt;
	return &amp;quot;Hello, world!&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;John M Wolfson</name></author>
	</entry>
</feed>