<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://nssportwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AWin-loss_record%2Fdoc</id>
	<title>Template:Win-loss record/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nssportwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AWin-loss_record%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Template:Win-loss_record/doc&amp;action=history"/>
	<updated>2026-05-17T22:10:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://nssportwiki.com/index.php?title=Template:Win-loss_record/doc&amp;diff=66343&amp;oldid=prev</id>
		<title>Osarius: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Template:Win-loss_record/doc&amp;diff=66343&amp;oldid=prev"/>
		<updated>2024-09-22T09:07:53Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:07, 22 September 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Osarius</name></author>
	</entry>
	<entry>
		<id>https://nssportwiki.com/index.php?title=Template:Win-loss_record/doc&amp;diff=66342&amp;oldid=prev</id>
		<title>wikipedia&gt;Cedar101: /* Examples */ syntaxhighlight</title>
		<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Template:Win-loss_record/doc&amp;diff=66342&amp;oldid=prev"/>
		<updated>2024-03-06T01:14:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Examples: &lt;/span&gt; syntaxhighlight&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Required parameters only:&lt;br /&gt;
{{Tlx|Win-loss record|&amp;lt;nowiki&amp;gt;w=|l=&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
All optional parameters:&lt;br /&gt;
{{Tlx|Win-loss record|&amp;lt;nowiki&amp;gt;w=|l=|d=|otl=|t=|nr=&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
This template is for use with abbreviated lists of wins and losses in sporting articles (the &amp;#039;win-loss record&amp;#039;). It optionally supports draws, ties and/or overtime losses. The output is a standardised short numeric format, with a tooltip pop-up that explains the notation.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
All parameters correctly handle plurals (1 win, 2 wins etc.).&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;w&amp;#039;&amp;#039;&amp;#039; - the number of wins&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;l&amp;#039;&amp;#039;&amp;#039; - the number of losses&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;d&amp;#039;&amp;#039;&amp;#039; - the number of draws&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;otl&amp;#039;&amp;#039;&amp;#039; - the number of overtime losses&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; - the number of ties (for use in sports, such as [[cricket]], where [[Result (cricket)|draws and ties are different results]])&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;nr&amp;#039;&amp;#039;&amp;#039; - the number of [[no result]] outcomes&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=1|l=0}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=1|l=0}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=3|l=1}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=3|l=1}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=2|l=3|d=0}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=2|l=3|d=0}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=1|l=1|d=1}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=1|l=1|d=1}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=1|l=3|d=2}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=1|l=3|d=2}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=1|l=3|d=2|otl=1}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=1|l=3|d=2|otl=1}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=1|l=3|otl=2}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=1|l=3|otl=2}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=345|l=267|d=301|t=2}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=345|l=267|d=301|t=2}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; inline&amp;gt;{{Win-loss record|w=47|l=36|t=1|nr=4}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|{{Win-loss record|w=47|l=36|t=1|nr=4}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|WDL}}&lt;br /&gt;
* {{tl|Winning percentage}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:Sports statistics templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Cedar101</name></author>
	</entry>
</feed>