<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://twogpedia.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AMatchList%2Fdoc</id>
	<title>Template:MatchList/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://twogpedia.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AMatchList%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://twogpedia.com/index.php?title=Template:MatchList/doc&amp;action=history"/>
	<updated>2026-04-07T14:28:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://twogpedia.com/index.php?title=Template:MatchList/doc&amp;diff=10859&amp;oldid=prev</id>
		<title>Couchor: Created page with &quot;If you want the tables to wrap themselves onto multiple rows on smaller screensizes, then call &lt;nowiki&gt;{{Wrap}}&lt;/nowiki&gt; before calling the first MatchList template and a &lt;nowiki&gt;{{Wrap|end}}&lt;/nowiki&gt; after the last MatchList   ===Parameters:=== {|class=&quot;wikitable&quot; !Parameter !Description |- |&#039;&#039;&#039;title&#039;&#039;&#039; |Name of the group, displayed at the very top. |- |&#039;&#039;&#039;stage&#039;&#039;&#039; |If multiple groups on same page, then add a stage name here that would correlate to the &#039;&#039;&#039;stage=&#039;&#039;&#039; of t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://twogpedia.com/index.php?title=Template:MatchList/doc&amp;diff=10859&amp;oldid=prev"/>
		<updated>2024-04-23T07:02:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;If you want the tables to wrap themselves onto multiple rows on smaller screensizes, then call &amp;lt;nowiki&amp;gt;{{Wrap}}&amp;lt;/nowiki&amp;gt; before calling the first MatchList template and a &amp;lt;nowiki&amp;gt;{{Wrap|end}}&amp;lt;/nowiki&amp;gt; after the last MatchList   ===Parameters:=== {|class=&amp;quot;wikitable&amp;quot; !Parameter !Description |- |&amp;#039;&amp;#039;&amp;#039;title&amp;#039;&amp;#039;&amp;#039; |Name of the group, displayed at the very top. |- |&amp;#039;&amp;#039;&amp;#039;stage&amp;#039;&amp;#039;&amp;#039; |If multiple groups on same page, then add a stage name here that would correlate to the &amp;#039;&amp;#039;&amp;#039;stage=&amp;#039;&amp;#039;&amp;#039; of t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you want the tables to wrap themselves onto multiple rows on smaller screensizes, then call &amp;lt;nowiki&amp;gt;{{Wrap}}&amp;lt;/nowiki&amp;gt; before calling the first MatchList template and a &amp;lt;nowiki&amp;gt;{{Wrap|end}}&amp;lt;/nowiki&amp;gt; after the last MatchList &lt;br /&gt;
&lt;br /&gt;
===Parameters:===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;title&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Name of the group, displayed at the very top.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;stage&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|If multiple groups on same page, then add a stage name here that would correlate to the &amp;#039;&amp;#039;&amp;#039;stage=&amp;#039;&amp;#039;&amp;#039; of the same name in a [[Template:RoundRobin]] call so the matches would be linked to that particular group table.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;bestof&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Sets the default bestof number for all the matches in this matchlist.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Unnamed&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Two options - add them in the order you want them to show up in the table:&lt;br /&gt;
* Use it as a separator to add a new sub-header like &amp;#039;&amp;#039;&amp;#039;|Day 1&amp;#039;&amp;#039;&amp;#039; to create a table row with that text&lt;br /&gt;
* Use [[Template:Match]] to add a match row&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;twitch&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|The twitch channel to be set by default to all matches in the list&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;youtube&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|The youtube channel name of the live stream to be set by default to all matches&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{MatchList|title=Group A|stage=Group A|bestof=2|twitch=dota2_ti|youtube=test&lt;br /&gt;
  |Day 1&lt;br /&gt;
  |{{Match&lt;br /&gt;
    |date=2023-10-12 17:00&lt;br /&gt;
    |p1=eg&lt;br /&gt;
    |p2=liquid&lt;br /&gt;
  }}&lt;br /&gt;
  |Day 2&lt;br /&gt;
  |{{Match&lt;br /&gt;
    |date=2023-10-12 19:00&lt;br /&gt;
    |p1=tsm&lt;br /&gt;
    |p2=gaimin&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Will look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:MatchList example.png]]&lt;/div&gt;</summary>
		<author><name>Couchor</name></author>
	</entry>
</feed>