a
Set small text size
a
Set the default text size
a
Set large text size
Do rugby league players remind you of people you work with?
For a bit of fun I have embraced stereotypes and assigned rugby league positions to workplace personalities. Have I missed any positions?
The Winger
Other names are the glory hound or cherry picker. They are notorious for taking credit for the team’s work when the boss is watching.
Invariably for the rest of the week they display only moderate interest in what the team is doing and generally possesses only middling ability. By Friday, when everyone is exhausted and slumped in the corner, they are as fresh as they were on Monday.
The Center
Or as I like to call them, yesterday’s hero. Many years ago they ran the place, everyone looked up to them but now the work has changed.
You can tell a center by their age and their workspace. They often have the desk in the corner, which has a strange sadness to the space, with old photos and dust accumulating.
The Center is waiting for the full-time siren to sound.
The Backrower
Everyone loves to work next to a backrower. Loyal to a fault, great work ethic and will always take the blame for a stuff up. In the magic world of office rugby league you want half the team to be back rowers.
These are the people that are there when you arrive and still going when you leave. Backrowers are noticed most when they are holidays.
The Hooker
Similar to a backrower but just not as likeable. There’s just something about them. They have skills, they work hard but they just seem to have a chip on their shoulder.
You can never properly relax when working with a hooker as they could blow up at any time for some imagined slight or long held grunge. It is generally understood that hookers are the most likely to go postal at the work Christmas party.
Damien Cook. (Photo by Mark Kolbe/Getty Images)
The Fullback
You want to hate the fullback but you just can’t – you secretly want to be best friends with them. They are safe, reliable, talented and hard working.
This is the role at work you describe to your parents when they ask what you do. Fullbacks don’t always stay around, they know they have the gift and they know their value.
Some workplaces don’t have a fullback, often centers talk of how good it was when the fullback worked there. These stories are annoying.
The Halfback
Ah the halfback, also referred to as the chosen one, often the boss’s son. The most annoying thing about them is they have talent. So much talent that they get bored and start niggling people, cracking little jokes, starting office gossip and then denying any involvement.
Halfback should never be partnered with hookers, otherwise there will be a serious incident with paperwork and HR involvement. Halfbacks work best with a backrower next to them. A steadying influence who is strong enough to keep them out of harm’s way.

(Photo by Cameron Spencer/Getty Images)
The Front Rower
Like a back rower but prone to the occasional incident. Front rowers are loyal, will work till they drop but they can be led astray and are a bit insecure.
Let’s be honest they are emotionally fragile. At all costs front rowers should not share a workspace with a halfback. Front rowers often need to have things explained to them three or four times.
The Bench Player
I don’t know what it is about the bench player, but you just can’t get big minutes out of them. Monday is a day off for some reason, Tuesday they leave early to pick-up the kids, Wednesday they showed backrower potential but by Thursday they are distracted by phone calls and Friday they are sick.
Sadly, the bench player has potential that is never realised.
The Coach
You have to work with a coach for a long time before you realize they aren’t a backrower. They talk a great game and they know everyone.
Coaches come into their own in meetings, they are confident and full of ideas on how other people should do their job. Then one day you finally realize they don’t actually do any work, they just talk about it.
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));