Template:Check winner by scores

From blackwiki
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

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