Murray Wright

Murray Wright is a New Zealand rugby league player who represented New Zealand in the 1975 World Cup.[1]

Murray Wright
Personal information
Full nameMurray Thomas Wright
BornNew Zealand
Playing information
PositionHooker
Club
Years Team Pld T G FG P
19??–1975 Otahuhu Leopards
1976–19?? Hornby Panthers
Total 0 0 0 0 0
Representative
Years Team Pld T G FG P
19??–1975 Auckland
1975 New Zealand 0 0 0 0 0
1976–19?? Canterbury
Source: [1]

Playing career

Wright played for Otahuhu and played for Auckland.[2] He was selected for the New Zealand national rugby league team squad for the 1975 World Cup, but did not play a match at the tournament.[3]

In 1976 Wright moved to Christchurch, joining the Hornby club and representing Canterbury. The New Zealand Rugby League imposed a $1000 transfer fee.[4]

gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.

References

  1. "Statistics at rugbyleagueproject.org". rugbyleagueproject.org. 31 December 2017. Retrieved 1 January 2018.
  2. Coffey, John and Bernie Wood Auckland, 100 years of rugby league, 1909-2009, 2009. ISBN 978-1-86969-366-4.
  3. WRIGHT, Murray Thomas - 1975 nzleague.co.nz
  4. Coffey, John. Canterbury XIII, Christchurch, 1987.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.