ארגז חול: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
(59 גרסאות ביניים של 4 משתמשים אינן מוצגות)
שורה 1: שורה 1:
<repeat table="Games" criteria="liga!=,department=כדורסל" sort="year, month, day" header="תאריך מפעל שלב מארחת אורחת עונה בית קלעה אורחת קלעה הערות משחק בית תוצאה">
{{#vardefine:whereclause|
{{קישור תאריך|יום={{{day}}}|חודש={{{month}}}|שנה={{{year}}}}} [[{{{mifal}}}]] {{{stage}}} {{{host}}} {{{oponent}}} {{{ona}}} {{{homescore}}} {{{awayscore}}} {{{liga}}} {{{homegame}}} {{{result}}}
liga='0' AND department='כדורסל' and mifal<>'גביע המדינה'  and mifal<>'משחק אימון'
</repeat>
}}
<table border="1" cellpadding="2" cellspacing="0" width="90%" align="center">
<tr style="background:#FF0000;"><td>תאריך</td><td>מפעל</td><td>שלב</td><td>מארחת</td><td>אורחת</td>
<td>תוצאה</td><td>הערות</td></tr>
{{#cargo_query:
tables=Games|fields=day,month,year,stage,host,oponent,homescore,awayscore,ona,department,mifal,shootout,comments,department
|where={{#var:whereclause}}
|format=template
|template=שורת טבלת משחקים פשוטה
|more results text=עוד
|named args=yes
|order by=year DESC,month DESC,day DESC
|limit=500
}}
</table>