Difference between revisions of "Template:CBB game log section entry"
imported>Jonesey95 (Fix Linter errors (there are no opening div tags in compact format)) |
imported>McVahl (apply colspan for TBD) |
||
| Line 12: | Line 12: | ||
{{#ifeq:{{{rank|}}}|no||{{!}} {{nowrap|{{#if:{{{seed|}}}|(#{{{seed}}}) }} }} }} {{#ifeq:{{{rank|}}}|no||{{#if:{{{rank|}}}|{{nowrap|№ {{{rank}}} }} }} }} | {{#ifeq:{{{rank|}}}|no||{{!}} {{nowrap|{{#if:{{{seed|}}}|(#{{{seed}}}) }} }} }} {{#ifeq:{{{rank|}}}|no||{{#if:{{{rank|}}}|{{nowrap|№ {{{rank}}} }} }} }} | ||
| align="left"|{{#if:{{{away|}}}|at }}{{#if:{{{neutral|}}}|vs. }}{{#if:{{{oppseed|}}}|(#{{{oppseed}}}) }}{{#if:{{{opprank|}}}|№ {{{opprank}}} }}{{nowrap|{{{opponent}}}}} {{#if:{{{gamename|}}}|<br/>{{nowrap|<small>''{{{gamename}}}''</small>}}}} | | align="left"|{{#if:{{{away|}}}|at }}{{#if:{{{neutral|}}}|vs. }}{{#if:{{{oppseed|}}}|(#{{{oppseed}}}) }}{{#if:{{{opprank|}}}|№ {{{opprank}}} }}{{nowrap|{{{opponent}}}}} {{#if:{{{gamename|}}}|<br/>{{nowrap|<small>''{{{gamename}}}''</small>}}}} | ||
| − | {{#switch: {{lc:{{{status|}}}}} | + | {{#switch: {{lc:{{{score|{{{status|tbd}}}}}}}} |
| c | cancelled = {{!}} colspan="5" {{!}} ''{{{status_detail|Cancelled}}}'' | | c | cancelled = {{!}} colspan="5" {{!}} ''{{{status_detail|Cancelled}}}'' | ||
| p | postponed = {{!}} colspan="5" {{!}} ''{{{status_detail|Postponed}}}'' | | p | postponed = {{!}} colspan="5" {{!}} ''{{{status_detail|Postponed}}}'' | ||
| + | | tbd = {{!}} colspan="5" {{!}} {{TBD}} | ||
| #default = {{!}} align="left" {{!}} {{#switch: {{lc:{{{status|}}}}} | | #default = {{!}} align="left" {{!}} {{#switch: {{lc:{{{status|}}}}} | ||
| − | | w | win = '''W''' | + | | w | win = '''W''' {{!!}} {{replace|{{{record|}}}|-|–}} |
| − | | l | loss = '''L''' | + | | l | loss = '''L''' {{!!}} {{replace|{{{record|}}}|-|–}} |
| − | | #default = {{#iferror:{{#ifexpr:{{str number/trim|{{{score}}}}} > {{str right|{{{score}}}|{{strfind short|{{{score}}}|{{#ifexpr:{{str find|{{{score}}}|-}}>0|-|–}}}}}} | <span style="display:inline-block; width:1em">'''W'''</span> | <span style="display:inline-block; width:1em">'''L'''</span> }} | + | | #default = {{#iferror:{{#ifexpr:{{str number/trim|{{{score}}}}} > {{str right|{{{score}}}|{{strfind short|{{{score}}}|{{#ifexpr:{{str find|{{{score}}}|-}}>0|-|–}}}}}} |
| − | {{!}} {{replace|{{{record|}}}|-|–}} | + | | <span style="display:inline-block; width:1em">'''W'''</span> |
| + | | <span style="display:inline-block; width:1em">'''L'''</span>}} {{ifnotempty|{{{boxscore|}}}|[{{{boxscore}}} {{replace|{{{score}}}|-|–}}]|{{replace|{{{score}}}|-|–}} }}<sup>{{{overtime|}}}</sup> | ||
| + | | <!-- parse error --> }} | ||
| + | {{!}} {{replace|{{{record|}}}|-|–}} }} | ||
{{!}} {{{highscorer|}}} {{ifnotempty|{{{points|}}}|({{{points}}})}} | {{!}} {{{highscorer|}}} {{ifnotempty|{{{points|}}}|({{{points}}})}} | ||
{{!}} {{{highrebounder|}}} {{ifnotempty|{{{rebounds|}}}|({{{rebounds}}})}} | {{!}} {{{highrebounder|}}} {{ifnotempty|{{{rebounds|}}}|({{{rebounds}}})}} | ||
Revision as of 08:01, 4 June 2020
| ||||||||||||||||||||
| 40x40px | To test changes, please do so at Template:CBB game log section entry/sandbox first, and then implement them here. See also the companion subpage for test cases at Template:CBB game log start/testcases. |
Contents
Usage
Table format
Default
For default format, the game log templates Template:Tltt and Template:Tltt are backward compatible to schedule templates Template:Tltt and Template:Tltt, respectively—i.e. the parameters of Template:Tltt are reused in Template:Tltt. Meanwhile, template Template:Tltt is recommended to be used for entries in game log sections.
Default format syntax
|
|---|
Exhibitions and regular season{{CBB game log start |TEAM_NAME|season=|year=|end_year=|tournament=|record=}}
{{CBB game log section header|TEAM_NAME|Exhibition|first=yes|team_wins=|team_losses=}}
{{CBB schedule entry}}
...
{{CBB game log section header|TEAM_NAME|Non-conference regular season|team_wins=|team_losses=}}
{{CBB schedule entry}}
...
{{CBB game log section header|TEAM_NAME|ACC regular season|team_wins=|team_losses=}}
{{CBB schedule entry}}
...
{{CBB game log end}}
Playoffs{{CBB game log start |TEAM_NAME|playoff=yes|season=|year=|end_year=|tournament=|record=}}
{{CBB game log section header|TEAM_NAME|ACC Tournament|playoff=yes|first=yes|team_wins=|team_losses=}}
{{CBB schedule entry}}
...
{{CBB game log section header|TEAM_NAME|NCAA Tournament|playoff=yes|team_wins=|team_losses=}}
{{CBB schedule entry}}
...
{{CBB game log end}}
|
Compact
For compact format, template Template:Tltt is recommended to be used for entries in game log sections.
Compact format syntax
|
|---|
Exhibitions and regular season{{CBB game log start |TEAM_NAME|season=|year=|end_year=|tournament=|record=}}
{{CBB game log section header|TEAM_NAME|Exhibition|format=compact|first=yes|team_wins=|team_losses=}}
{{CBB game log section entry}}
...
{{CBB game log section header|TEAM_NAME|Non-conference regular season|format=compact|team_wins=|team_losses=}}
{{CBB game log section entry}}
...
{{CBB game log section header|TEAM_NAME|ACC regular season|format=compact|team_wins=|team_losses=}}
{{CBB game log section entry}}
...
{{CBB game log end}}
Playoffs{{CBB game log start |TEAM_NAME|playoff=yes|season=|year=|end_year=|tournament=|record=}}
{{CBB game log section header|TEAM_NAME|ACC Tournament|format=compact|playoff=yes|first=yes|team_wins=|team_losses=}}
{{CBB game log section entry}}
...
{{CBB game log section header|TEAM_NAME|NCAA Tournament|format=compact|playoff=yes|team_wins=|team_losses=}}
{{CBB game log section entry}}
...
{{CBB game log end}}
|
Colors
By default, the table utilizes Template:Tltt and Template:Tltt templates for team colors. Team's name and colors must be listed in Module:College color for colors to take effect, e.g. for Harvard Crimson appearing on the teams list:
{{CBB game log start |Harvard Crimson|..}} <!-- primary color is applied -->
{{CBB game log section header|Harvard Crimson|..}} <!-- secondary color is applied -->
If team does not appear in Module:College color list, custom colors can be supplied as follows:
{{CBB game log start |color=#000000|..}}
{{CBB game log start |color=black |..}}
Examples
Default format
For default format, the game log templates Template:Tltt and Template:Tltt are backward compatible to schedule templates Template:Tltt and Template:Tltt, respectively—i.e. the parameters of Template:Tltt are reused in Template:Tltt. Meanwhile, template Template:Tltt is recommended to be used for entries in game log sections.
Default column display
- Set
|gamehighs=yesin Template:Tltt; and - Set
|rank=noin all instances of Template:Tltt and Template:Tltt
Compact format
For compact format, template Template:Tltt is recommended to be used for entries in game log sections.
Full, rank column shown
Simply set |rank=no in all instances of Template:Tltt and Template:Tltt.
Custom team colors
See also
- {{CBB game log start}}
- {{CBB game log section header}}
- {{CBB game log end}}
- Section entry template/s:
- {{CBB schedule entry}} – for default format
| The above documentation is transcluded from Template:CBB game log start/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Subpages of this template. |