From English Wikipedia @ Freddythechick
This is the current revision of this page, as edited by imported>Frietjes at 15:23, 6 June 2023 . The present address (URL) is a permanent link to this version.
Revision as of 15:23, 6 June 2023 by imported>Frietjes
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
__EXPECTUNUSEDTEMPLATE__
Standard
Test 1
{{Standings table start|title|link}}
{{Standings table entry|division-name=Division 1}}
{{Standings table entry|team 1 name|1|2|3|4}}
{{Standings table entry|division-name=Division 2}}
{{Standings table entry|team 2 name|5|6|7|8}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
2
3
4
team 2 name
5
6
7
8
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
2
3
4
team 2 name
5
6
7
8
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
2
3
4
team 2 name
5
6
7
8
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
2
3
4
team 2 name
5
6
7
8
</syntaxhighlight>
Test 2
{{Standings table start|title|link}}
{{Standings table entry|dashes=yes|team 1 name|1|2|3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
–
2
3
–
4
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
–
2
3
–
4
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
–
2
3
–
4
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
team 1 name
1
–
2
3
–
4
</syntaxhighlight>
Test 3
{{Standings table start|title|link|pct=yes}}
{{Standings table entry|team 1 name|pct=yes|1|2|3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
2
.333
3
4
.429
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
2
.333
3
4
.429
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
2
.333
3
4
.429
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
2
.333
3
4
.429
</syntaxhighlight>
Test 4
{{Standings table start|title|link|pct=yes}}
{{Standings table entry|dashes=yes|pct=yes|team 1 name|1|2|3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
–
2
.333
3
–
4
.429
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
–
2
.333
3
–
4
.429
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
–
2
.333
3
–
4
.429
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
team 1 name
1
–
2
.333
3
–
4
.429
</syntaxhighlight>
Ties on
Test 1
{{Standings table start|title|link|ties=yes}}
{{Standings table entry|team 1 name|1|2|3|4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
2
3
4
5
6
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
2
3
4
5
6
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
2
3
4
5
6
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
2
3
4
5
6
</syntaxhighlight>
Test 2
{{Standings table start|title|link|ties=yes}}
{{Standings table entry|dashes=yes|team 1 name|1|2|3|4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
–
2
–
3
4
–
5
–
6
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
–
2
–
3
4
–
5
–
6
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
–
2
–
3
4
–
5
–
6
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
team 1 name
1
–
2
–
3
4
–
5
–
6
</syntaxhighlight>
Test 3
{{Standings table start|title|link|pct=yes|ties=yes}}
{{Standings table entry|pct=yes|team 1 name|1|2|3|4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
2
3
.417
4
5
6
.467
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
2
3
.417
4
5
6
.467
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
2
3
.417
4
5
6
.467
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
2
3
.417
4
5
6
.467
</syntaxhighlight>
Test 4
{{Standings table start|title|link|pct=yes|ties=yes}}
{{Standings table entry|dashes=yes|pct=yes|team 1 name|1|2|3|4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
–
2
–
3
.417
4
–
5
–
6
.467
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
–
2
–
3
.417
4
–
5
–
6
.467
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
–
2
–
3
.417
4
–
5
–
6
.467
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
team 1 name
1
–
2
–
3
.417
4
–
5
–
6
.467
</syntaxhighlight>
Independents cases
Test 1
{{Standings table start|title|link}}
{{Standings table entry|spaces| | |3|4}}
{{Standings table entry|nbsp| | |3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
W
L
spaces
3
4
nbsp
3
4
title
Conf
Overall
Team
W
L
W
L
spaces
3
4
nbsp
3
4
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
spaces
3
4
nbsp
3
4
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
spaces
3
4
nbsp
3
4
</syntaxhighlight>
Test 2
{{Standings table start|title|link}}
{{Standings table entry|dashes=yes|spaces| | |3|4}}
{{Standings table entry|dashes=yes|nbsp| | |3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
W
L
spaces
–
3
–
4
nbsp
–
3
–
4
title
Conf
Overall
Team
W
L
W
L
spaces
–
3
–
4
nbsp
–
3
–
4
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
spaces
–
3
–
4
nbsp
–
3
–
4
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
W
L
spaces
–
3
–
4
nbsp
–
3
–
4
</syntaxhighlight>
Test 3
{{Standings table start|title|link|pct=yes}}
{{Standings table entry|pct=yes|spaces| | |3|4}}
{{Standings table entry|pct=yes|nbsp| | |3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
3
4
.429
nbsp
–
3
4
.429
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
3
4
.429
nbsp
–
3
4
.429
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
3
4
.429
nbsp
–
3
4
.429
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
3
4
.429
nbsp
–
3
4
.429
</syntaxhighlight>
Test 4
{{Standings table start|title|link|pct=yes}}
{{Standings table entry|dashes=yes|pct=yes|spaces| | |3|4}}
{{Standings table entry|dashes=yes|pct=yes|nbsp| | |3|4}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
–
3
–
4
.429
nbsp
–
–
3
–
4
.429
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
–
3
–
4
.429
nbsp
–
–
3
–
4
.429
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
–
3
–
4
.429
nbsp
–
–
3
–
4
.429
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
PCT
W
L
PCT
spaces
–
–
3
–
4
.429
nbsp
–
–
3
–
4
.429
</syntaxhighlight>
Ties on
Test 1
{{Standings table start|title|link|ties=yes}}
{{Standings table entry|spaces| | | |4|5|6}}
{{Standings table entry|nbsp| | | |4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
4
5
6
nbsp
4
5
6
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
4
5
6
nbsp
4
5
6
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
4
5
6
nbsp
4
5
6
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
4
5
6
nbsp
4
5
6
</syntaxhighlight>
Test 2
{{Standings table start|title|link|ties=yes}}
{{Standings table entry|dashes=yes|spaces| | | |4|5|6}}
{{Standings table entry|dashes=yes|nbsp| | | |4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
–
4
–
5
–
6
nbsp
–
–
4
–
5
–
6
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
–
4
–
5
–
6
nbsp
–
–
4
–
5
–
6
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
–
4
–
5
–
6
nbsp
–
–
4
–
5
–
6
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
W
L
T
spaces
–
4
–
5
–
6
nbsp
–
–
4
–
5
–
6
</syntaxhighlight>
Test 3
{{Standings table start|title|link|pct=yes|ties=yes}}
{{Standings table entry|pct=yes|spaces| | | |4|5|6}}
{{Standings table entry|pct=yes|nbsp| | | |4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
4
5
6
.467
nbsp
–
4
5
6
.467
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
4
5
6
.467
nbsp
–
4
5
6
.467
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
4
5
6
.467
nbsp
–
4
5
6
.467
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
4
5
6
.467
nbsp
–
4
5
6
.467
</syntaxhighlight>
Test 4
{{Standings table start|title|link|pct=yes|ties=yes}}
{{Standings table entry|dashes=yes|pct=yes|spaces| | | |4|5|6}}
{{Standings table entry|dashes=yes|pct=yes|nbsp| | | |4|5|6}}
{{Standings table end}}
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
–
4
–
5
–
6
.467
nbsp
–
–
–
4
–
5
–
6
.467
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
–
4
–
5
–
6
.467
nbsp
–
–
–
4
–
5
–
6
.467
Expanded code
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
–
4
–
5
–
6
.467
nbsp
–
–
–
4
–
5
–
6
.467
</syntaxhighlight>
<syntaxhighlight lang="html" inline="1">
title
Conf
Overall
Team
W
L
T
PCT
W
L
T
PCT
spaces
–
–
4
–
5
–
6
.467
nbsp
–
–
–
4
–
5
–
6
.467
</syntaxhighlight>