Actions

Template

Difference between revisions of "DisplayCharacterMatches"

From Tenipuri Info

m (testing)
Tag: Reverted
m (Undo revision 3936 by Dust (talk))
Tag: Reverted
Line 12: Line 12:
|join on=MatchResults.Tournament=Tournaments.TournamentName
|join on=MatchResults.Tournament=Tournaments.TournamentName
|fields=Tournament,Position,Players1,Players2,Score,Winner,TournamentName,torder
|fields=Tournament,Position,Players1,Players2,Score,Winner,TournamentName,torder
|where=Players1 REGEXP "{{{LastName|}}}" OR Players2 REGEXP "{{{LastName|}}}"
|where=Players1 HOLDS LIKE "{{{LastName|}}}" OR Players2 HOLDS LIKE "{{{LastName|}}}"
|named args=yes
|named args=yes
|format=template
|format=template
|template=Match Summary Row 2
|template=Match Summary Row 2
|order by=torder
|order by=torder,MatchResults._ID
}}</includeonly>
}}</includeonly>
</table>
</table>

Revision as of 18:51, 24 September 2021

Template Notes: This is for displaying matches on character pages, using the following text:

{{DisplayCharacterMatches
|LastName=}}

Put the character's last name after the =.

TournamentPlayersScore