Difference between revisions of "Template:Check winner by scores/doc"

From blackwiki
Jump to navigation Jump to search
imported>McVahl
(+case when only a single pos/neg number)
imported>McVahl
(+case if W–L instead of numeric scores)
 
Line 19: Line 19:
 
== Examples ==
 
== Examples ==
 
; Using single unnamed parameter
 
; Using single unnamed parameter
 +
* {{demo-inline|<nowiki>{{check winner by scores|W–L}}</nowiki>}}
 +
* {{demo-inline|<nowiki>{{check winner by scores|L–W}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100-91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100-91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100–91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100–91}}</nowiki>}}
Line 45: Line 47:
  
 
; Using <code>sc</code> parameter
 
; Using <code>sc</code> parameter
 +
* {{demo-inline|<nowiki>{{check winner by scores|sc=W–L}}</nowiki>}}
 +
* {{demo-inline|<nowiki>{{check winner by scores|sc=L–W}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|sc=100-91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|sc=100-91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|sc=100–91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|sc=100–91}}</nowiki>}}
Line 71: Line 75:
  
 
; Using two unnamed parameters
 
; Using two unnamed parameters
 +
* {{demo-inline|<nowiki>{{check winner by scores|W|L}}</nowiki>}}
 +
* {{demo-inline|<nowiki>{{check winner by scores|L|W}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100|91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|100|91}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|80|84}}</nowiki>}}
 
* {{demo-inline|<nowiki>{{check winner by scores|80|84}}</nowiki>}}

Latest revision as of 02:40, 9 June 2020

Usage

Checks if home team wins the match by given scores.

This template can be invoked in three ways:

  • {{Check winner by scores|scores}} – dash-separated scores in an unnamed parameter
  • {{Check winner by scores|sc=scores}} – dash-separated scores
  • {{Check winner by scores|home score|away score}} – scores split as two separated parameter values

Output are displayed as follows:

  • W – team wins
  • L – team loses
  • T – match tied
  • Result unknown – scores supplied are not parseable

Examples

Using single unnamed parameter
  • {{check winner by scores|W–L}} → W
  • {{check winner by scores|L–W}} → L
  • {{check winner by scores|100-91}} → W
  • {{check winner by scores|100–91}} → W
  • {{check winner by scores|[[Main Page|100–91]]}} → W
  • {{check winner by scores|[http://en.wikipedia.org 100–91]}} → W
  • {{check winner by scores|80-84}} → L
  • {{check winner by scores|80–84}} → L
  • {{check winner by scores|[[Main Page|80–84]]}} → L
  • {{check winner by scores|[http://en.wikipedia.org 80–84]}} → L
  • {{check winner by scores|10-10}} → T
  • {{check winner by scores|10–10}} → T
  • {{check winner by scores|[[Main Page|10–10]]}} → T
  • {{check winner by scores|[http://en.wikipedia.org 10–10]}} → T
  • {{check winner by scores|10}}Result unknown
  • {{check winner by scores|-10}}Result unknown
  • {{check winner by scores|AB-CD}}Result unknown
  • {{check winner by scores|AB-CD}}Result unknown
  • {{check winner by scores|[[Main Page|AB-CD]]}}Result unknown
  • {{check winner by scores|[http://en.wikipedia.org AB-CD]}}Result unknown
  • {{Check winner by scores|'''3'''–0}} → W
  • {{Check winner by scores|0-'''3'''}} → L
  • {{Check winner by scores|'''0–3'''}} → L
  • {{Check winner by scores|''3''–0}} → W
  • {{Check winner by scores|0-''3''}} → L
  • {{Check winner by scores|''0–3''}} → L
Using sc parameter
  • {{check winner by scores|sc=W–L}} → W
  • {{check winner by scores|sc=L–W}} → L
  • {{check winner by scores|sc=100-91}} → W
  • {{check winner by scores|sc=100–91}} → W
  • {{check winner by scores|sc=[[Main Page|100–91]]}} → W
  • {{check winner by scores|sc=[http://en.wikipedia.org 100–91]}} → W
  • {{check winner by scores|sc=80-84}} → L
  • {{check winner by scores|sc=80–84}} → L
  • {{check winner by scores|sc=[[Main Page|80–84]]}} → L
  • {{check winner by scores|sc=[http://en.wikipedia.org 80–84]}} → L
  • {{check winner by scores|sc=10-10}} → T
  • {{check winner by scores|sc=10–10}} → T
  • {{check winner by scores|sc=[[Main Page|10–10]]}} → T
  • {{check winner by scores|sc=[http://en.wikipedia.org 10–10]}} → T
  • {{check winner by scores|sc=10}} → T
  • {{check winner by scores|sc=-10}} → T
  • {{check winner by scores|sc=AB-CD}}Result unknown
  • {{check winner by scores|sc=AB-CD}}Result unknown
  • {{check winner by scores|sc=[[Main Page|AB-CD]]}}Result unknown
  • {{check winner by scores|sc=[http://en.wikipedia.org AB-CD]}}Result unknown
  • {{Check winner by scores|sc='''3'''–0}} → W
  • {{Check winner by scores|sc=0-'''3'''}} → L
  • {{Check winner by scores|sc='''0–3'''}} → L
  • {{Check winner by scores|sc=''3''–0}} → W
  • {{Check winner by scores|sc=0-''3''}} → L
  • {{Check winner by scores|sc=''0–3''}} → L
Using two unnamed parameters
  • {{check winner by scores|W|L}} → W
  • {{check winner by scores|L|W}} → L
  • {{check winner by scores|100|91}} → W
  • {{check winner by scores|80|84}} → L
  • {{check winner by scores|10|10}} → T
  • {{check winner by scores|100|-91}}Result unknown
  • {{check winner by scores|-100|91}}Result unknown
  • {{check winner by scores|-100|-91}}Result unknown
  • {{check winner by scores|AB|CD}}Result unknown
  • {{check winner by scores|10|}}Result unknown
  • {{check winner by scores||10}}Result unknown
  • {{check winner by scores|-10|}}Result unknown
  • {{check winner by scores||-10}}Result unknown
  • {{Check winner by scores|'''3'''|0}} → W
  • {{Check winner by scores|0|'''3'''}} → L
  • {{Check winner by scores|'''0|3'''}} → L
  • {{Check winner by scores|'''3'''|'''0'''}} → W
  • {{Check winner by scores|''3''|0}} → W
  • {{Check winner by scores|0|''3''}} → L
  • {{Check winner by scores|''0|3''}} → L
  • {{Check winner by scores|''3''|''0''}} → W