
אורן המתעפץ (שיחה | תרומות) אין תקציר עריכה |
אורן המתעפץ (שיחה | תרומות) אין תקציר עריכה |
||
שורה 10: | שורה 10: | ||
-->{{#cargo_query: | -->{{#cargo_query: | ||
tables=Football_Games, Games_Events, Competitions | tables=Football_Games, Games_Events, Games_Referees, Competitions | ||
|join on=Football_Games._pageID=Games_Events._pageID, | |join on=Football_Games._pageID=Games_Events._pageID, | ||
Football_Games.Competition=Competitions.OriginalName | Football_Games.Competition=Competitions.OriginalName, | ||
Football_Games._pageID = Games_Referees._pageID | |||
|where=1=1 | |where=1=1 | ||
AND Team=1 | AND Team=1 | ||
שורה 29: | שורה 30: | ||
{{#if: {{{אצטדיון|}}} | AND Football_Games.Stadium IN ({{#var:SameStadiums}}) }}<!-- the "()" around the SameStadiums required for "IN" operator, list is wrapped with () --> | {{#if: {{{אצטדיון|}}} | AND Football_Games.Stadium IN ({{#var:SameStadiums}}) }}<!-- the "()" around the SameStadiums required for "IN" operator, list is wrapped with () --> | ||
{{#if: {{{שופטים|}}} | AND Football_Games.Refs IN ({{#arrayprint: שופטים|, |@@@@ |"@@@@"}}) }} | {{#if: {{{שופטים|}}} | AND Football_Games.Refs IN ({{#arrayprint: שופטים|, |@@@@ |"@@@@"}}) }} | ||
{{#if: {{{עוזר שופט|}}} | AND Games_Referees.AssistantReferees HOLDS "{{{עוזר שופט|}}}" }} | |||
{{#if: {{{ללא תת אירוע|}}} | AND Games_Events.SubType != {{{ללא תת אירוע}}} }} | {{#if: {{{ללא תת אירוע|}}} | AND Games_Events.SubType != {{{ללא תת אירוע}}} }} | ||
{{#if: {{{תת אירוע|}}} | AND Games_Events.SubType IN ({{{תת אירוע}}}) }} | {{#if: {{{תת אירוע|}}} | AND Games_Events.SubType IN ({{{תת אירוע}}}) }} |