אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 9: | שורה 9: | ||
|group by=PlayerName, _pageName, Date <!-- group by date also so we can show and order by it at fields section --> | |group by=PlayerName, _pageName, Date <!-- group by date also so we can show and order by it at fields section --> | ||
|having=COUNT(*)>2 | |having=COUNT(*)>2 | ||
|fields=_pageName, | |fields=CONCAT('[[', PlayerName, "|", _pageName, "]]") | ||
|order by=Date DESC | |order by=Date DESC | ||
|format=table | |format=table | ||
|limit=200 | |limit=200 | ||
}} | }} | ||