תבנית:תצוגת פרטי משחק: הבדלים בין גרסאות בדף
מתוך מכביפדיה
(Adapt to the new way of storing the opponents)
(Adapt to the new way of storing the opponents)
שורה 3: שורה 3:
שליפה
שליפה
-->{{#cargo_query:
-->{{#cargo_query:
tables=Games_Catalog, Opponents, Stadiums, Games_Results
tables=Games_Catalog, Games_Results
|join on=Games_Catalog.Opponent = Opponents._ID
|join on=Games_Catalog.ResultOpt = Games_Results.ResultType
        ,Games_Catalog.Stadium = Stadiums._ID
        ,Games_Catalog.ResultOpt = Games_Results.ResultType
|where=1=1
|where=1=1
And Games_Catalog._pageID = {{{1|}}}
And Games_Catalog._pageID = {{{1|}}}
שורה 14: שורה 12:
   --> Games_Catalog.Date, <!-- טיפול בתאריך המשחק
   --> Games_Catalog.Date, <!-- טיפול בתאריך המשחק
   --> ': ', Games_Results.ResultString, ' (', Games_Catalog.ResultMaccabi, ':', Games_Catalog.ResultOpponent, ')', <!-- תוצאה
   --> ': ', Games_Results.ResultString, ' (', Games_Catalog.ResultMaccabi, ':', Games_Catalog.ResultOpponent, ')', <!-- תוצאה
   --> ' נגד ', Opponents.CanonicalName, ']]' ) <!-- יריבה
   --> ' נגד ', Games_Catalog.Opponent, ']]' ) <!-- יריבה
--> }}
--> }}



גרסה מ־04:36, 25 ביולי 2020

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