<?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%2FMenu</id>
	<title>Module:GameLanding/Menu - 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%2FMenu"/>
	<link rel="alternate" type="text/html" href="https://staging.twogpedia.com/index.php?title=Module:GameLanding/Menu&amp;action=history"/>
	<updated>2026-09-26T07:38:29Z</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/Menu&amp;diff=6233&amp;oldid=prev</id>
		<title>Couchor: Created page with &quot;local p = {}  function p.main(frame) 	local game = mw.text.split(mw.title.getCurrentTitle().text, &#039;/&#039;)[1] 	 	local menu = mw.html.create(&#039;div&#039;):addClass(&#039;game__menu&#039;) 	 	--Menu 	local menuItems = { 		{text = &#039;Overview&#039;, link = game}, 		{text = &#039;People&#039;, link = game .. &#039;/People&#039;}, 		{text = &#039;Teams&#039;, link = game .. &#039;/Teams&#039;}, 		{text = &#039;Tournaments&#039;, link = game .. &#039;/Tournaments&#039;}, 		{text = &#039;Transfers&#039;, link = game .. &#039;/Transfers&#039;}, 	} 	for _, item in ipairs(menuItems) do...&quot;</title>
		<link rel="alternate" type="text/html" href="https://staging.twogpedia.com/index.php?title=Module:GameLanding/Menu&amp;diff=6233&amp;oldid=prev"/>
		<updated>2023-09-29T11:35:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame) 	local game = mw.text.split(mw.title.getCurrentTitle().text, &amp;#039;/&amp;#039;)[1] 	 	local menu = mw.html.create(&amp;#039;div&amp;#039;):addClass(&amp;#039;game__menu&amp;#039;) 	 	--Menu 	local menuItems = { 		{text = &amp;#039;Overview&amp;#039;, link = game}, 		{text = &amp;#039;People&amp;#039;, link = game .. &amp;#039;/People&amp;#039;}, 		{text = &amp;#039;Teams&amp;#039;, link = game .. &amp;#039;/Teams&amp;#039;}, 		{text = &amp;#039;Tournaments&amp;#039;, link = game .. &amp;#039;/Tournaments&amp;#039;}, 		{text = &amp;#039;Transfers&amp;#039;, link = game .. &amp;#039;/Transfers&amp;#039;}, 	} 	for _, item in ipairs(menuItems) do...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local game = mw.text.split(mw.title.getCurrentTitle().text, &amp;#039;/&amp;#039;)[1]&lt;br /&gt;
	&lt;br /&gt;
	local menu = mw.html.create(&amp;#039;div&amp;#039;):addClass(&amp;#039;game__menu&amp;#039;)&lt;br /&gt;
	&lt;br /&gt;
	--Menu&lt;br /&gt;
	local menuItems = {&lt;br /&gt;
		{text = &amp;#039;Overview&amp;#039;, link = game},&lt;br /&gt;
		{text = &amp;#039;People&amp;#039;, link = game .. &amp;#039;/People&amp;#039;},&lt;br /&gt;
		{text = &amp;#039;Teams&amp;#039;, link = game .. &amp;#039;/Teams&amp;#039;},&lt;br /&gt;
		{text = &amp;#039;Tournaments&amp;#039;, link = game .. &amp;#039;/Tournaments&amp;#039;},&lt;br /&gt;
		{text = &amp;#039;Transfers&amp;#039;, link = game .. &amp;#039;/Transfers&amp;#039;},&lt;br /&gt;
	}&lt;br /&gt;
	for _, item in ipairs(menuItems) do&lt;br /&gt;
		menu:node(mw.html.create():wikitext(&amp;#039;[[&amp;#039; .. item.link .. &amp;#039;|&amp;#039; .. item.text .. &amp;#039;]]&amp;#039;))&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return menu&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Couchor</name></author>
	</entry>
</feed>