Template:Check winner by scores
Appearance
This template is used on approximately 14,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
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 winsL
– team losesT
– match tiedResult 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|[https://wiki.riteme.site 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|[https://wiki.riteme.site 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|[https://wiki.riteme.site 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|[https://wiki.riteme.site 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=[https://wiki.riteme.site 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=[https://wiki.riteme.site 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=[https://wiki.riteme.site 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=[https://wiki.riteme.site 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