תבנית:תצוגת פרטי משחק: הבדלים בין גרסאות בדף
מתוך מכביפדיה
אין תקציר עריכה
אין תקציר עריכה
 
(19 גרסאות ביניים של 2 משתמשים אינן מוצגות)
שורה 3: שורה 3:
שליפה
שליפה
-->{{#cargo_query:
-->{{#cargo_query:
tables=Games_Catalog, Opponents, Stadiums, Games_Results
tables=Football_Games, Games_Results, Opponents
|join on=Games_Catalog.Opponent = Opponents._ID
|join on=Football_Games.Opponent = Opponents.CanonicalName,
        ,Games_Catalog.Stadium = Stadiums._ID
        Football_Games.ResultOpt = Games_Results.ResultType
        ,Games_Catalog.ResultOpt = Games_Results.ResultType
|where=1=1
|where=1=1
And Games_Catalog._pageID = {{{1|}}}
And Football_Games._pageID = {{{1|}}}
|fields = CONCAT( <!--
|fields = CONCAT( <!--
   -->{{#if: {{{2|}}}| {{{2|}}} , ' - ', }} <!-- אם ישנו פרמטר ספירה (המשחק הפורה ביותר), הצגה שלו
   -->{{#if: {{{2|}}}| {{{2|}}} , ' - ', }} <!-- אם ישנו פרמטר ספירה (המשחק הפורה ביותר), הצגה שלו
   --> '[[', Games_Catalog._pageName, '|', <!-- קישור לעמוד המשחק
   --> '[[', Football_Games._pageName, '|', <!-- קישור לעמוד המשחק
   --> '{{#time: Y-m-d|', Games_Catalog.Date, ' }} ',<!-- טיפול בתאריך המשחק
   --> Football_Games.Date, <!-- טיפול בתאריך המשחק
   -->': ', Games_Results.ResultString, ' (', Games_Catalog.ResultMaccabi, ':', ResultOpponent, ')', <!-- תוצאה
   --> ': ', Games_Results.ResultString, ' (', Football_Games.ResultMaccabi, ':', Football_Games.ResultOpponent, ')', <!-- תוצאה
   --> ' נגד ', Opponents.Name, ']]' ) <!-- יריבה
   --> ' נגד ', Opponents.OriginalName, ']]' ) <!-- יריבה
--> }}<!--
--> }}<!--



גרסה אחרונה מ־17:44, 16 בספטמבר 2022

תבנית זו אחראית על הצגת פרטי משחק בצורה מינימלית (מקבלת את מספר העמוד)