(יצירת דף עם התוכן "<includeonly><!-- --><div class="ProfilesST-Table">{{{שוער|}}} <div class="ProfilesST-IR"> <div style="display: table-cell;">עונה</div> <div style="dis...") |
אין תקציר עריכה |
||
| (2 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
| שורה 30: | שורה 30: | ||
COUNT(*)=TotalGames, | COUNT(*)=TotalGames, | ||
SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=2 then 1 else 0 end)=Ties, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=3 then 1 else 0 end)=Losses, | ||
SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | ||
SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | ||
| שורה 41: | שורה 41: | ||
|template=פרופיל/מספרים עונתיים/מאמן/הצגת קטגוריית מפעל/שורה אחת | |template=פרופיל/מספרים עונתיים/מאמן/הצגת קטגוריית מפעל/שורה אחת | ||
|named args=yes | |named args=yes | ||
|default=אין הופעות | |||
}}<!-- | }}<!-- | ||
| שורה 46: | שורה 47: | ||
Summary bolded line | Summary bolded line | ||
-->{{#cargo_query: | -->{{#cargo_query: | ||
tables=Football_Games | tables=Football_Games, Games_Referees, Competitions | ||
|join on= | |join on=Football_Games._pageID=Games_Referees._pageID, | ||
Football_Games._pageID=Games_Referees._pageID, | |||
Football_Games.Competition=Competitions.OriginalName | Football_Games.Competition=Competitions.OriginalName | ||
|where=1=1 | |where=1=1 | ||
| שורה 62: | שורה 62: | ||
COUNT(*)=TotalGames, | COUNT(*)=TotalGames, | ||
SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=2 then 1 else 0 end)=Ties, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=3 then 1 else 0 end)=Losses, | ||
SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | ||
SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | ||