<?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%3AVideo_game_review_score</id>
	<title>Module:Video game review score - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AVideo_game_review_score"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Video_game_review_score&amp;action=history"/>
	<updated>2026-05-24T07:30: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:Video_game_review_score&amp;diff=147571&amp;oldid=prev</id>
		<title>imported&gt;Ferret at 12:59, 11 July 2016</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Video_game_review_score&amp;diff=147571&amp;oldid=prev"/>
		<updated>2016-07-11T12:59:37Z</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;local vgwd = require(&amp;#039;Module:Video game wikidata&amp;#039;)&lt;br /&gt;
local yesno = require(&amp;#039;Module:Yesno&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(frame, args)&lt;br /&gt;
	local ret = vgwd.setReviewer(args[&amp;quot;reviewer&amp;quot;])&lt;br /&gt;
	vgwd.setDateFormat(args[&amp;quot;df&amp;quot;])&lt;br /&gt;
	ret = vgwd.setGame(args[&amp;quot;game&amp;quot;])&lt;br /&gt;
	vgwd.setSystem(args[&amp;quot;system&amp;quot;])&lt;br /&gt;
	vgwd.setGenerateReferences(args[&amp;#039;showRefs&amp;#039;])&lt;br /&gt;
	vgwd.setSystemFormat(args[&amp;#039;systemFormat&amp;#039;])&lt;br /&gt;
	vgwd.setUpdateLinkStyle(args[&amp;#039;updateLinkStyle&amp;#039;])&lt;br /&gt;
	&lt;br /&gt;
	-- Old template argument, may change later&lt;br /&gt;
	if(args[&amp;quot;proseScore&amp;quot;]) then&lt;br /&gt;
		local proseScore = yesno(args[&amp;quot;proseScore&amp;quot;], false);&lt;br /&gt;
		if(proseScore and args[&amp;quot;system&amp;quot;] ~= nil and args[&amp;quot;system&amp;quot;] ~= &amp;#039;&amp;#039;) then&lt;br /&gt;
			vgwd.setGenerateReferences(false)&lt;br /&gt;
			vgwd.setShowSystem(false)&lt;br /&gt;
			vgwd.setShowUpdateLink(false)&lt;br /&gt;
		end&lt;br /&gt;
	end;&lt;br /&gt;
&lt;br /&gt;
	if(ret == nil) then&lt;br /&gt;
		ret = vgwd.printReviewScores(frame);&lt;br /&gt;
	end;&lt;br /&gt;
	&lt;br /&gt;
	return ret;&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
-- Template main function&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require(&amp;#039;Module:Arguments&amp;#039;).getArgs(frame, {&lt;br /&gt;
		wrappers = &amp;#039;Template:Video game review score&amp;#039;&lt;br /&gt;
	})&lt;br /&gt;
	return p._main(frame, args);&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Ferret</name></author>
	</entry>
</feed>