<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://staging.twogpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AGameLanding</id>
	<title>Module:GameLanding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://staging.twogpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AGameLanding"/>
	<link rel="alternate" type="text/html" href="https://staging.twogpedia.com/index.php?title=Module:GameLanding&amp;action=history"/>
	<updated>2026-09-26T07:39:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://staging.twogpedia.com/index.php?title=Module:GameLanding&amp;diff=6220&amp;oldid=prev</id>
		<title>Couchor: Created page with &quot;local getArgs = require(&#039;Module:Arguments&#039;).getArgs local p = {} local VariablesLua = mw.ext.VariablesLua local cargo = mw.ext.cargo local latestTransfers = require(&#039;Module:GameLanding/Transfers&#039;).latestTransfers local featured = require(&#039;Module:GameLanding/Featured tournament&#039;).featured local news = require(&#039;Module:GameLanding/Latest news&#039;).news local upcomingMatches = require(&#039;Module:GameLanding/Upcoming matches&#039;).upcomingMatches local tournaments = require(&#039;Module:Gam...&quot;</title>
		<link rel="alternate" type="text/html" href="https://staging.twogpedia.com/index.php?title=Module:GameLanding&amp;diff=6220&amp;oldid=prev"/>
		<updated>2023-09-29T11:29:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs local p = {} local VariablesLua = mw.ext.VariablesLua local cargo = mw.ext.cargo local latestTransfers = require(&amp;#039;Module:GameLanding/Transfers&amp;#039;).latestTransfers local featured = require(&amp;#039;Module:GameLanding/Featured tournament&amp;#039;).featured local news = require(&amp;#039;Module:GameLanding/Latest news&amp;#039;).news local upcomingMatches = require(&amp;#039;Module:GameLanding/Upcoming matches&amp;#039;).upcomingMatches local tournaments = require(&amp;#039;Module:Gam...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
local p = {}&lt;br /&gt;
local VariablesLua = mw.ext.VariablesLua&lt;br /&gt;
local cargo = mw.ext.cargo&lt;br /&gt;
local latestTransfers = require(&amp;#039;Module:GameLanding/Transfers&amp;#039;).latestTransfers&lt;br /&gt;
local featured = require(&amp;#039;Module:GameLanding/Featured tournament&amp;#039;).featured&lt;br /&gt;
local news = require(&amp;#039;Module:GameLanding/Latest news&amp;#039;).news&lt;br /&gt;
local upcomingMatches = require(&amp;#039;Module:GameLanding/Upcoming matches&amp;#039;).upcomingMatches&lt;br /&gt;
local tournaments = require(&amp;#039;Module:GameLanding/Tournaments&amp;#039;).tournaments&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = getArgs(frame)&lt;br /&gt;
	local game = args.game&lt;br /&gt;
	&lt;br /&gt;
	local container = mw.html.create(&amp;#039;div&amp;#039;)&lt;br /&gt;
	&lt;br /&gt;
	local landingCont = mw.html.create(&amp;#039;div&amp;#039;):addClass(&amp;#039;game__landing&amp;#039;)&lt;br /&gt;
	local leftBox = mw.html.create(&amp;#039;div&amp;#039;):addClass(&amp;#039;box__landing&amp;#039;)&lt;br /&gt;
	local rightBox = mw.html.create(&amp;#039;div&amp;#039;):addClass(&amp;#039;box__landing&amp;#039;)&lt;br /&gt;
	container:node(landingCont:node(leftBox):node(rightBox))&lt;br /&gt;
	&lt;br /&gt;
	-- Leftside box&lt;br /&gt;
	-- Featured tournament&lt;br /&gt;
	leftBox:node(featured(args.game))&lt;br /&gt;
	-- Tournaments&lt;br /&gt;
	leftBox:node(tournaments(args.game))&lt;br /&gt;
	&lt;br /&gt;
	-- Rightbox&lt;br /&gt;
	-- Latest news&lt;br /&gt;
	rightBox:node(news(args.newsGame or args.game))&lt;br /&gt;
	&lt;br /&gt;
	---- Latest transfers&lt;br /&gt;
	local transfersWrapper = latestTransfers(args.game)&lt;br /&gt;
	rightBox:node(transfersWrapper)&lt;br /&gt;
	&lt;br /&gt;
	--- Upcoming matches&lt;br /&gt;
	rightBox:node(upcomingMatches(args.game))&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	return container&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Couchor</name></author>
	</entry>
</feed>